You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Remove="appsettings.Development.json" />
- <Content Remove="appsettings.json" />
- <Content Remove="wwwroot\index.html" />
- <Content Remove="wwwroot\signalr.min.js" />
- </ItemGroup>
-
- <ItemGroup>
- <None Include="appsettings.Development.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="appsettings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="wwwroot\index.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="wwwroot\signalr.min.js">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="JT808.Gateway.Kafka" Version="1.1.0-preview6" />
- <PackageReference Include="JT808.Gateway.MsgIdHandler" Version="1.0.2-preview1" />
- </ItemGroup>
- </Project>
|