Files
DynamicProtobuf.Runtime/DynamicProtobuf.Runtime.csproj
2025-12-30 07:57:34 +07:00

20 lines
706 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>DynamicProtobuf.Runtime</PackageId> <Version>1.0.0</Version>
<Authors>amizing25</Authors>
<Description>Runtime helper for dynamic protobuf generated code</Description>
<RepositoryUrl>https://github.com/ex-RushiaLover/DynamicProtobuf.Runtime</RepositoryUrl>
<PackageTags>dotnet;utility;helper</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.29.2" />
</ItemGroup>
</Project>