提交 f83d721f 编写于 作者: A Andy Gocke

Merge pull request #5108 from agocke/FixWarningsInNuGetRestore

Fix downgrade warnings in NuGet restore
......@@ -58,10 +58,10 @@ done
restore_nuget()
{
local package_name="nuget.7.zip"
local package_name="nuget.9.zip"
local target="/tmp/$package_name"
echo "Installing NuGet Packages"
if [ -d $target ]; then
echo "Installing NuGet Packages $target"
if [ -f $target ]; then
if [ "$USE_CACHE" = "true" ]; then
echo "Already installed"
return
......@@ -70,10 +70,9 @@ restore_nuget()
pushd /tmp/
rm -r ~/.nuget 2>/dev/null
rm $package_name 2>/dev/null
curl -O https://dotnetci.blob.core.windows.net/roslyn/$package_name
unzip $package_name -d ~/ 1> /dev/null
unzip -foq $package_name -d ~/
if [ $? -ne 0 ]; then
echo "Unable to download NuGet packages"
exit 1
......
......@@ -4,7 +4,7 @@
"Moq": "4.2.1402.2112",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......@@ -13,4 +13,4 @@
"frameworks": {
"net46": { }
},
}
\ No newline at end of file
}
......@@ -83,12 +83,12 @@
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.IO/4.0.10": {
......@@ -449,52 +449,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -1068,7 +1053,7 @@
"Moq >= 4.2.1402.2112",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10",
......
......@@ -4,7 +4,7 @@
"Newtonsoft.Json": "6.0.4",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -51,12 +51,12 @@
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.IO/4.0.10": {
......@@ -346,52 +346,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -936,7 +921,7 @@
"Microsoft.Composition >= 1.0.27",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10"
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -51,12 +51,12 @@
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.IO/4.0.10": {
......@@ -346,52 +346,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -936,7 +921,7 @@
"Microsoft.Composition >= 1.0.27",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10"
......
......@@ -73,4 +73,4 @@
<Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
......@@ -3,10 +3,10 @@
"net46.app": {},
"dnxcore50.app": {}
},
"dependencies": { },
"dependencies": {},
"frameworks": {
"dotnet": {
"imports": "portable-net452"
}
}
}
}
\ No newline at end of file
......@@ -48,12 +48,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DefineConstants>$(DefineConstants);SCRIPTING</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Reflection.Metadata, Version=$(SystemReflectionMetadataAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\System.Reflection.Metadata.$(SystemReflectionMetadataVersion)\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Compilers\Helpers\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs">
<Link>FusionAssemblyIdentity.cs</Link>
......
{
"supports": {
"net46.app": {},
"dnxcore50.app": {}
},
"dependencies": {
"System.Collections.Immutable": "1.1.36",
"System.Collections": "4.0.10",
"System.Collections.Immutable": "1.1.36",
"System.Diagnostics.Debug": "4.0.10",
"System.Diagnostics.Tools": "4.0.0",
"System.Globalization": "4.0.10",
......
......@@ -930,8 +930,8 @@
},
"projectFileDependencyGroups": {
"": [
"System.Collections.Immutable >= 1.1.36",
"System.Collections >= 4.0.10",
"System.Collections.Immutable >= 1.1.36",
"System.Diagnostics.Debug >= 4.0.10",
"System.Diagnostics.Tools >= 4.0.0",
"System.Globalization >= 4.0.10",
......
......@@ -4,8 +4,8 @@
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.CSharp": "4.0.0",
"System.Dynamic.Runtime": "4.0.10",
"Microsoft.CSharp": "4.0.0"
},
"frameworks": {
"dotnet": {
......
......@@ -1737,8 +1737,8 @@
},
"projectFileDependencyGroups": {
"": [
"System.Dynamic.Runtime >= 4.0.10",
"Microsoft.CSharp >= 4.0.0"
"Microsoft.CSharp >= 4.0.0",
"System.Dynamic.Runtime >= 4.0.10"
],
".NETPlatform,Version=v5.0": []
}
......
......@@ -2,7 +2,7 @@
"dependencies": {
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10"
......
......@@ -43,12 +43,12 @@
"lib/net46/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
......@@ -199,52 +199,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -384,7 +369,7 @@
"": [
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10"
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -59,12 +59,12 @@
"lib/net46/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
......@@ -236,52 +236,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -406,7 +391,7 @@
"Microsoft.Composition >= 1.0.27",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10"
......
......@@ -3,7 +3,7 @@
"Moq": "4.2.1402.2112",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -91,12 +91,12 @@
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.IO/4.0.10": {
......@@ -472,52 +472,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -1090,7 +1075,7 @@
"Moq >= 4.2.1402.2112",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10",
......
......@@ -5,7 +5,7 @@
"Microsoft.DiaSymReader": "1.0.5",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -59,12 +59,12 @@
"lib/net46/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
......@@ -160,12 +160,12 @@
"lib/net46/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
......@@ -337,52 +337,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -509,7 +494,7 @@
"Microsoft.DiaSymReader >= 1.0.5",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10"
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -59,12 +59,12 @@
"lib/net46/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.Reflection.Metadata/1.1.0-alpha-00014": {
......@@ -236,52 +236,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -406,7 +391,7 @@
"Microsoft.Composition >= 1.0.27",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10"
......
......@@ -4,7 +4,7 @@
"Moq": "4.2.1402.2112",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.0",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
......
......@@ -91,12 +91,12 @@
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.0": {
"System.Globalization/4.0.10": {
"compile": {
"ref/net45/_._": {}
"ref/net46/_._": {}
},
"runtime": {
"lib/net45/_._": {}
"lib/net46/_._": {}
}
},
"System.IO/4.0.10": {
......@@ -472,52 +472,37 @@
"[Content_Types].xml"
]
},
"System.Globalization/4.0.0": {
"sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"_rels/.rels",
"System.Globalization.nuspec",
"License.rtf",
"ref/dotnet/System.Globalization.dll",
"ref/netcore50/System.Globalization.dll",
"ref/win8/_._",
"lib/win8/_._",
"ref/net45/_._",
"lib/net45/_._",
"ref/MonoAndroid10/_._",
"lib/netcore50/System.Globalization.dll",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"lib/MonoTouch10/_._",
"ref/wp80/_._",
"lib/wp80/_._",
"ref/wpa81/_._",
"lib/wpa81/_._",
"ref/xamarinios10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"ref/xamarinmac20/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/dotnet/de/System.Globalization.xml",
"ref/netcore50/de/System.Globalization.xml",
"ref/dotnet/System.Globalization.xml",
"ref/netcore50/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"[Content_Types].xml"
]
},
......@@ -1091,7 +1076,7 @@
"Moq >= 4.2.1402.2112",
"System.Collections >= 4.0.10",
"System.Diagnostics.Debug >= 4.0.10",
"System.Globalization >= 4.0.0",
"System.Globalization >= 4.0.10",
"System.Runtime >= 4.0.20",
"System.Runtime.Extensions >= 4.0.10",
"System.Threading >= 4.0.10",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册