add keen's version of protobuf as dependency
This commit is contained in:
16
specs/protobuf-net.nuspec
Normal file
16
specs/protobuf-net.nuspec
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
Reference in New Issue
Block a user