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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="FrameRateTask" Version="1.2.0" />
- <PackageReference Include="Google.Protobuf" Version="3.21.9" />
- <PackageReference Include="Grpc" Version="2.46.5" />
- <PackageReference Include="Grpc.Core" Version="2.46.5" />
- <PackageReference Include="Grpc.Tools" Version="2.51.0">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
- </ItemGroup>
-
- </Project>
|