Files
se-torch-nuget/specs/protobuf-net.nuspec
2022-10-30 00:51:03 +07:00

16 lines
673 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>protobuf-net</id>
<version>1.0.0</version>
<title>Protobuf.Net</title>
<authors>Marc Gravell</authors>
<owners>Marc Gravell</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Protobuf version use in se but not available on nuget</description>
<repository type="git" url="https://github.com/PveTeam/se-torch-nuget"/>
<dependencies>
<group targetFramework=".NETFramework4.8"/>
</dependencies>
</metadata>
</package>