You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.199
Former-commit-id: f4d318e4b2f128fa9f4d31b37bb3839a3fc0dfb2
This commit is contained in:
parent
536cd135cc
commit
5924117973
@@ -3,7 +3,7 @@
|
||||
"version": 2,
|
||||
"targets": {
|
||||
".NETFramework,Version=v4.5": {
|
||||
"Newtonsoft.Json/8.0.3": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net45/Newtonsoft.Json.dll": {}
|
||||
@@ -15,10 +15,10 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Newtonsoft.Json/8.0.3": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"sha512": "KGsYQdS2zLH+H8x2cZaSI7e+YZ4SFIbyy1YJQYl6GYBWjf5o4H1A68nxyq+WTyVSOJQ4GqS/DiPE+UseUizgMg==",
|
||||
"type": "package",
|
||||
"path": "newtonsoft.json/8.0.3",
|
||||
"path": "newtonsoft.json/current",
|
||||
"files": [
|
||||
"lib/net20/Newtonsoft.Json.dll",
|
||||
"lib/net20/Newtonsoft.Json.xml",
|
||||
@@ -32,7 +32,7 @@
|
||||
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll",
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml",
|
||||
"newtonsoft.json.8.0.3.nupkg.sha512",
|
||||
"newtonsoft.json.9.0.1.nupkg.sha512",
|
||||
"newtonsoft.json.nuspec",
|
||||
"tools/install.ps1"
|
||||
]
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"version": 2,
|
||||
"targets": {
|
||||
".NETFramework,Version=v4.5": {
|
||||
"Newtonsoft.Json/8.0.3": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net45/Newtonsoft.Json.dll": {}
|
||||
@@ -31,10 +31,10 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Newtonsoft.Json/8.0.3": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"sha512": "KGsYQdS2zLH+H8x2cZaSI7e+YZ4SFIbyy1YJQYl6GYBWjf5o4H1A68nxyq+WTyVSOJQ4GqS/DiPE+UseUizgMg==",
|
||||
"type": "package",
|
||||
"path": "newtonsoft.json/8.0.3",
|
||||
"path": "newtonsoft.json/current",
|
||||
"files": [
|
||||
"lib/net20/Newtonsoft.Json.dll",
|
||||
"lib/net20/Newtonsoft.Json.xml",
|
||||
@@ -48,7 +48,7 @@
|
||||
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll",
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml",
|
||||
"newtonsoft.json.8.0.3.nupkg.sha512",
|
||||
"newtonsoft.json.9.0.1.nupkg.sha512",
|
||||
"newtonsoft.json.nuspec",
|
||||
"tools/install.ps1"
|
||||
]
|
||||
|
@@ -18,7 +18,7 @@ namespace Microsoft.NuGet.Build.Tasks.Tests
|
||||
runtimeIdentifier: null,
|
||||
createTemporaryFolderForPackages: false);
|
||||
|
||||
Assert.Equal(@"C:\PackageFolder\Newtonsoft.Json\8.0.3\lib\net45\Newtonsoft.Json.dll", result.References.Single().ItemSpec);
|
||||
Assert.Equal(@"C:\PackageFolder\newtonsoft.json\8.0.3\lib\net45\Newtonsoft.Json.dll", result.References.Single().ItemSpec);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -70,6 +70,12 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||
<PropertyGroup>
|
||||
<ResolveNuGetPackages Condition="'$(ResolveNuGetPackages)' == '' and '$(MSBuildProjectExtension)' != '.xproj'">true</ResolveNuGetPackages>
|
||||
|
||||
<!--
|
||||
if BaseNuGetRuntimeIdentifier is defined then simply use it as RuntimeIdentifier, otherwise
|
||||
we'll set RuntimeIdentifiers to default value later on.
|
||||
-->
|
||||
<RuntimeIdentifier Condition="'$(BaseNuGetRuntimeIdentifier)' != ''">$(BaseNuGetRuntimeIdentifier)</RuntimeIdentifier>
|
||||
|
||||
<BaseNuGetRuntimeIdentifier Condition="'$(BaseNuGetRuntimeIdentifier)' == '' and '$(TargetPlatformIdentifier)' == 'UAP'">win10</BaseNuGetRuntimeIdentifier>
|
||||
<BaseNuGetRuntimeIdentifier Condition="'$(BaseNuGetRuntimeIdentifier)' == ''">win</BaseNuGetRuntimeIdentifier>
|
||||
|
||||
|
Reference in New Issue
Block a user