Finally corrected nuspec file to pack

This commit is contained in:
2017-09-14 15:49:26 +02:00
parent 388b4b7973
commit 546d1dc6d7
8 changed files with 46 additions and 14 deletions

View File

@@ -111,6 +111,9 @@
"lib/netstandard1.0/_._": {}
}
},
"NuSpec.ReferenceGenerator/1.4.2": {
"type": "package"
},
"runtime.native.System/4.3.0": {
"type": "package",
"dependencies": {
@@ -775,6 +778,19 @@
"lib/netstandard1.0/_._"
]
},
"NuSpec.ReferenceGenerator/1.4.2": {
"sha512": "0AA2wcMaE84hDxzQOdRi2K2SGgEnJQ4LG6MyTrPvyjjyzeOT1hpUJk/w9NX5QAJy1T5eE7r3wPLq1rALr5oPaQ==",
"type": "package",
"files": [
"NuSpec.ReferenceGenerator.1.4.2.nupkg.sha512",
"NuSpec.ReferenceGenerator.nuspec",
"build/dotnet/NuSpec.ReferenceGenerator.targets",
"build/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/NuSpec.ReferenceGenerator.targets",
"tools/RefGen.exe",
"tools/RefGen.exe.config",
"tools/RefGen.pdb"
]
},
"runtime.native.System/4.3.0": {
"sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
"type": "package",
@@ -2986,6 +3002,7 @@
"": [
"Microsoft.NETCore.Portable.Compatibility >= 1.0.2",
"NETStandard.Library >= 2.0.0",
"NuSpec.ReferenceGenerator >= 1.4.2",
"System.Net.Requests >= 4.3.0",
"System.Runtime.WindowsRuntime >= 4.3.0",
"System.Xml.XmlSerializer >= 4.3.0"