Initial commit
This commit is contained in:
19
DynamicProtobuf.Runtime.csproj
Normal file
19
DynamicProtobuf.Runtime.csproj
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user