<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <TargetFramework>net6.0</TargetFramework> <ApplicationIcon /> <StartupObject /> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="Google.Protobuf" Version="3.25.3" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\dependency\proto\Protos.csproj" /> </ItemGroup> </Project>
Mirror of https://github.com/eesast/THUAI6.git