You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Server.csproj 851 B

3 years ago
3 years ago
12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="FrameRateTask" Version="1.1.2" />
  10. <PackageReference Include="Google.Protobuf" Version="3.21.9" />
  11. <PackageReference Include="Grpc" Version="2.46.5" />
  12. <PackageReference Include="Grpc.Core" Version="2.46.5" />
  13. <PackageReference Include="Grpc.Tools" Version="2.50.0">
  14. <PrivateAssets>all</PrivateAssets>
  15. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  16. </PackageReference>
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  20. </ItemGroup>
  21. </Project>