diff --git a/build/Targets/VSL.Versions.targets b/build/Targets/VSL.Versions.targets index 60673a065a96bce7942f0d1ce3791de2424a0833..dd49ffef7b3b15d775c82bc2519fe66ba3e1040a 100644 --- a/build/Targets/VSL.Versions.targets +++ b/build/Targets/VSL.Versions.targets @@ -5,7 +5,7 @@ 1.1.37 2.8.5 1.0.27 - $(SystemReflectionMetadataAssemblyVersion)-rc2-23826 + $(SystemReflectionMetadataAssemblyVersion) $(SystemCollectionsImmutableAssemblyVersion) 1.3.3 $(NuGetCommandLineAssemblyVersion) diff --git a/src/Compilers/CSharp/CscCore/project.lock.json b/src/Compilers/CSharp/CscCore/project.lock.json index 80184c55b42d19ce5c59272bab7ae168e888883b..92b39b501db7f68f402b1f886cb92f4d1fd344d2 100644 --- a/src/Compilers/CSharp/CscCore/project.lock.json +++ b/src/Compilers/CSharp/CscCore/project.lock.json @@ -511,7 +511,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -530,10 +530,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -1795,7 +1795,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -1814,10 +1814,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -3149,7 +3149,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -3168,10 +3168,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -4654,7 +4654,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -4673,10 +4673,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -7735,16 +7735,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/CSharp/Portable/project.lock.json b/src/Compilers/CSharp/Portable/project.lock.json index b683edf262a098908f97e49d900595b7d056ed81..1b3b40fc16ca8acfc590983e5de97636198b78cf 100644 --- a/src/Compilers/CSharp/Portable/project.lock.json +++ b/src/Compilers/CSharp/Portable/project.lock.json @@ -11,9 +11,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -27,32 +27,28 @@ "libraries": { "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Compilers/CSharp/Test/CommandLine/project.lock.json b/src/Compilers/CSharp/Test/CommandLine/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/Compilers/CSharp/Test/CommandLine/project.lock.json +++ b/src/Compilers/CSharp/Test/CommandLine/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/CSharp/Test/Emit/project.lock.json b/src/Compilers/CSharp/Test/Emit/project.lock.json index ce679096230ee6e75a81a62671d329ba74a0d619..b61a0c89e7a8f5eb181824910c12e06bb2849794 100644 --- a/src/Compilers/CSharp/Test/Emit/project.lock.json +++ b/src/Compilers/CSharp/Test/Emit/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/CSharp/Test/Performance/project.lock.json b/src/Compilers/CSharp/Test/Performance/project.lock.json index 24c270eaf73fbfd905ff032b4f1923f21dcfb091..df9615f7f2b1b278edee00ca373c90c2b1ca9cab 100644 --- a/src/Compilers/CSharp/Test/Performance/project.lock.json +++ b/src/Compilers/CSharp/Test/Performance/project.lock.json @@ -156,15 +156,15 @@ "lib/net46/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -428,15 +428,15 @@ "lib/net46/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -700,15 +700,15 @@ "lib/net46/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1170,16 +1170,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/CSharp/Test/Semantic/project.lock.json b/src/Compilers/CSharp/Test/Semantic/project.lock.json index c27743bea6094fa92052f495da92f0903abc388e..045cf9af6a794d6f6ea26ce115b2b8275f78726e 100644 --- a/src/Compilers/CSharp/Test/Semantic/project.lock.json +++ b/src/Compilers/CSharp/Test/Semantic/project.lock.json @@ -38,14 +38,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -78,15 +78,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -123,8 +123,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -145,13 +145,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -162,7 +162,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -209,14 +209,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -249,15 +249,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -294,8 +294,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -316,13 +316,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -333,7 +333,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -348,68 +348,61 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -418,8 +411,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -427,13 +422,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -441,38 +434,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -481,8 +470,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -490,13 +481,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -504,24 +493,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -530,8 +517,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -539,13 +528,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -553,31 +540,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -585,8 +570,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -594,39 +577,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -634,8 +615,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -644,16 +623,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -662,8 +641,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -671,13 +652,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -685,24 +664,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -711,8 +688,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -720,13 +699,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -734,24 +711,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -760,8 +735,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -769,13 +746,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -783,64 +758,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -852,16 +816,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -874,16 +836,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -914,19 +874,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -934,7 +892,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/CSharp/Test/Symbol/project.lock.json b/src/Compilers/CSharp/Test/Symbol/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/Compilers/CSharp/Test/Symbol/project.lock.json +++ b/src/Compilers/CSharp/Test/Symbol/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/CSharp/Test/Syntax/project.lock.json b/src/Compilers/CSharp/Test/Syntax/project.lock.json index 6f7d22b5d83915c23751c8a5565e0cbd04930250..66e06a6b01a111a60bfbd96e6f20261507ec3d2a 100644 --- a/src/Compilers/CSharp/Test/Syntax/project.lock.json +++ b/src/Compilers/CSharp/Test/Syntax/project.lock.json @@ -245,29 +245,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1240,16 +1226,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/CSharp/Test/WinRT/project.lock.json b/src/Compilers/CSharp/Test/WinRT/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/Compilers/CSharp/Test/WinRT/project.lock.json +++ b/src/Compilers/CSharp/Test/WinRT/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/CSharp/csc/project.lock.json b/src/Compilers/CSharp/csc/project.lock.json index 0ce428f12b00ecd374c7d1333604ad6d37ce5182..8ee99c9451214dff1dbfecdf63fb85508331fe73 100644 --- a/src/Compilers/CSharp/csc/project.lock.json +++ b/src/Compilers/CSharp/csc/project.lock.json @@ -54,15 +54,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -150,15 +150,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -246,15 +246,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -342,15 +342,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -438,15 +438,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -534,15 +534,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -630,15 +630,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -875,16 +875,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/Core/CodeAnalysisTest/project.lock.json b/src/Compilers/Core/CodeAnalysisTest/project.lock.json index 3cc9b1801afc7bbf979255498f1456e2daab601e..2a4645e95a65586c85ea76429af983a9d63881bb 100644 --- a/src/Compilers/Core/CodeAnalysisTest/project.lock.json +++ b/src/Compilers/Core/CodeAnalysisTest/project.lock.json @@ -38,14 +38,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -78,15 +78,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -123,8 +123,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -145,13 +145,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -162,7 +162,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -209,14 +209,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -249,15 +249,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -294,8 +294,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -316,13 +316,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -333,7 +333,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -348,68 +348,61 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -418,8 +411,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -427,13 +422,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -441,38 +434,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -481,8 +470,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -490,13 +481,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -504,24 +493,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -530,8 +517,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -539,13 +528,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -553,31 +540,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -585,8 +570,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -594,39 +577,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -634,8 +615,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -644,16 +623,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -662,8 +641,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -671,13 +652,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -685,24 +664,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -711,8 +688,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -720,13 +699,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -734,24 +711,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -760,8 +735,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -769,13 +746,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -783,64 +758,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -852,16 +816,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -874,16 +836,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -914,19 +874,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -934,7 +892,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/Core/MSBuildTask/Desktop/project.lock.json b/src/Compilers/Core/MSBuildTask/Desktop/project.lock.json index f9768a9e0cde03b66b805a51e1d0e01f33af3f22..82dd73f69bc790c288732d22ecccce6e951763a9 100644 --- a/src/Compilers/Core/MSBuildTask/Desktop/project.lock.json +++ b/src/Compilers/Core/MSBuildTask/Desktop/project.lock.json @@ -13,14 +13,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -53,15 +53,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -108,14 +108,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -148,15 +148,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -203,14 +203,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -243,15 +243,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -291,10 +291,11 @@ "libraries": { "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -303,8 +304,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -312,13 +315,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -326,38 +327,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -366,8 +363,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -375,13 +374,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -389,24 +386,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -415,8 +410,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -424,13 +421,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -438,31 +433,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -470,8 +463,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -479,39 +470,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -519,8 +508,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -529,16 +516,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -547,8 +534,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -556,13 +545,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -570,24 +557,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -596,8 +581,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -605,13 +592,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -619,24 +604,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -645,8 +628,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -654,13 +639,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -668,16 +651,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/Compilers/Core/MSBuildTask/Portable/project.lock.json b/src/Compilers/Core/MSBuildTask/Portable/project.lock.json index 6da8f9a8c59075a0283be1dc4ea942ebf5bb0a48..d6129645e0eb744136a58421615d4038bdb833c6 100644 --- a/src/Compilers/Core/MSBuildTask/Portable/project.lock.json +++ b/src/Compilers/Core/MSBuildTask/Portable/project.lock.json @@ -358,38 +358,15 @@ "ref/dotnet/System.Reflection.dll": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1392,48 +1369,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.dll" ] }, - "System.Reflection.Extensions/4.0.0": { - "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "package", - "files": [ - "System.Reflection.Extensions.4.0.0.nupkg.sha512", - "System.Reflection.Extensions.nuspec", - "lib/DNXCore50/System.Reflection.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/System.Reflection.Extensions.dll", - "ref/dotnet/System.Reflection.Extensions.xml", - "ref/dotnet/de/System.Reflection.Extensions.xml", - "ref/dotnet/es/System.Reflection.Extensions.xml", - "ref/dotnet/fr/System.Reflection.Extensions.xml", - "ref/dotnet/it/System.Reflection.Extensions.xml", - "ref/dotnet/ja/System.Reflection.Extensions.xml", - "ref/dotnet/ko/System.Reflection.Extensions.xml", - "ref/dotnet/ru/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" - ] - }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/Core/MSBuildTaskTests/project.lock.json b/src/Compilers/Core/MSBuildTaskTests/project.lock.json index 46b476d36ce9396f2c538fa2e7dd67b8e731e632..c27d23391d08ca701ca11b451a2392ba40ba4188 100644 --- a/src/Compilers/Core/MSBuildTaskTests/project.lock.json +++ b/src/Compilers/Core/MSBuildTaskTests/project.lock.json @@ -38,14 +38,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -78,15 +78,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -123,8 +123,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -145,13 +145,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -162,7 +162,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -209,14 +209,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -249,15 +249,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -294,8 +294,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -316,13 +316,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -333,7 +333,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -348,68 +348,61 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -418,8 +411,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -427,13 +422,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -441,38 +434,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -481,8 +470,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -490,13 +481,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -504,24 +493,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -530,8 +517,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -539,13 +528,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -553,31 +540,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -585,8 +570,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -594,39 +577,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -634,8 +615,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -644,16 +623,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -662,8 +641,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -671,13 +652,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -685,24 +664,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -711,8 +688,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -720,13 +699,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -734,24 +711,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -760,8 +735,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -769,13 +746,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -783,64 +758,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -852,16 +816,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -874,16 +836,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -914,19 +874,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -934,7 +892,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/Core/Portable/project.json b/src/Compilers/Core/Portable/project.json index 0341374f6c0756d5fcb07e795e07ec26104bf1ee..eef1946998e86150975d3f6a3905bdd5221c1e27 100644 --- a/src/Compilers/Core/Portable/project.json +++ b/src/Compilers/Core/Portable/project.json @@ -2,7 +2,7 @@ "supports": {}, "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Compilers/Core/Portable/project.lock.json b/src/Compilers/Core/Portable/project.lock.json index 25bc55a4b1b7d0d99fc1306b110e24dd014e0dd9..6d08d9cdfcadaf8e54ab7f30c2459b39a448fe28 100644 --- a/src/Compilers/Core/Portable/project.lock.json +++ b/src/Compilers/Core/Portable/project.lock.json @@ -12,7 +12,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "type": "package", "dependencies": { "System.Collections.Immutable": "1.1.37" @@ -39,16 +39,16 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -57,7 +57,7 @@ "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETPortable,Version=v4.5,Profile=Profile7": [] } diff --git a/src/Compilers/Extension/project.lock.json b/src/Compilers/Extension/project.lock.json index 52dda19b44013a099e37b885ff94d86a41407197..df7d2781ab743b4b01c5ae100cda147178b1226f 100644 --- a/src/Compilers/Extension/project.lock.json +++ b/src/Compilers/Extension/project.lock.json @@ -14,14 +14,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -54,15 +54,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -110,14 +110,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -150,15 +150,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -206,14 +206,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -246,15 +246,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -294,27 +294,26 @@ "libraries": { "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -323,8 +322,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -332,13 +333,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -346,38 +345,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -409,24 +404,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +428,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -444,13 +439,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -458,31 +451,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -490,8 +481,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -499,39 +488,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -539,8 +526,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -549,16 +534,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -567,8 +552,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -576,13 +563,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -590,24 +575,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +599,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -625,13 +610,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -639,24 +622,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +646,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -674,13 +657,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -688,16 +669,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/Compilers/Server/PortableServer/project.lock.json b/src/Compilers/Server/PortableServer/project.lock.json index 80184c55b42d19ce5c59272bab7ae168e888883b..92b39b501db7f68f402b1f886cb92f4d1fd344d2 100644 --- a/src/Compilers/Server/PortableServer/project.lock.json +++ b/src/Compilers/Server/PortableServer/project.lock.json @@ -511,7 +511,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -530,10 +530,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -1795,7 +1795,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -1814,10 +1814,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -3149,7 +3149,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -3168,10 +3168,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -4654,7 +4654,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -4673,10 +4673,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -7735,16 +7735,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/Server/VBCSCompiler/project.json b/src/Compilers/Server/VBCSCompiler/project.json index 2dbdf19460b59ee5d79546122d66c668f8c0cbea..e71fca7af2487fe704ed6fa3356f0c9e433a48fc 100644 --- a/src/Compilers/Server/VBCSCompiler/project.json +++ b/src/Compilers/Server/VBCSCompiler/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", }, "frameworks": { "net45": { } diff --git a/src/Compilers/Server/VBCSCompiler/project.lock.json b/src/Compilers/Server/VBCSCompiler/project.lock.json index 35f10bbecc8690c3608ceb094f87c5c73a4f38cc..c357aa523d905d8d4f0038fb2a8da5874531fea3 100644 --- a/src/Compilers/Server/VBCSCompiler/project.lock.json +++ b/src/Compilers/Server/VBCSCompiler/project.lock.json @@ -13,14 +13,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -53,15 +53,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -108,14 +108,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -148,15 +148,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -203,14 +203,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -243,15 +243,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -298,14 +298,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -338,15 +338,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -393,14 +393,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -433,15 +433,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -488,14 +488,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -528,15 +528,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -583,14 +583,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -623,15 +623,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -671,10 +671,11 @@ "libraries": { "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -683,8 +684,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -692,13 +695,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -706,38 +707,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -746,8 +743,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -755,13 +754,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -769,24 +766,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -795,8 +790,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -804,13 +801,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -818,31 +813,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -850,8 +843,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -859,39 +850,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -899,8 +888,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -909,16 +896,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -927,8 +914,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -936,13 +925,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -950,24 +937,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -976,8 +961,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -985,13 +972,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -999,24 +984,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1025,8 +1008,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -1034,13 +1019,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -1048,23 +1031,20 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5": [] } diff --git a/src/Compilers/Server/VBCSCompilerTests/project.lock.json b/src/Compilers/Server/VBCSCompilerTests/project.lock.json index d8dc2df3937a7352259a7ca991f21951d0febdc2..2badad045c489f1aae451d37f5032db8618e05f9 100644 --- a/src/Compilers/Server/VBCSCompilerTests/project.lock.json +++ b/src/Compilers/Server/VBCSCompilerTests/project.lock.json @@ -38,14 +38,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -78,15 +78,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -123,8 +123,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -145,13 +145,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -162,7 +162,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -209,14 +209,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -249,15 +249,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -294,8 +294,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -316,13 +316,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -333,7 +333,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -348,68 +348,61 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -418,8 +411,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -427,13 +422,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -441,38 +434,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -481,8 +470,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -490,13 +481,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -504,24 +493,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -530,8 +517,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -539,13 +528,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -553,31 +540,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -585,8 +570,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -594,39 +577,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -634,8 +615,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -644,16 +623,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -662,8 +641,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -671,13 +652,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -685,24 +664,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -711,8 +688,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -720,13 +699,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -734,24 +711,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -760,8 +735,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -769,13 +746,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -783,64 +758,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -852,16 +816,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -874,16 +836,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -914,19 +874,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -934,7 +892,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/Test/Resources/Core/project.lock.json b/src/Compilers/Test/Resources/Core/project.lock.json index b683edf262a098908f97e49d900595b7d056ed81..1b3b40fc16ca8acfc590983e5de97636198b78cf 100644 --- a/src/Compilers/Test/Resources/Core/project.lock.json +++ b/src/Compilers/Test/Resources/Core/project.lock.json @@ -11,9 +11,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -27,32 +27,28 @@ "libraries": { "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Compilers/Test/Utilities/CSharp.Desktop/project.lock.json b/src/Compilers/Test/Utilities/CSharp.Desktop/project.lock.json index 87f296a3c717e36f4a9f1e86bcb3a5ea42c5840e..9bbf0a85e4f19330e29b1ea58ec9dcb345e90008 100644 --- a/src/Compilers/Test/Utilities/CSharp.Desktop/project.lock.json +++ b/src/Compilers/Test/Utilities/CSharp.Desktop/project.lock.json @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -386,16 +386,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/Test/Utilities/CSharp/project.lock.json b/src/Compilers/Test/Utilities/CSharp/project.lock.json index 5533067c2401e68ba67e78f1369ed4e4021c4c90..7c99edc5b02be0ac55a5055a74bbabb345dcc896 100644 --- a/src/Compilers/Test/Utilities/CSharp/project.lock.json +++ b/src/Compilers/Test/Utilities/CSharp/project.lock.json @@ -245,29 +245,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1240,16 +1226,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/Test/Utilities/VisualBasic/project.lock.json b/src/Compilers/Test/Utilities/VisualBasic/project.lock.json index 5674a4483a9c73f4815a29877ae0063679233140..9bbf0a85e4f19330e29b1ea58ec9dcb345e90008 100644 --- a/src/Compilers/Test/Utilities/VisualBasic/project.lock.json +++ b/src/Compilers/Test/Utilities/VisualBasic/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -168,52 +168,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -222,8 +217,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -231,13 +228,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -245,38 +240,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -285,8 +276,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -294,13 +287,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -308,24 +299,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -334,8 +323,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -343,13 +334,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -357,31 +346,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -389,8 +376,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -398,39 +383,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -438,8 +421,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -448,16 +429,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -466,8 +447,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -475,13 +458,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -489,24 +470,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -515,8 +494,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -524,13 +505,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -538,24 +517,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -564,8 +541,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -573,13 +552,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -587,64 +564,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -656,16 +622,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -678,16 +642,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -718,7 +680,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } diff --git a/src/Compilers/VisualBasic/Portable/project.lock.json b/src/Compilers/VisualBasic/Portable/project.lock.json index b683edf262a098908f97e49d900595b7d056ed81..1b3b40fc16ca8acfc590983e5de97636198b78cf 100644 --- a/src/Compilers/VisualBasic/Portable/project.lock.json +++ b/src/Compilers/VisualBasic/Portable/project.lock.json @@ -11,9 +11,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -27,32 +27,28 @@ "libraries": { "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Compilers/VisualBasic/Test/CommandLine/project.lock.json b/src/Compilers/VisualBasic/Test/CommandLine/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/project.lock.json +++ b/src/Compilers/VisualBasic/Test/CommandLine/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/VisualBasic/Test/Emit/project.lock.json b/src/Compilers/VisualBasic/Test/Emit/project.lock.json index ce679096230ee6e75a81a62671d329ba74a0d619..b61a0c89e7a8f5eb181824910c12e06bb2849794 100644 --- a/src/Compilers/VisualBasic/Test/Emit/project.lock.json +++ b/src/Compilers/VisualBasic/Test/Emit/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/VisualBasic/Test/Performance/project.lock.json b/src/Compilers/VisualBasic/Test/Performance/project.lock.json index 24c270eaf73fbfd905ff032b4f1923f21dcfb091..df9615f7f2b1b278edee00ca373c90c2b1ca9cab 100644 --- a/src/Compilers/VisualBasic/Test/Performance/project.lock.json +++ b/src/Compilers/VisualBasic/Test/Performance/project.lock.json @@ -156,15 +156,15 @@ "lib/net46/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -428,15 +428,15 @@ "lib/net46/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -700,15 +700,15 @@ "lib/net46/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1170,16 +1170,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/VisualBasic/Test/Semantic/project.lock.json b/src/Compilers/VisualBasic/Test/Semantic/project.lock.json index c27743bea6094fa92052f495da92f0903abc388e..045cf9af6a794d6f6ea26ce115b2b8275f78726e 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/project.lock.json +++ b/src/Compilers/VisualBasic/Test/Semantic/project.lock.json @@ -38,14 +38,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -78,15 +78,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -123,8 +123,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -145,13 +145,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -162,7 +162,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -209,14 +209,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -249,15 +249,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -294,8 +294,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -316,13 +316,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -333,7 +333,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -348,68 +348,61 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -418,8 +411,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -427,13 +422,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -441,38 +434,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -481,8 +470,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -490,13 +481,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -504,24 +493,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -530,8 +517,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -539,13 +528,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -553,31 +540,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -585,8 +570,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -594,39 +577,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -634,8 +615,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -644,16 +623,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -662,8 +641,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -671,13 +652,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -685,24 +664,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -711,8 +688,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -720,13 +699,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -734,24 +711,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -760,8 +735,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -769,13 +746,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -783,64 +758,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -852,16 +816,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -874,16 +836,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -914,19 +874,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -934,7 +892,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/VisualBasic/Test/Symbol/project.lock.json b/src/Compilers/VisualBasic/Test/Symbol/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/project.lock.json +++ b/src/Compilers/VisualBasic/Test/Symbol/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/VisualBasic/Test/Syntax/project.lock.json b/src/Compilers/VisualBasic/Test/Syntax/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/project.lock.json +++ b/src/Compilers/VisualBasic/Test/Syntax/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Compilers/VisualBasic/VbcCore/project.lock.json b/src/Compilers/VisualBasic/VbcCore/project.lock.json index 80184c55b42d19ce5c59272bab7ae168e888883b..92b39b501db7f68f402b1f886cb92f4d1fd344d2 100644 --- a/src/Compilers/VisualBasic/VbcCore/project.lock.json +++ b/src/Compilers/VisualBasic/VbcCore/project.lock.json @@ -511,7 +511,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -530,10 +530,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -1795,7 +1795,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -1814,10 +1814,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -3149,7 +3149,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -3168,10 +3168,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -4654,7 +4654,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -4673,10 +4673,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -7735,16 +7735,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Compilers/VisualBasic/vbc/project.lock.json b/src/Compilers/VisualBasic/vbc/project.lock.json index 0ce428f12b00ecd374c7d1333604ad6d37ce5182..8ee99c9451214dff1dbfecdf63fb85508331fe73 100644 --- a/src/Compilers/VisualBasic/vbc/project.lock.json +++ b/src/Compilers/VisualBasic/vbc/project.lock.json @@ -54,15 +54,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -150,15 +150,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -246,15 +246,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -342,15 +342,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -438,15 +438,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -534,15 +534,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -630,15 +630,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -875,16 +875,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json index 4aba84f22d547c6175c61b24923cd8b0f887749e..1328ab94ca296a9a9850b91dd2794ccfc4435225 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json @@ -5,6 +5,7 @@ "System.Diagnostics.Debug": "4.0.10", "System.Runtime": "4.0.20", "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", "System.IO.FileSystem": "4.0.0", "xunit": "2.1.0" }, diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.lock.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.lock.json index 3125b0e50e92059f45470e2ee873192b989fefb8..1ba6fcbd3cef7c5e1d3717f95641aa3cc9dedf8a 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.lock.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.lock.json @@ -156,29 +156,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -220,11 +206,12 @@ "ref/dotnet/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.0": { + "System.Runtime.InteropServices/4.0.20": { "dependencies": { "System.Reflection": "4.0.0", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} @@ -238,15 +225,6 @@ "ref/dotnet/System.Text.Encoding.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.0": { - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - } - }, "System.Text.RegularExpressions/4.0.0": { "dependencies": { "System.Runtime": "4.0.0" @@ -903,16 +881,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -1077,18 +1055,17 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll" ] }, - "System.Runtime.InteropServices/4.0.0": { - "sha512": "J8GBB0OsVuKJXR412x6uZdoyNi4y9OMjjJRHPutRHjqujuvthus6Xdxn/i8J1lL2PK+2jWCLpZp72h8x73hkLg==", + "System.Runtime.InteropServices/4.0.20": { + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", "type": "package", "files": [ - "License.rtf", - "System.Runtime.InteropServices.4.0.0.nupkg.sha512", + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", + "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wpa81/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "ref/MonoAndroid10/_._", @@ -1104,22 +1081,10 @@ "ref/dotnet/ru/System.Runtime.InteropServices.xml", "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", - "ref/net45/_._", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/win8/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll" ] }, "System.Text.Encoding/4.0.0": { @@ -1169,53 +1134,6 @@ "ref/xamarinmac20/_._" ] }, - "System.Text.Encoding.Extensions/4.0.0": { - "sha512": "FktA77+2DC0S5oRhgM569pbzFrcA45iQpYiI7+YKl68B6TfI2N5TQbXqSWlh2YXKoFXHi2RFwPMha2lxiFJZ6A==", - "type": "package", - "files": [ - "License.rtf", - "System.Text.Encoding.Extensions.4.0.0.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, "System.Text.RegularExpressions/4.0.0": { "sha512": "D2CHm8LBIymJK9+1E3sn4cUEzMd6B+quQUrCGUluv9QFBNOdL3XqNu548QKeNplEXFOmF5aKXMxXbTrjbEUNMw==", "type": "package", @@ -1477,6 +1395,7 @@ "System.IO.FileSystem >= 4.0.0", "System.Runtime >= 4.0.20", "System.Runtime.Extensions >= 4.0.10", + "System.Runtime.InteropServices >= 4.0.20", "xunit >= 2.1.0" ], ".NETPlatform,Version=v5.4": [] diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec index 282ac2d926583da1d2a407e812b1e905b7904629..a9c310ec310021d4fe2defe21a41b8e980ce4f27 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec @@ -10,7 +10,7 @@ Supported Platforms: - + en-US diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Version.targets b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Version.targets index f14a20fe464211320b8d2cb9e0fbbd7d80814cce..b74040d57cdab0101b8ee127ce26458033009ed2 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Version.targets +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Version.targets @@ -1,7 +1,7 @@ 1.0.0 - false + true diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.json index fb185b1f7ad85e40b120fabc1952cfa134d029af..7c529c56f634dd0705d3f03fa07d5ed6fd745529 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.DiaSymReader": "1.0.7", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.lock.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.lock.json index 193a19419995f23aedd0df9b70bcd681fb9fe25b..17e9fcf322cc8fda8f77836ec1f572f705e1973f 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.lock.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/project.lock.json @@ -21,7 +21,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "type": "package", "dependencies": { "System.Collections.Immutable": "1.1.37" @@ -60,16 +60,16 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -79,7 +79,7 @@ "": [ "Microsoft.DiaSymReader >= 1.0.7", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETPortable,Version=v4.5,Profile=Profile7": [] } diff --git a/src/EditorFeatures/CSharp/project.lock.json b/src/EditorFeatures/CSharp/project.lock.json index e5a99661ad5c123e74bde22afa7568f9cbbdf633..5732c0ea7da04506b967be43a038d1a4c7633798 100644 --- a/src/EditorFeatures/CSharp/project.lock.json +++ b/src/EditorFeatures/CSharp/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -117,31 +117,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -150,8 +149,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -159,13 +160,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -173,38 +172,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -213,8 +208,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -222,13 +219,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -236,24 +231,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -262,8 +255,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -271,13 +266,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -285,31 +278,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -317,8 +308,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -326,39 +315,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -366,8 +353,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -376,16 +361,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -394,8 +379,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -403,13 +390,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -417,24 +402,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -443,8 +426,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -452,13 +437,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -466,24 +449,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -492,8 +473,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -501,13 +484,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -515,16 +496,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/EditorFeatures/CSharpTest/project.lock.json b/src/EditorFeatures/CSharpTest/project.lock.json index 0d92c21f310add313c30b55cb2d7f6b673981c94..609aa50d0555cd6f7141041b32ccf935e062139d 100644 --- a/src/EditorFeatures/CSharpTest/project.lock.json +++ b/src/EditorFeatures/CSharpTest/project.lock.json @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -655,15 +655,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -786,34 +786,29 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -823,8 +818,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -868,27 +862,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -899,11 +889,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -932,7 +921,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -980,17 +968,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1011,55 +997,48 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1067,7 +1046,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1088,11 +1066,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1100,7 +1077,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1122,25 +1098,22 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1148,7 +1121,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1170,11 +1142,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1182,7 +1153,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1204,18 +1174,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1271,11 +1239,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1283,7 +1250,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1305,11 +1271,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1317,7 +1282,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1339,11 +1303,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1351,7 +1314,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1372,18 +1334,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1404,18 +1364,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1437,11 +1395,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1449,7 +1406,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1472,11 +1428,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1484,7 +1439,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1506,18 +1460,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1538,36 +1490,32 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1590,11 +1538,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1602,7 +1549,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -1624,11 +1570,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1636,7 +1581,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -1658,11 +1602,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1670,7 +1613,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -1692,11 +1634,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1704,7 +1645,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -1726,12 +1666,11 @@ }, "System.Text.Encoding/4.0.0": { "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", - "type": "Package", + "type": "package", "files": [ "License.rtf", + "System.Text.Encoding.4.0.0.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1740,7 +1679,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -1775,11 +1713,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1787,7 +1724,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -1809,11 +1745,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1821,7 +1756,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -1843,50 +1777,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1898,16 +1824,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1920,16 +1844,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1960,17 +1882,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -1981,6 +1900,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/EditorFeatures/CSharpTest2/project.lock.json b/src/EditorFeatures/CSharpTest2/project.lock.json index f3f62c54d7a8d7d29d3bfb6502f8c44f4f40c9ea..9ee1762b2acefc7e8c3945eed9596cbed0b63927 100644 --- a/src/EditorFeatures/CSharpTest2/project.lock.json +++ b/src/EditorFeatures/CSharpTest2/project.lock.json @@ -289,15 +289,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -811,15 +811,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1011,34 +1011,29 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -1048,8 +1043,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -1093,27 +1087,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -1133,11 +1123,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -1166,7 +1155,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -1214,17 +1202,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1245,46 +1231,40 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "runtime.win7.System.Console/4.0.0-beta-23504": { @@ -1300,11 +1280,10 @@ }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1312,7 +1291,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1333,11 +1311,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1345,7 +1322,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1397,16 +1373,14 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Console/4.0.0-beta-23504": { @@ -1441,11 +1415,10 @@ }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1453,7 +1426,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1475,11 +1447,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1487,7 +1458,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1509,18 +1479,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1576,11 +1544,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1588,7 +1555,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1610,11 +1576,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1622,7 +1587,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1644,11 +1608,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1656,7 +1619,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1677,18 +1639,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1709,18 +1669,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1742,11 +1700,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1754,7 +1711,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1777,11 +1733,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1789,7 +1744,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1861,18 +1815,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1893,20 +1845,18 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1943,18 +1893,16 @@ }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1977,11 +1925,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1989,7 +1936,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -2011,11 +1957,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2023,7 +1968,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -2045,11 +1989,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2057,7 +2000,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -2079,11 +2021,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2091,7 +2032,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -2145,11 +2085,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2157,7 +2096,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -2179,11 +2117,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2191,7 +2128,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -2333,50 +2269,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -2388,16 +2316,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -2410,16 +2336,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -2450,17 +2374,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -2471,6 +2392,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/EditorFeatures/Core/project.lock.json b/src/EditorFeatures/Core/project.lock.json index e5a99661ad5c123e74bde22afa7568f9cbbdf633..5732c0ea7da04506b967be43a038d1a4c7633798 100644 --- a/src/EditorFeatures/Core/project.lock.json +++ b/src/EditorFeatures/Core/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -117,31 +117,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -150,8 +149,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -159,13 +160,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -173,38 +172,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -213,8 +208,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -222,13 +219,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -236,24 +231,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -262,8 +255,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -271,13 +266,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -285,31 +278,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -317,8 +308,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -326,39 +315,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -366,8 +353,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -376,16 +361,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -394,8 +379,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -403,13 +390,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -417,24 +402,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -443,8 +426,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -452,13 +437,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -466,24 +449,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -492,8 +473,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -501,13 +484,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -515,16 +496,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/EditorFeatures/Test/project.lock.json b/src/EditorFeatures/Test/project.lock.json index b44a9730ec2e11d0c9ed2f8ca60457a58bbc4715..8c4da94dd96905faf40eae79190962ce20e3a718 100644 --- a/src/EditorFeatures/Test/project.lock.json +++ b/src/EditorFeatures/Test/project.lock.json @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -655,15 +655,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1045,15 +1045,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1176,34 +1176,29 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -1213,8 +1208,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -1258,27 +1252,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -1289,11 +1279,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -1322,7 +1311,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -1370,17 +1358,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1401,55 +1387,48 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1457,7 +1436,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1478,11 +1456,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1490,7 +1467,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1512,25 +1488,22 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1538,7 +1511,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1560,11 +1532,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1572,7 +1543,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1594,18 +1564,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1661,11 +1629,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1673,7 +1640,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1695,11 +1661,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1707,7 +1672,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1729,11 +1693,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1741,7 +1704,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1762,18 +1724,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1794,18 +1754,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1827,11 +1785,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1839,7 +1796,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1862,11 +1818,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1874,7 +1829,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1896,18 +1850,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1928,36 +1880,32 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1980,11 +1928,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1992,7 +1939,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -2014,11 +1960,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2026,7 +1971,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -2048,11 +1992,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2060,7 +2003,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -2082,11 +2024,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2094,7 +2035,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -2116,12 +2056,11 @@ }, "System.Text.Encoding/4.0.0": { "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", - "type": "Package", + "type": "package", "files": [ "License.rtf", + "System.Text.Encoding.4.0.0.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -2130,7 +2069,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -2165,11 +2103,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2177,7 +2114,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -2199,11 +2135,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -2211,7 +2146,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -2233,50 +2167,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -2288,16 +2214,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -2310,16 +2234,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -2350,17 +2272,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -2371,6 +2290,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/EditorFeatures/Test2/EditorServicesTest2.vbproj b/src/EditorFeatures/Test2/EditorServicesTest2.vbproj index 537596796b17c4689c98316ad6cc86f9206f9d8d..d1ecaaa93555f7fb3f72f24b5c75afef598be21d 100644 --- a/src/EditorFeatures/Test2/EditorServicesTest2.vbproj +++ b/src/EditorFeatures/Test2/EditorServicesTest2.vbproj @@ -165,6 +165,7 @@ + @@ -316,4 +317,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/Test2/Expansion/LambdaParameterExpansionTests.vb b/src/EditorFeatures/Test2/Expansion/LambdaParameterExpansionTests.vb new file mode 100644 index 0000000000000000000000000000000000000000..093c11bf92622b003db8c9b7e8dd82824c49b4f5 --- /dev/null +++ b/src/EditorFeatures/Test2/Expansion/LambdaParameterExpansionTests.vb @@ -0,0 +1,175 @@ +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +Imports System.Threading.Tasks + +Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Expansion + Public Class LambdaParameterExpansionTests + Inherits AbstractExpansionTest + + + Public Async Function TestCSharp_ExpandLambdaWithNoParameters() As Task + Dim input = + + + { }|}; + } +} + ]]> + + + + Dim expected = + +using System; +class C +{ + void M() + { + Action a = () => { }; + } +} + + + Await TestAsync(input, expected, expandParameter:=True) + End Function + + + Public Async Function TestCSharp_ExpandLambdaWithSingleParameter_NoParens() As Task + Dim input = + + + a = {|Expand:x => { }|}; + } +} + ]]> + + + + Dim expected = + a = (System.Int32 x) => { }; + } +} +]]> + + Await TestAsync(input, expected, expandParameter:=True) + End Function + + + Public Async Function TestCSharp_ExpandLambdaWithSingleParameter_WithParens() As Task + Dim input = + + + a = {|Expand:(x) => { }|}; + } +} + ]]> + + + + Dim expected = + a = (System.Int32 x) => { }; + } +} +]]> + + Await TestAsync(input, expected, expandParameter:=True) + End Function + + + Public Async Function TestCSharp_ExpandLambdaWithTwoParameters() As Task + Dim input = + + + a = {|Expand:(x, y) => { }|}; + } +} + ]]> + + + + Dim expected = + a = (System.Int32 x, System.Int32 y) => { }; + } +} +]]> + + Await TestAsync(input, expected, expandParameter:=True) + End Function + + + Public Async Function TestCSharp_ExpandLambdaWithThreeParameters() As Task + Dim input = + + + a = {|Expand:(x, y, z) => { }|}; + } +} + ]]> + + + + Dim expected = + a = (System.Int32 x, System.Int32 y, System.Int32 z) => { }; + } +} +]]> + + Await TestAsync(input, expected, expandParameter:=True) + End Function + + End Class +End Namespace \ No newline at end of file diff --git a/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb b/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb index b5e01362c0d23fc82d0996dd380dbaa3b693048e..8a19f3cab05cdd1cf9d831bc5a5ad39c025e0cac 100644 --- a/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb +++ b/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb @@ -3159,8 +3159,48 @@ namespace X , renameTo:="IFooEx") + End Using + End Sub + + + + Public Sub RenameExplicitInterfaceImplementationFromDifferentProject() + Using result = RenameEngineResult.Create(_outputHelper, + + + + Project2 + +class Program +{ + static void Main(string[] args) + { + Test(new Class1()); + } + + static void Test(IInterface i) + { + i.[|M|](); + } +} + + + + +public class Class1 : IInterface +{ + void IInterface.[|$$M|]() { } // Rename 'M' from here +} +public interface IInterface +{ + void [|M|](); +} + + + + , renameTo:="Foo") End Using End Sub diff --git a/src/EditorFeatures/Test2/project.lock.json b/src/EditorFeatures/Test2/project.lock.json index 0d92c21f310add313c30b55cb2d7f6b673981c94..609aa50d0555cd6f7141041b32ccf935e062139d 100644 --- a/src/EditorFeatures/Test2/project.lock.json +++ b/src/EditorFeatures/Test2/project.lock.json @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -655,15 +655,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -786,34 +786,29 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -823,8 +818,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -868,27 +862,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -899,11 +889,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -932,7 +921,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -980,17 +968,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1011,55 +997,48 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1067,7 +1046,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1088,11 +1066,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1100,7 +1077,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1122,25 +1098,22 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1148,7 +1121,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1170,11 +1142,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1182,7 +1153,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1204,18 +1174,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1271,11 +1239,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1283,7 +1250,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1305,11 +1271,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1317,7 +1282,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1339,11 +1303,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1351,7 +1314,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1372,18 +1334,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1404,18 +1364,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1437,11 +1395,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1449,7 +1406,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1472,11 +1428,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1484,7 +1439,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1506,18 +1460,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1538,36 +1490,32 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1590,11 +1538,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1602,7 +1549,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -1624,11 +1570,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1636,7 +1581,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -1658,11 +1602,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1670,7 +1613,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -1692,11 +1634,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1704,7 +1645,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -1726,12 +1666,11 @@ }, "System.Text.Encoding/4.0.0": { "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", - "type": "Package", + "type": "package", "files": [ "License.rtf", + "System.Text.Encoding.4.0.0.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1740,7 +1679,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -1775,11 +1713,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1787,7 +1724,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -1809,11 +1745,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1821,7 +1756,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -1843,50 +1777,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1898,16 +1824,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1920,16 +1844,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1960,17 +1882,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -1981,6 +1900,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/EditorFeatures/TestUtilities/project.lock.json b/src/EditorFeatures/TestUtilities/project.lock.json index 603b933615d2c05a123bee4acf9bbb3455757b7c..64cf723e7458ca3abcf9da4647ba80a72bd88743 100644 --- a/src/EditorFeatures/TestUtilities/project.lock.json +++ b/src/EditorFeatures/TestUtilities/project.lock.json @@ -46,14 +46,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -86,15 +86,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -131,8 +131,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -153,13 +153,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -170,7 +170,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -184,73 +184,66 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -259,8 +252,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -268,13 +263,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -282,38 +275,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -322,8 +311,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -331,13 +322,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -345,24 +334,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -371,8 +358,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -380,13 +369,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -394,31 +381,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -426,8 +411,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -435,39 +418,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -475,8 +456,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -485,16 +464,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -503,8 +482,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -512,13 +493,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -526,24 +505,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -552,8 +529,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -561,13 +540,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -575,24 +552,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -601,8 +576,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -610,13 +587,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -624,64 +599,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -693,16 +657,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -715,16 +677,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -755,7 +715,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } diff --git a/src/EditorFeatures/Text/project.lock.json b/src/EditorFeatures/Text/project.lock.json index 7e1a39c516f2adf94b00ee7da21b4b5d43f81259..5732c0ea7da04506b967be43a038d1a4c7633798 100644 --- a/src/EditorFeatures/Text/project.lock.json +++ b/src/EditorFeatures/Text/project.lock.json @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -318,16 +318,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/EditorFeatures/VisualBasic/project.lock.json b/src/EditorFeatures/VisualBasic/project.lock.json index e5a99661ad5c123e74bde22afa7568f9cbbdf633..5732c0ea7da04506b967be43a038d1a4c7633798 100644 --- a/src/EditorFeatures/VisualBasic/project.lock.json +++ b/src/EditorFeatures/VisualBasic/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -117,31 +117,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -150,8 +149,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -159,13 +160,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -173,38 +172,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -213,8 +208,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -222,13 +219,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -236,24 +231,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -262,8 +255,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -271,13 +266,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -285,31 +278,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -317,8 +308,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -326,39 +315,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -366,8 +353,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -376,16 +361,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -394,8 +379,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -403,13 +390,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -417,24 +402,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -443,8 +426,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -452,13 +437,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -466,24 +449,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -492,8 +473,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -501,13 +484,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -515,16 +496,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/EditorFeatures/VisualBasicTest/project.lock.json b/src/EditorFeatures/VisualBasicTest/project.lock.json index a51858d259b327d8b7576419d5d650713894c821..fccaee57a1ac1d38818cb20a6235cc835eebd6f6 100644 --- a/src/EditorFeatures/VisualBasicTest/project.lock.json +++ b/src/EditorFeatures/VisualBasicTest/project.lock.json @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -655,15 +655,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -786,34 +786,29 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -823,8 +818,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -868,27 +862,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -899,11 +889,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -932,7 +921,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -980,17 +968,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1011,55 +997,48 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1067,7 +1046,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1088,11 +1066,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1100,7 +1077,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1122,25 +1098,22 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1148,7 +1121,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1170,11 +1142,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1182,7 +1153,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1204,18 +1174,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1271,11 +1239,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1283,7 +1250,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1305,11 +1271,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1317,7 +1282,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1339,11 +1303,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1351,7 +1314,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1372,18 +1334,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1404,18 +1364,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1437,11 +1395,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1449,7 +1406,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1472,11 +1428,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1484,7 +1439,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1506,18 +1460,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1538,36 +1490,32 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1590,11 +1538,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1602,7 +1549,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -1624,11 +1570,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1636,7 +1581,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -1658,11 +1602,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1670,7 +1613,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -1692,11 +1634,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1704,7 +1645,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -1726,12 +1666,11 @@ }, "System.Text.Encoding/4.0.0": { "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", - "type": "Package", + "type": "package", "files": [ "License.rtf", + "System.Text.Encoding.4.0.0.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1740,7 +1679,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -1775,11 +1713,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1787,7 +1724,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -1809,11 +1745,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1821,7 +1756,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -1843,50 +1777,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1898,16 +1824,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1920,16 +1844,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1960,17 +1882,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -1981,6 +1900,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/project.lock.json b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/project.lock.json index 8b47576410bc5a817276a9c517854bbdfeaa6c07..e39af1202f9119d09a8d043e2c709f81108f545e 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/project.lock.json +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/project.lock.json @@ -19,9 +19,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -35,46 +35,40 @@ "libraries": { "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/project.lock.json b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/project.lock.json index 3e6d908556ea56dc157a8862af7d08ab03999214..7aafacbac54918f52f6d16ba661c2f99d4479478 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/project.lock.json +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/project.lock.json @@ -16,13 +16,11 @@ "libraries": { "Microsoft.NetFX20/1.0.3": { "sha512": "7hPxu4q65ap1yiAuniskpMIJyTwviBIRItCYXozm/6Ikt03Uw3NNQNNzf7mjOEYYi9CG9VIv1KYwBGEa3FWAcg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net20/mscorlib.dll", + "Microsoft.NetFX20.1.0.3.nupkg.sha512", "Microsoft.NetFX20.nuspec", - "package/services/metadata/core-properties/92df590a790045efaea1dc300f16b60b.psmdcp" + "lib/net20/mscorlib.dll" ] } }, diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.lock.json b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.lock.json index ce679096230ee6e75a81a62671d329ba74a0d619..b61a0c89e7a8f5eb181824910c12e06bb2849794 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.lock.json +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.lock.json b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.lock.json index f05096cf94390d98ba62bab1c63395199e006bbf..b69c400198f3af8af922ec9ab96d63501113269c 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.lock.json +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/project.lock.json b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/project.lock.json index a6e78ec4622d060ed3a8f5e07218bf72b36727ae..58e7d1faf18d05a778660f50f0ac0766af763fc4 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/project.lock.json +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/project.lock.json @@ -19,9 +19,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -35,46 +35,40 @@ "libraries": { "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/project.lock.json b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/project.lock.json index c250b16543e876d181bdad5d322ec289cf6ea38b..a1b4e572f513d8ca9d4684d9bc88e49cf29e771b 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/project.lock.json +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/project.lock.json @@ -17,13 +17,11 @@ "libraries": { "Microsoft.NetFX20/1.0.3": { "sha512": "7hPxu4q65ap1yiAuniskpMIJyTwviBIRItCYXozm/6Ikt03Uw3NNQNNzf7mjOEYYi9CG9VIv1KYwBGEa3FWAcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NetFX20.1.0.3.nupkg.sha512", "Microsoft.NetFX20.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net20/mscorlib.dll", - "package/services/metadata/core-properties/92df590a790045efaea1dc300f16b60b.psmdcp" + "lib/net20/mscorlib.dll" ] } }, diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.lock.json b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.lock.json index 41d483c43fbd18fbdd389228fbe0436d57ac47b3..f41caf90b38f2958ff2e3b6530f53143fbdb9031 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.lock.json +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -168,52 +168,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -222,8 +217,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -231,13 +228,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -245,38 +240,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -285,8 +276,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -294,13 +287,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -308,24 +299,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -334,8 +323,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -343,13 +334,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -357,31 +346,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -389,8 +376,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -398,39 +383,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -438,8 +421,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -448,16 +429,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -466,8 +447,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -475,13 +458,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -489,24 +470,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -515,8 +494,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -524,13 +505,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -538,24 +517,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -564,8 +541,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -573,13 +552,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -587,64 +564,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -656,16 +622,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -678,16 +642,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -718,7 +680,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/project.lock.json b/src/ExpressionEvaluator/Core/Test/ResultProvider/project.lock.json index 2453c99dac3c65868b36356123701cb35f2b4df5..e8f00c0372c17b4bd5d1d995c68a39571de71c3b 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/project.lock.json +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -168,52 +168,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -222,8 +217,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -231,13 +228,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -245,38 +240,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -285,8 +276,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -294,13 +287,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -308,24 +299,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -334,8 +323,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -343,13 +334,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -357,31 +346,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -389,8 +376,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -398,39 +383,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -438,8 +421,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -448,16 +429,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -466,8 +447,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -475,13 +458,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -489,24 +470,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -515,8 +494,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -524,13 +505,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -538,24 +517,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -564,8 +541,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -573,13 +552,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -587,64 +564,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -656,16 +622,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -678,16 +642,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -718,7 +680,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/project.lock.json b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/project.lock.json index 8b47576410bc5a817276a9c517854bbdfeaa6c07..e39af1202f9119d09a8d043e2c709f81108f545e 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/project.lock.json +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/project.lock.json @@ -19,9 +19,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -35,46 +35,40 @@ "libraries": { "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/project.lock.json b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/project.lock.json index 3e6d908556ea56dc157a8862af7d08ab03999214..7aafacbac54918f52f6d16ba661c2f99d4479478 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/project.lock.json +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/project.lock.json @@ -16,13 +16,11 @@ "libraries": { "Microsoft.NetFX20/1.0.3": { "sha512": "7hPxu4q65ap1yiAuniskpMIJyTwviBIRItCYXozm/6Ikt03Uw3NNQNNzf7mjOEYYi9CG9VIv1KYwBGEa3FWAcg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net20/mscorlib.dll", + "Microsoft.NetFX20.1.0.3.nupkg.sha512", "Microsoft.NetFX20.nuspec", - "package/services/metadata/core-properties/92df590a790045efaea1dc300f16b60b.psmdcp" + "lib/net20/mscorlib.dll" ] } }, diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.lock.json b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.lock.json index ce679096230ee6e75a81a62671d329ba74a0d619..b61a0c89e7a8f5eb181824910c12e06bb2849794 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.lock.json +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.lock.json b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.lock.json index 1dae52da8b5d952c6ded693bb529fe27be9fa38b..1be90c00a2d8d1c5a9e84069989fa0aeb16c6ac6 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.lock.json +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -193,14 +193,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -278,8 +278,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -300,13 +300,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -317,7 +317,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -332,52 +332,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -386,8 +381,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -395,13 +392,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -409,38 +404,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -449,8 +440,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -458,13 +451,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -472,24 +463,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -498,8 +487,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -507,13 +498,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -521,31 +510,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -553,8 +540,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -562,39 +547,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -602,8 +585,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -612,16 +593,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -630,8 +611,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -639,13 +622,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -653,24 +634,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -679,8 +658,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -688,13 +669,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -702,24 +681,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -728,8 +705,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -737,13 +716,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -751,64 +728,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -820,16 +786,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -842,16 +806,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -882,19 +844,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -902,7 +862,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Features/CSharp/Portable/project.lock.json b/src/Features/CSharp/Portable/project.lock.json index 0d94041350ee1418802d39da94f0ca9a04d338c2..b0d08cc01c88e9ebb2a3472cb518acfaca1b67e0 100644 --- a/src/Features/CSharp/Portable/project.lock.json +++ b/src/Features/CSharp/Portable/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Features/Core/Portable/project.lock.json b/src/Features/Core/Portable/project.lock.json index 0d94041350ee1418802d39da94f0ca9a04d338c2..b0d08cc01c88e9ebb2a3472cb518acfaca1b67e0 100644 --- a/src/Features/Core/Portable/project.lock.json +++ b/src/Features/Core/Portable/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Features/VisualBasic/Portable/project.lock.json b/src/Features/VisualBasic/Portable/project.lock.json index 0d94041350ee1418802d39da94f0ca9a04d338c2..b0d08cc01c88e9ebb2a3472cb518acfaca1b67e0 100644 --- a/src/Features/VisualBasic/Portable/project.lock.json +++ b/src/Features/VisualBasic/Portable/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Interactive/CsiCore/project.lock.json b/src/Interactive/CsiCore/project.lock.json index 01c99cf2acfd8192e93dbe302c2a8d1187551014..ebc9229f4f3710548a86fefdea955b8ea32c757c 100644 --- a/src/Interactive/CsiCore/project.lock.json +++ b/src/Interactive/CsiCore/project.lock.json @@ -605,7 +605,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -624,10 +624,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -1983,7 +1983,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -2002,10 +2002,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -3431,7 +3431,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -3450,10 +3450,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -5030,7 +5030,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -5049,10 +5049,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -8295,16 +8295,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/EditorFeatures/CSharp/project.lock.json b/src/Interactive/EditorFeatures/CSharp/project.lock.json index 4e2b9693850ccdb6ce1202e448d71a4097875177..247e3d91af7cff0bb815c686a932a2ff73419759 100644 --- a/src/Interactive/EditorFeatures/CSharp/project.lock.json +++ b/src/Interactive/EditorFeatures/CSharp/project.lock.json @@ -198,15 +198,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -870,16 +870,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/EditorFeatures/Core/project.lock.json b/src/Interactive/EditorFeatures/Core/project.lock.json index 95b8a88c552bf96be1e68ae19ddea088f81ac72f..3f861819c442573dec397dd0f932a2999ef50d6c 100644 --- a/src/Interactive/EditorFeatures/Core/project.lock.json +++ b/src/Interactive/EditorFeatures/Core/project.lock.json @@ -179,15 +179,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -779,16 +779,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/EditorFeatures/VisualBasic/project.lock.json b/src/Interactive/EditorFeatures/VisualBasic/project.lock.json index 164b8beac7d5d6d2f628b0180114f73d993a618b..519278ef5e30b7114c50c772dc122f8de1dba09b 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/project.lock.json +++ b/src/Interactive/EditorFeatures/VisualBasic/project.lock.json @@ -190,15 +190,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -819,16 +819,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/Features/project.lock.json b/src/Interactive/Features/project.lock.json index 95b8a88c552bf96be1e68ae19ddea088f81ac72f..3f861819c442573dec397dd0f932a2999ef50d6c 100644 --- a/src/Interactive/Features/project.lock.json +++ b/src/Interactive/Features/project.lock.json @@ -179,15 +179,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -779,16 +779,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/Host/project.lock.json b/src/Interactive/Host/project.lock.json index 8d7bdad51b572740bc981f3eb6c36f62c5e90804..e4aa6ef129ee38436acb67447b777d4d1c754952 100644 --- a/src/Interactive/Host/project.lock.json +++ b/src/Interactive/Host/project.lock.json @@ -179,15 +179,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -432,15 +432,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -685,15 +685,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1285,16 +1285,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/HostTest/project.lock.json b/src/Interactive/HostTest/project.lock.json index 8abd206e0e53affbe54a66d19810fa28c036bef4..71a48b679cbd66e53d6fca4f356193247dda5213 100644 --- a/src/Interactive/HostTest/project.lock.json +++ b/src/Interactive/HostTest/project.lock.json @@ -215,15 +215,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -554,15 +554,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -893,15 +893,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1651,16 +1651,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/VbiCore/project.lock.json b/src/Interactive/VbiCore/project.lock.json index 4d776c03aaa770be2654b392fc8dfbaa4c3eb128..7249ff7185b62e8b2647dd83e25542eb3684fb41 100644 --- a/src/Interactive/VbiCore/project.lock.json +++ b/src/Interactive/VbiCore/project.lock.json @@ -605,7 +605,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -624,10 +624,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -1983,7 +1983,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -2002,10 +2002,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -3431,7 +3431,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -3450,10 +3450,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -5030,7 +5030,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -5049,10 +5049,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -8275,16 +8275,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/csi/project.lock.json b/src/Interactive/csi/project.lock.json index 6e6be388a526c4afb20bfd9a8712823cc4767985..4dd6c40a58371bf97123b9e169de82288a441bf1 100644 --- a/src/Interactive/csi/project.lock.json +++ b/src/Interactive/csi/project.lock.json @@ -182,15 +182,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -438,15 +438,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -694,15 +694,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1347,16 +1347,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Interactive/vbi/project.lock.json b/src/Interactive/vbi/project.lock.json index d2b85e0481cd3389c20dbb14d4490f9b2154aa12..3ddff622eb627901c69c9922528d661107b7c2e3 100644 --- a/src/Interactive/vbi/project.lock.json +++ b/src/Interactive/vbi/project.lock.json @@ -174,15 +174,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -422,15 +422,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -670,15 +670,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1280,16 +1280,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/InteractiveWindow/EditorTest/project.lock.json b/src/InteractiveWindow/EditorTest/project.lock.json index 10ee569aee681742ee50b7eb4fe6f662bf1c3391..55717b8df2e4e0d07f2c34a5d8b6968db28d048b 100644 --- a/src/InteractiveWindow/EditorTest/project.lock.json +++ b/src/InteractiveWindow/EditorTest/project.lock.json @@ -102,15 +102,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -297,15 +297,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -656,16 +656,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Samples/CSharp/APISampleUnitTests/project.json b/src/Samples/CSharp/APISampleUnitTests/project.json index 1f9e1604f0b264e29210b73eb0502d938aa644a7..6585037c5ed1f33231f0debab99994851851e978 100644 --- a/src/Samples/CSharp/APISampleUnitTests/project.json +++ b/src/Samples/CSharp/APISampleUnitTests/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0" }, "frameworks": { diff --git a/src/Samples/CSharp/APISampleUnitTests/project.lock.json b/src/Samples/CSharp/APISampleUnitTests/project.lock.json index f300b42d0f4c72afebf6c904f88ba13b181f6e76..b849e99357fa84a45f53b447ac840c9689655453 100644 --- a/src/Samples/CSharp/APISampleUnitTests/project.lock.json +++ b/src/Samples/CSharp/APISampleUnitTests/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -114,8 +114,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -136,13 +136,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -153,7 +153,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -190,14 +190,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -230,15 +230,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -275,8 +275,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -297,13 +297,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -314,7 +314,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -351,14 +351,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -391,15 +391,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -436,8 +436,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -458,13 +458,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -475,7 +475,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -489,31 +489,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -522,8 +521,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -531,13 +532,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -545,38 +544,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -585,8 +580,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -594,13 +591,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -608,24 +603,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -634,8 +627,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -643,13 +638,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -657,31 +650,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -689,8 +680,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -698,39 +687,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -738,8 +725,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -748,16 +733,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -766,8 +751,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -775,13 +762,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -789,24 +774,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -815,8 +798,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -824,13 +809,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -838,24 +821,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -864,8 +845,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -873,13 +856,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -887,64 +868,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -956,16 +926,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -978,16 +946,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1018,7 +984,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } @@ -1026,7 +992,7 @@ "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0" ], ".NETFramework,Version=v4.5.2": [] diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.json b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.json index bb2e111c4c93ab18cc679d8e90f2def3ed9aaed0..2d955c53d9e70224c576263773257ef29e6c44c3 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.json +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.lock.json b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.lock.json index 8fba6cbb41c418e9ed23ba025f6e121bf9374c43..18a0f6ab50cf5859a4f5726fd0daa5f9e456112e 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.lock.json +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -228,31 +228,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -261,8 +260,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -270,13 +271,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -284,38 +283,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -324,8 +319,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -333,13 +330,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -347,24 +342,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -373,8 +366,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -382,13 +377,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -396,31 +389,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -428,8 +419,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -437,39 +426,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -477,8 +464,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -487,16 +472,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -505,8 +490,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -514,13 +501,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -528,24 +513,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -554,8 +537,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -563,13 +548,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -577,24 +560,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -603,8 +584,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -612,13 +595,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -626,16 +607,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -643,7 +621,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.json b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.json index d0f82f28760c20575f674bfee214aac5d259909f..99bbe9be9c02772df0586f68f2c53b729c5b75b0 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.json +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.lock.json b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.lock.json index 6692bd0c06222420e6a1cefe0c8b39717f4363b4..d6b5146ecf8d47c5859a7ff93218d88a4e8bbe7e 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.lock.json +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, @@ -97,7 +91,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETPortable,Version=v4.5,Profile=Profile7": [] } diff --git a/src/Samples/CSharp/ConsoleClassifier/project.json b/src/Samples/CSharp/ConsoleClassifier/project.json index 0819d60b4614e28ea18fddf30d12db416483234e..7933a7dad6a8334b9848f1bc23dce3f240ba5335 100644 --- a/src/Samples/CSharp/ConsoleClassifier/project.json +++ b/src/Samples/CSharp/ConsoleClassifier/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "Microsoft.Composition": "1.0.27" }, "frameworks": { diff --git a/src/Samples/CSharp/ConsoleClassifier/project.lock.json b/src/Samples/CSharp/ConsoleClassifier/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/CSharp/ConsoleClassifier/project.lock.json +++ b/src/Samples/CSharp/ConsoleClassifier/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/CSharp/ConvertToAutoProperty/project.json b/src/Samples/CSharp/ConvertToAutoProperty/project.json index d062bee4d9939daa7dbc478a4e260fe1b919e5d6..7d01885baa3e50cb9e022029d75f555402e4f113 100644 --- a/src/Samples/CSharp/ConvertToAutoProperty/project.json +++ b/src/Samples/CSharp/ConvertToAutoProperty/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/ConvertToAutoProperty/project.lock.json b/src/Samples/CSharp/ConvertToAutoProperty/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/CSharp/ConvertToAutoProperty/project.lock.json +++ b/src/Samples/CSharp/ConvertToAutoProperty/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/project.json b/src/Samples/CSharp/ConvertToConditional/Impl/project.json index 23273d174d0dbace593e88c39dcc6420dbcfd3ce..75444879df1c7175f7fd633cdea8cc6c4aace8ec 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/project.json +++ b/src/Samples/CSharp/ConvertToConditional/Impl/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/project.lock.json b/src/Samples/CSharp/ConvertToConditional/Impl/project.lock.json index 38ec3bb3eca1bed95433819cf5adec94f8d48f67..ebf0f82d01298b872e79d08944a82a4fbb7116ad 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/project.lock.json +++ b/src/Samples/CSharp/ConvertToConditional/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.6": [] } diff --git a/src/Samples/CSharp/ConvertToConditional/Test/project.json b/src/Samples/CSharp/ConvertToConditional/Test/project.json index e6ba97b9c8ff88b553c0706f0e2c1dadf1da1a84..26f5725b71c3a63d12508ecdfa64783fa71c6aa4 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/project.json +++ b/src/Samples/CSharp/ConvertToConditional/Test/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0", "xunit.runner.console": "2.1.0" }, diff --git a/src/Samples/CSharp/ConvertToConditional/Test/project.lock.json b/src/Samples/CSharp/ConvertToConditional/Test/project.lock.json index 77b43ca36e93c9501efffa74647e385110e77164..9d1512eab71829d2a1e74f383873a86de83173e4 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/project.lock.json +++ b/src/Samples/CSharp/ConvertToConditional/Test/project.lock.json @@ -37,14 +37,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -77,15 +77,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -122,8 +122,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -144,13 +144,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -161,7 +161,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -207,14 +207,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -247,15 +247,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -292,8 +292,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -314,13 +314,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -331,7 +331,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -377,14 +377,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -417,15 +417,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -462,8 +462,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -484,13 +484,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -501,7 +501,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,47 +516,44 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -565,8 +562,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -574,13 +573,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -588,38 +585,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -628,8 +621,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -637,13 +632,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -651,24 +644,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -677,8 +668,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -686,13 +679,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -700,31 +691,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -732,8 +721,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -741,39 +728,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -781,8 +766,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -791,16 +774,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -809,8 +792,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -818,13 +803,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -832,24 +815,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -858,8 +839,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -867,13 +850,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -881,24 +862,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -907,8 +886,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -916,13 +897,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -930,64 +909,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -999,16 +967,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1021,16 +987,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1061,19 +1025,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -1081,7 +1043,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } @@ -1090,7 +1052,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0", "xunit.runner.console >= 2.1.0" ], diff --git a/src/Samples/CSharp/CopyPasteWithUsing/project.json b/src/Samples/CSharp/CopyPasteWithUsing/project.json index 23273d174d0dbace593e88c39dcc6420dbcfd3ce..75444879df1c7175f7fd633cdea8cc6c4aace8ec 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/project.json +++ b/src/Samples/CSharp/CopyPasteWithUsing/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/CopyPasteWithUsing/project.lock.json b/src/Samples/CSharp/CopyPasteWithUsing/project.lock.json index 38ec3bb3eca1bed95433819cf5adec94f8d48f67..ebf0f82d01298b872e79d08944a82a4fbb7116ad 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/project.lock.json +++ b/src/Samples/CSharp/CopyPasteWithUsing/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.6": [] } diff --git a/src/Samples/CSharp/FormatSolution/project.json b/src/Samples/CSharp/FormatSolution/project.json index d062bee4d9939daa7dbc478a4e260fe1b919e5d6..7d01885baa3e50cb9e022029d75f555402e4f113 100644 --- a/src/Samples/CSharp/FormatSolution/project.json +++ b/src/Samples/CSharp/FormatSolution/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/FormatSolution/project.lock.json b/src/Samples/CSharp/FormatSolution/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/CSharp/FormatSolution/project.lock.json +++ b/src/Samples/CSharp/FormatSolution/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.json b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.json index d062bee4d9939daa7dbc478a4e260fe1b919e5d6..7d01885baa3e50cb9e022029d75f555402e4f113 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.json +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.lock.json b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.lock.json +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json index 4e143816448438dcecf9f7e97464f96d4e057d17..2515feed1b098be43fb991e59e77d5d48ac71f56 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0", "xunit.runner.console": "2.1.0" }, diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.lock.json b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.lock.json index 05a8aaffed78ffcec958a26340e6912492e38149..3d1f0a866174d935215759be7b86eb32eb7f364a 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.lock.json +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.lock.json @@ -37,14 +37,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -77,15 +77,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -122,8 +122,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -144,13 +144,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -161,7 +161,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -207,14 +207,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -247,15 +247,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -292,8 +292,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -314,13 +314,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -331,7 +331,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -377,14 +377,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -417,15 +417,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -462,8 +462,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -484,13 +484,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -501,7 +501,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,47 +516,44 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -565,8 +562,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -574,13 +573,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -588,38 +585,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -628,8 +621,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -637,13 +632,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -651,24 +644,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -677,8 +668,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -686,13 +679,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -700,31 +691,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -732,8 +721,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -741,39 +728,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -781,8 +766,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -791,16 +774,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -809,8 +792,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -818,13 +803,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -832,24 +815,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -858,8 +839,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -867,13 +850,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -881,24 +862,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -907,8 +886,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -916,13 +897,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -930,64 +909,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -999,16 +967,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1021,16 +987,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1061,19 +1025,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -1081,7 +1043,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } @@ -1089,7 +1051,7 @@ "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0", "xunit.runner.console >= 2.1.0" ], diff --git a/src/Samples/CSharp/MakeConst/Impl/project.json b/src/Samples/CSharp/MakeConst/Impl/project.json index d062bee4d9939daa7dbc478a4e260fe1b919e5d6..7d01885baa3e50cb9e022029d75f555402e4f113 100644 --- a/src/Samples/CSharp/MakeConst/Impl/project.json +++ b/src/Samples/CSharp/MakeConst/Impl/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/MakeConst/Impl/project.lock.json b/src/Samples/CSharp/MakeConst/Impl/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/CSharp/MakeConst/Impl/project.lock.json +++ b/src/Samples/CSharp/MakeConst/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/CSharp/RefOutModifier/project.json b/src/Samples/CSharp/RefOutModifier/project.json index d7882901917e1815074a6a4fb5ec748d5cdf1120..3b6a562337673313052d49a2e00b76275b707d7c 100644 --- a/src/Samples/CSharp/RefOutModifier/project.json +++ b/src/Samples/CSharp/RefOutModifier/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.Composition": "1.0.27", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "System.Collections.Immutable": "1.1.37" }, "frameworks": { diff --git a/src/Samples/CSharp/RefOutModifier/project.lock.json b/src/Samples/CSharp/RefOutModifier/project.lock.json index 38ec3bb3eca1bed95433819cf5adec94f8d48f67..ebf0f82d01298b872e79d08944a82a4fbb7116ad 100644 --- a/src/Samples/CSharp/RefOutModifier/project.lock.json +++ b/src/Samples/CSharp/RefOutModifier/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.6": [] } diff --git a/src/Samples/CSharp/TreeTransforms/project.json b/src/Samples/CSharp/TreeTransforms/project.json index 7dc97954163b9e033e4c8fd9f3d8ac9e7c2f2f7c..7fdfe3a1099916e9b898ec6ccbcf5cb8eca64814 100644 --- a/src/Samples/CSharp/TreeTransforms/project.json +++ b/src/Samples/CSharp/TreeTransforms/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/CSharp/TreeTransforms/project.lock.json b/src/Samples/CSharp/TreeTransforms/project.lock.json index bae06b337fed1c46b3aa5bde8357fab172c7a209..9e60ce6ea205617c4ae6ac6883912c8eb6555c1a 100644 --- a/src/Samples/CSharp/TreeTransforms/project.lock.json +++ b/src/Samples/CSharp/TreeTransforms/project.lock.json @@ -13,14 +13,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -53,15 +53,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -108,14 +108,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -148,15 +148,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -203,14 +203,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -243,15 +243,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -298,14 +298,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -338,15 +338,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -386,10 +386,11 @@ "libraries": { "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -398,8 +399,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -407,13 +410,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -421,38 +422,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -461,8 +458,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -470,13 +469,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -484,24 +481,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -510,8 +505,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -519,13 +516,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -533,31 +528,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -565,8 +558,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -574,39 +565,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -614,8 +603,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -624,16 +611,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -642,8 +629,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -651,13 +640,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -665,24 +652,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -691,8 +676,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -700,13 +687,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -714,24 +699,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -740,8 +723,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -749,13 +734,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -763,23 +746,20 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/Shared/UnitTestFramework/project.lock.json b/src/Samples/Shared/UnitTestFramework/project.lock.json index 9790e4416e0c6f67c8d3908f9a2b21222fdf2170..ee0b0792b5d1b5f7649b7ef81f0dbd32a9169060 100644 --- a/src/Samples/Shared/UnitTestFramework/project.lock.json +++ b/src/Samples/Shared/UnitTestFramework/project.lock.json @@ -37,14 +37,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -77,15 +77,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -122,8 +122,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -144,13 +144,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -161,7 +161,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -206,14 +206,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -246,15 +246,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -291,8 +291,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -313,13 +313,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -330,7 +330,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -375,14 +375,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -415,15 +415,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -460,8 +460,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -482,13 +482,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -499,7 +499,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -513,47 +513,44 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -562,8 +559,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -571,13 +570,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -585,38 +582,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -625,8 +618,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -634,13 +629,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -648,24 +641,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -674,8 +665,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -683,13 +676,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -697,31 +688,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -729,8 +718,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -738,39 +725,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -778,8 +763,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -788,16 +771,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -806,8 +789,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -815,13 +800,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -829,24 +812,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -855,8 +836,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -864,13 +847,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -878,24 +859,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -904,8 +883,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -913,13 +894,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -927,64 +906,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -996,16 +964,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1018,16 +984,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1058,7 +1022,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } diff --git a/src/Samples/VisualBasic/APISampleUnitTests/project.json b/src/Samples/VisualBasic/APISampleUnitTests/project.json index 4e143816448438dcecf9f7e97464f96d4e057d17..2515feed1b098be43fb991e59e77d5d48ac71f56 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/project.json +++ b/src/Samples/VisualBasic/APISampleUnitTests/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0", "xunit.runner.console": "2.1.0" }, diff --git a/src/Samples/VisualBasic/APISampleUnitTests/project.lock.json b/src/Samples/VisualBasic/APISampleUnitTests/project.lock.json index bdff63023daf80bc593568e3ebed7da354eca370..eee07bbb6aa4ee2534c0f86f15b2848bb6130fb9 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/project.lock.json +++ b/src/Samples/VisualBasic/APISampleUnitTests/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -114,8 +114,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -136,13 +136,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -153,7 +153,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -191,14 +191,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -231,15 +231,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -276,8 +276,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -298,13 +298,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -315,7 +315,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -353,14 +353,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -393,15 +393,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -438,8 +438,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -460,13 +460,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -477,7 +477,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -492,31 +492,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -525,8 +524,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -534,13 +535,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -548,38 +547,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -588,8 +583,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -597,13 +594,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -611,24 +606,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -637,8 +630,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -646,13 +641,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -660,31 +653,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -692,8 +683,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -701,39 +690,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -741,8 +728,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -751,16 +736,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -769,8 +754,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -778,13 +765,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -792,24 +777,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -818,8 +801,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -827,13 +812,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -841,24 +824,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -867,8 +848,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -876,13 +859,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -890,64 +871,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -959,16 +929,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -981,16 +949,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1021,19 +987,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -1041,7 +1005,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } @@ -1049,7 +1013,7 @@ "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0", "xunit.runner.console >= 2.1.0" ], diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.json b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.json index eba416355bf274dd197e00a7f91d90bc682937f7..07a8a3d3b534ee71cd6bc323d9f6fe391e4aa1ca 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.json +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.lock.json b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.lock.json index 8fba6cbb41c418e9ed23ba025f6e121bf9374c43..18a0f6ab50cf5859a4f5726fd0daa5f9e456112e 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.lock.json +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -228,31 +228,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -261,8 +260,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -270,13 +271,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -284,38 +283,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -324,8 +319,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -333,13 +330,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -347,24 +342,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -373,8 +366,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -382,13 +377,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -396,31 +389,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -428,8 +419,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -437,39 +426,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -477,8 +464,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -487,16 +472,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -505,8 +490,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -514,13 +501,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -528,24 +513,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -554,8 +537,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -563,13 +548,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -577,24 +560,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -603,8 +584,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -612,13 +595,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -626,16 +607,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -643,7 +621,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.json b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.json index 6ce6689e2370da748e83bdb0c4bb1e3132bc5cc1..38df0f6c3269fe05ddc53172d4851beccac46d9c 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.json +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.lock.json b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.lock.json index 6692bd0c06222420e6a1cefe0c8b39717f4363b4..d6b5146ecf8d47c5859a7ff93218d88a4e8bbe7e 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.lock.json +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, @@ -97,7 +91,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETPortable,Version=v4.5,Profile=Profile7": [] } diff --git a/src/Samples/VisualBasic/ConsoleClassifier/project.json b/src/Samples/VisualBasic/ConsoleClassifier/project.json index 36236316e58904bd406c2dc70ea4a7abcea3941a..060ccaa9bb35b6bb8de8a01fba4c5c67ad796520 100644 --- a/src/Samples/VisualBasic/ConsoleClassifier/project.json +++ b/src/Samples/VisualBasic/ConsoleClassifier/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/ConsoleClassifier/project.lock.json b/src/Samples/VisualBasic/ConsoleClassifier/project.lock.json index cf4d6e269b1bc2c037a520fdf47a998ef2130ed8..5d354db836255a9824d556c3e2c4554c09a2f310 100644 --- a/src/Samples/VisualBasic/ConsoleClassifier/project.lock.json +++ b/src/Samples/VisualBasic/ConsoleClassifier/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,23 +718,20 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.json b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.json index 4f455ad0b21afc3ac2b6bc20c2762bdefbe09e92..3f5aa604a43163dc00e52946c85b5e7407219de8 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.json +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.lock.json b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.lock.json +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.lock.json b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.lock.json index f20ebc642576a42b1257b0fd2cab4581b0e9db49..9934392c00e93c3ae33c968ef2f34d5092ba6e8c 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.lock.json +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.lock.json @@ -37,14 +37,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -77,15 +77,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -122,8 +122,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -144,13 +144,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -161,7 +161,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -207,14 +207,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -247,15 +247,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -292,8 +292,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -314,13 +314,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -331,7 +331,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -377,14 +377,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -417,15 +417,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -462,8 +462,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -484,13 +484,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -501,7 +501,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,47 +516,44 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -565,8 +562,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -574,13 +573,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -588,38 +585,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -628,8 +621,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -637,13 +632,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -651,24 +644,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -677,8 +668,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -686,13 +679,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -700,31 +691,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -732,8 +721,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -741,39 +728,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -781,8 +766,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -791,16 +774,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -809,8 +792,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -818,13 +803,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -832,24 +815,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -858,8 +839,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -867,13 +850,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -881,24 +862,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -907,8 +886,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -916,13 +897,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -930,64 +909,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -999,16 +967,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1021,16 +987,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1061,19 +1025,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -1081,7 +1043,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Samples/VisualBasic/FormatSolution/project.json b/src/Samples/VisualBasic/FormatSolution/project.json index 36236316e58904bd406c2dc70ea4a7abcea3941a..060ccaa9bb35b6bb8de8a01fba4c5c67ad796520 100644 --- a/src/Samples/VisualBasic/FormatSolution/project.json +++ b/src/Samples/VisualBasic/FormatSolution/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/FormatSolution/project.lock.json b/src/Samples/VisualBasic/FormatSolution/project.lock.json index cf4d6e269b1bc2c037a520fdf47a998ef2130ed8..5d354db836255a9824d556c3e2c4554c09a2f310 100644 --- a/src/Samples/VisualBasic/FormatSolution/project.lock.json +++ b/src/Samples/VisualBasic/FormatSolution/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,23 +718,20 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.json b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.json index 4f455ad0b21afc3ac2b6bc20c2762bdefbe09e92..3f5aa604a43163dc00e52946c85b5e7407219de8 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.json +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.lock.json b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.lock.json +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json index 4e143816448438dcecf9f7e97464f96d4e057d17..2515feed1b098be43fb991e59e77d5d48ac71f56 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0", "xunit.runner.console": "2.1.0" }, diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.lock.json b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.lock.json index 05a8aaffed78ffcec958a26340e6912492e38149..3d1f0a866174d935215759be7b86eb32eb7f364a 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.lock.json +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.lock.json @@ -37,14 +37,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -77,15 +77,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -122,8 +122,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -144,13 +144,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -161,7 +161,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -207,14 +207,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -247,15 +247,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -292,8 +292,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -314,13 +314,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -331,7 +331,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -377,14 +377,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -417,15 +417,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -462,8 +462,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -484,13 +484,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -501,7 +501,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,47 +516,44 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -565,8 +562,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -574,13 +573,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -588,38 +585,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -628,8 +621,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -637,13 +632,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -651,24 +644,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -677,8 +668,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -686,13 +679,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -700,31 +691,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -732,8 +721,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -741,39 +728,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -781,8 +766,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -791,16 +774,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -809,8 +792,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -818,13 +803,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -832,24 +815,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -858,8 +839,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -867,13 +850,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -881,24 +862,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -907,8 +886,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -916,13 +897,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -930,64 +909,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -999,16 +967,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1021,16 +987,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1061,19 +1025,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -1081,7 +1043,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } @@ -1089,7 +1051,7 @@ "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0", "xunit.runner.console >= 2.1.0" ], diff --git a/src/Samples/VisualBasic/MakeConst/Impl/project.json b/src/Samples/VisualBasic/MakeConst/Impl/project.json index 4f455ad0b21afc3ac2b6bc20c2762bdefbe09e92..3f5aa604a43163dc00e52946c85b5e7407219de8 100644 --- a/src/Samples/VisualBasic/MakeConst/Impl/project.json +++ b/src/Samples/VisualBasic/MakeConst/Impl/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/MakeConst/Impl/project.lock.json b/src/Samples/VisualBasic/MakeConst/Impl/project.lock.json index 815d635417ad7c914c3054c920621fd255d50c5a..6035e5c00fa2cfc12821a23e8cbbec28eca30b78 100644 --- a/src/Samples/VisualBasic/MakeConst/Impl/project.lock.json +++ b/src/Samples/VisualBasic/MakeConst/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Samples/VisualBasic/RemoveByVal/Impl/project.json b/src/Samples/VisualBasic/RemoveByVal/Impl/project.json index 28f9c69b3c92b6462742dd4537c2e19694c16f06..b703ac3e3fed615cf10749d7fe431502fbb84171 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Impl/project.json +++ b/src/Samples/VisualBasic/RemoveByVal/Impl/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net46": {} diff --git a/src/Samples/VisualBasic/RemoveByVal/Impl/project.lock.json b/src/Samples/VisualBasic/RemoveByVal/Impl/project.lock.json index 38ec3bb3eca1bed95433819cf5adec94f8d48f67..ebf0f82d01298b872e79d08944a82a4fbb7116ad 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Impl/project.lock.json +++ b/src/Samples/VisualBasic/RemoveByVal/Impl/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -339,31 +339,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -372,8 +371,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -381,13 +382,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -395,38 +394,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -435,8 +430,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -444,13 +441,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -458,24 +453,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -484,8 +477,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -493,13 +488,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -507,31 +500,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -539,8 +530,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -548,39 +537,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -588,8 +575,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -598,16 +583,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,8 +601,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -625,13 +612,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -639,24 +624,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -665,8 +648,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -674,13 +659,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -688,24 +671,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -714,8 +695,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -723,13 +706,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -737,16 +718,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -754,7 +732,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.6": [] } diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/project.json b/src/Samples/VisualBasic/RemoveByVal/Test/project.json index d4235f81e1c740bc4d69d2fe795cd33231a9b4de..874b88d72f61431788fe2da860ed1db49131ba9d 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/project.json +++ b/src/Samples/VisualBasic/RemoveByVal/Test/project.json @@ -1,7 +1,7 @@ { "dependencies": { "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0", "xunit.runner.console": "2.1.0" }, diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/project.lock.json b/src/Samples/VisualBasic/RemoveByVal/Test/project.lock.json index 6b6efac51faa36ec084fc477cc4cb247984716c4..c2e875abd35f2bf3d49e12667fa3e71580a7d2e3 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/project.lock.json +++ b/src/Samples/VisualBasic/RemoveByVal/Test/project.lock.json @@ -37,14 +37,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -77,15 +77,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -122,8 +122,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -144,13 +144,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -161,7 +161,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -207,14 +207,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -247,15 +247,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -292,8 +292,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -314,13 +314,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -331,7 +331,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -377,14 +377,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -417,15 +417,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -462,8 +462,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -484,13 +484,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -501,7 +501,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,47 +516,44 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Moq.4.2.1402.2112.nupkg.sha512", + "Moq.nuspec", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "Moq.nuspec", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -565,8 +562,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -574,13 +573,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -588,38 +585,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -628,8 +621,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -637,13 +632,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -651,24 +644,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -677,8 +668,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -686,13 +679,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -700,31 +691,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -732,8 +721,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -741,39 +728,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -781,8 +766,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -791,16 +774,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -809,8 +792,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -818,13 +803,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -832,24 +815,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -858,8 +839,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -867,13 +850,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -881,24 +862,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -907,8 +886,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -916,13 +897,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -930,64 +909,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -999,16 +967,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1021,16 +987,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1061,19 +1025,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -1081,7 +1043,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } @@ -1089,7 +1051,7 @@ "projectFileDependencyGroups": { "": [ "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0", "xunit.runner.console >= 2.1.0" ], diff --git a/src/Samples/VisualBasic/TreeTransforms/project.json b/src/Samples/VisualBasic/TreeTransforms/project.json index 5be415c7c162051cf5535e857f784e0712c226e3..0f19a1cebcea1f4a626cccfe853d0f9952d6f3bc 100644 --- a/src/Samples/VisualBasic/TreeTransforms/project.json +++ b/src/Samples/VisualBasic/TreeTransforms/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.Composition": "1.0.27", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/TreeTransforms/project.lock.json b/src/Samples/VisualBasic/TreeTransforms/project.lock.json index 4d36c8ebd9d92b68aa6c629e489d86bd7154a4f0..16bc05551d4c39f726ef60073a20115b2d88dca0 100644 --- a/src/Samples/VisualBasic/TreeTransforms/project.lock.json +++ b/src/Samples/VisualBasic/TreeTransforms/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -140,14 +140,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -180,15 +180,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -251,14 +251,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -291,15 +291,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -362,14 +362,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -402,15 +402,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -450,31 +450,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -483,8 +482,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -492,13 +493,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -506,38 +505,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -546,8 +541,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -555,13 +552,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -569,24 +564,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -595,8 +588,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -604,13 +599,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -618,31 +611,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -650,8 +641,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -659,39 +648,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -699,8 +686,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -709,16 +694,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -727,8 +712,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -736,13 +723,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -750,24 +735,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -776,8 +759,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -785,13 +770,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -799,24 +782,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -825,8 +806,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -834,13 +817,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -848,16 +829,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, @@ -865,7 +843,7 @@ "": [ "Microsoft.Composition >= 1.0.27", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETFramework,Version=v4.5.2": [] } diff --git a/src/Scripting/CSharp/project.lock.json b/src/Scripting/CSharp/project.lock.json index 9781dc3e4ffcd3c0f835ad2e350737ed534ccc59..8d5cd8bcbe3da04fc33519dadf06efe6e2f0dcd3 100644 --- a/src/Scripting/CSharp/project.lock.json +++ b/src/Scripting/CSharp/project.lock.json @@ -216,29 +216,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -308,15 +294,6 @@ "ref/dotnet/System.Text.Encoding.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.0": { - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - } - }, "System.Threading/4.0.10": { "dependencies": { "System.Runtime": "4.0.0", @@ -942,16 +919,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -1227,53 +1204,6 @@ "ref/xamarinmac20/_._" ] }, - "System.Text.Encoding.Extensions/4.0.0": { - "sha512": "FktA77+2DC0S5oRhgM569pbzFrcA45iQpYiI7+YKl68B6TfI2N5TQbXqSWlh2YXKoFXHi2RFwPMha2lxiFJZ6A==", - "type": "package", - "files": [ - "License.rtf", - "System.Text.Encoding.Extensions.4.0.0.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", "type": "package", diff --git a/src/Scripting/CSharpTest.Desktop/project.lock.json b/src/Scripting/CSharpTest.Desktop/project.lock.json index 57e4ff2a9ff5f390b4e2c8f086ceab1219380005..47a9e41dafd680ea8384c7a43116e18418aef859 100644 --- a/src/Scripting/CSharpTest.Desktop/project.lock.json +++ b/src/Scripting/CSharpTest.Desktop/project.lock.json @@ -252,15 +252,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -745,15 +745,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1770,16 +1770,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Scripting/CSharpTest/project.lock.json b/src/Scripting/CSharpTest/project.lock.json index cb202ef24a7ed33a522972c978158e566b26daa5..187121817963a733766f7c5c28096974366744f1 100644 --- a/src/Scripting/CSharpTest/project.lock.json +++ b/src/Scripting/CSharpTest/project.lock.json @@ -288,29 +288,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1347,16 +1333,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Scripting/Core/project.lock.json b/src/Scripting/Core/project.lock.json index 36c4e6c3ddac2e0fbaaa1501de80fcff71ee0d52..851f7d6588aef083d26e00eb05276486549bd73d 100644 --- a/src/Scripting/Core/project.lock.json +++ b/src/Scripting/Core/project.lock.json @@ -164,29 +164,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -247,15 +233,6 @@ "ref/dotnet/System.Text.Encoding.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.0": { - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - } - }, "System.Threading/4.0.10": { "dependencies": { "System.Runtime": "4.0.0", @@ -779,16 +756,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -1032,53 +1009,6 @@ "ref/xamarinmac20/_._" ] }, - "System.Text.Encoding.Extensions/4.0.0": { - "sha512": "FktA77+2DC0S5oRhgM569pbzFrcA45iQpYiI7+YKl68B6TfI2N5TQbXqSWlh2YXKoFXHi2RFwPMha2lxiFJZ6A==", - "type": "package", - "files": [ - "License.rtf", - "System.Text.Encoding.Extensions.4.0.0.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", "type": "package", diff --git a/src/Scripting/CoreTest.Desktop/project.lock.json b/src/Scripting/CoreTest.Desktop/project.lock.json index 37814f4b71b0aa9151d5067e6a3dfb0bfb801ed5..deaf57e357282aad11535e57bb614197d919d7ff 100644 --- a/src/Scripting/CoreTest.Desktop/project.lock.json +++ b/src/Scripting/CoreTest.Desktop/project.lock.json @@ -226,15 +226,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -685,15 +685,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1644,16 +1644,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Scripting/CoreTest/project.lock.json b/src/Scripting/CoreTest/project.lock.json index cb202ef24a7ed33a522972c978158e566b26daa5..187121817963a733766f7c5c28096974366744f1 100644 --- a/src/Scripting/CoreTest/project.lock.json +++ b/src/Scripting/CoreTest/project.lock.json @@ -288,29 +288,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1347,16 +1333,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Scripting/VisualBasic/project.lock.json b/src/Scripting/VisualBasic/project.lock.json index 4c328d3b00c3351c5a35402367d2dc6c28ac94ac..6d37f96b658f508051777044c4f852283d08d868 100644 --- a/src/Scripting/VisualBasic/project.lock.json +++ b/src/Scripting/VisualBasic/project.lock.json @@ -216,29 +216,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -308,15 +294,6 @@ "ref/dotnet/System.Text.Encoding.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.0": { - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - } - }, "System.Threading/4.0.10": { "dependencies": { "System.Runtime": "4.0.0", @@ -932,16 +909,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -1217,53 +1194,6 @@ "ref/xamarinmac20/_._" ] }, - "System.Text.Encoding.Extensions/4.0.0": { - "sha512": "FktA77+2DC0S5oRhgM569pbzFrcA45iQpYiI7+YKl68B6TfI2N5TQbXqSWlh2YXKoFXHi2RFwPMha2lxiFJZ6A==", - "type": "package", - "files": [ - "License.rtf", - "System.Text.Encoding.Extensions.4.0.0.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", "type": "package", diff --git a/src/Scripting/VisualBasicTest.Desktop/project.lock.json b/src/Scripting/VisualBasicTest.Desktop/project.lock.json index 37814f4b71b0aa9151d5067e6a3dfb0bfb801ed5..deaf57e357282aad11535e57bb614197d919d7ff 100644 --- a/src/Scripting/VisualBasicTest.Desktop/project.lock.json +++ b/src/Scripting/VisualBasicTest.Desktop/project.lock.json @@ -226,15 +226,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -685,15 +685,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1644,16 +1644,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Scripting/VisualBasicTest/project.lock.json b/src/Scripting/VisualBasicTest/project.lock.json index cb202ef24a7ed33a522972c978158e566b26daa5..187121817963a733766f7c5c28096974366744f1 100644 --- a/src/Scripting/VisualBasicTest/project.lock.json +++ b/src/Scripting/VisualBasicTest/project.lock.json @@ -288,29 +288,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1347,16 +1333,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Test/DeployCoreClrTestRuntime/project.lock.json b/src/Test/DeployCoreClrTestRuntime/project.lock.json index 6260b19acf6b24de8492934b83294902dfde400c..74feabd7117f0ea582fc9732b9805b50abb0e47b 100644 --- a/src/Test/DeployCoreClrTestRuntime/project.lock.json +++ b/src/Test/DeployCoreClrTestRuntime/project.lock.json @@ -640,7 +640,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -659,10 +659,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -2189,7 +2189,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -2208,10 +2208,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -3811,7 +3811,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -3830,10 +3830,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -5588,7 +5588,7 @@ "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", @@ -5607,10 +5607,10 @@ "System.Threading": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.1-beta-23504": { @@ -9086,16 +9086,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Test/DeployDesktopTestRuntime/project.lock.json b/src/Test/DeployDesktopTestRuntime/project.lock.json index 197da62ca3301961d885d967c82e0b0047fc8700..26009b406e0dd80a0e4acc94dbc6e6559b8304e7 100644 --- a/src/Test/DeployDesktopTestRuntime/project.lock.json +++ b/src/Test/DeployDesktopTestRuntime/project.lock.json @@ -226,15 +226,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -684,15 +684,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1103,15 +1103,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -2061,16 +2061,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Test/Diagnostics/project.lock.json b/src/Test/Diagnostics/project.lock.json index 090afece6d3a71ab6f3e076331941510283f8cf7..e7a10314720fe5a0e1c4f9db6aeff79840679f85 100644 --- a/src/Test/Diagnostics/project.lock.json +++ b/src/Test/Diagnostics/project.lock.json @@ -86,15 +86,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -421,16 +421,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Test/PdbUtilities/project.json b/src/Test/PdbUtilities/project.json index 88d4181149ddbf0221117cd75997af986d823268..272910e106242942d11c53b08933bb264fcab35e 100644 --- a/src/Test/PdbUtilities/project.json +++ b/src/Test/PdbUtilities/project.json @@ -4,7 +4,7 @@ "Microsoft.DiaSymReader": "1.0.7", "Microsoft.DiaSymReader.Native": "1.3.3", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.2.0" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Test/PdbUtilities/project.lock.json b/src/Test/PdbUtilities/project.lock.json index 7200ef97aca06ccd7aaf1fd63983dd8bd3f1f1a0..67880d1963e986632ae9902da9c7c57457cdeb42 100644 --- a/src/Test/PdbUtilities/project.lock.json +++ b/src/Test/PdbUtilities/project.lock.json @@ -20,9 +20,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -36,63 +36,55 @@ "libraries": { "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, @@ -101,7 +93,7 @@ "Microsoft.DiaSymReader >= 1.0.7", "Microsoft.DiaSymReader.Native >= 1.3.3", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826" + "System.Reflection.Metadata >= 1.2.0" ], ".NETPortable,Version=v4.5,Profile=Profile7": [] } diff --git a/src/Test/Performance/Fixture/project.lock.json b/src/Test/Performance/Fixture/project.lock.json index a3f9cb7eae0fb18eddfdec3944635f62474beb31..a6ed22a9f6bbf20f008553565b928d9a5ff610a8 100644 --- a/src/Test/Performance/Fixture/project.lock.json +++ b/src/Test/Performance/Fixture/project.lock.json @@ -657,11 +657,10 @@ "libraries": { "Microsoft.DotNet.xunit.performance/1.0.0-alpha-build0023": { "sha512": "7TOhATYXNVMF3HHGuM/WFHLt7r4uvFIUliplzIHsfL/KwxaHUbV6RI1f7EZRAioMbJI5520BGOOZ+9XIqtTQuA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DotNet.xunit.performance.1.0.0-alpha-build0023.nupkg.sha512", "Microsoft.DotNet.xunit.performance.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.performance.core.XML", "lib/dotnet/xunit.performance.core.dll", "lib/dotnet/xunit.performance.core.pdb", @@ -671,17 +670,15 @@ "lib/net46/xunit.performance.core.dll", "lib/net46/xunit.performance.core.pdb", "lib/net46/xunit.performance.execution.desktop.dll", - "lib/net46/xunit.performance.execution.desktop.pdb", - "package/services/metadata/core-properties/b700b008fbc64ae1a3ad112bf6153897.psmdcp" + "lib/net46/xunit.performance.execution.desktop.pdb" ] }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -689,7 +686,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -711,11 +707,10 @@ }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -723,7 +718,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -745,11 +739,10 @@ }, "System.Diagnostics.Tracing/4.0.20": { "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", "System.Diagnostics.Tracing.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tracing.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -757,7 +750,6 @@ "lib/netcore50/System.Diagnostics.Tracing.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/13423e75e6344b289b3779b51522737c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Tracing.dll", @@ -779,11 +771,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -791,7 +782,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -813,11 +803,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -825,7 +814,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -847,11 +835,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -859,7 +846,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -880,18 +866,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -912,18 +896,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -945,11 +927,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -957,7 +938,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -979,11 +959,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -991,7 +970,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -1013,11 +991,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1025,7 +1002,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -1047,11 +1023,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1059,7 +1034,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -1081,11 +1055,10 @@ }, "System.Text.Encoding/4.0.10": { "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", - "type": "Package", + "type": "package", "files": [ + "System.Text.Encoding.4.0.10.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Text.Encoding.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1093,7 +1066,6 @@ "lib/netcore50/System.Text.Encoding.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/829e172aadac4937a5a6a4b386855282.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -1115,11 +1087,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1127,7 +1098,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -1149,11 +1119,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1161,7 +1130,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -1183,24 +1151,20 @@ }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1213,16 +1177,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1253,7 +1215,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } diff --git a/src/Test/Utilities/Desktop/project.json b/src/Test/Utilities/Desktop/project.json index 8c9534529faf6b03606e3ea62d018680f92a50b5..45400319a7373b324408116cc3b1504c77001d26 100644 --- a/src/Test/Utilities/Desktop/project.json +++ b/src/Test/Utilities/Desktop/project.json @@ -4,7 +4,7 @@ "Microsoft.DiaSymReader": "1.0.7", "Microsoft.DiaSymReader.Native": "1.3.3", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0" }, "frameworks": { diff --git a/src/Test/Utilities/Desktop/project.lock.json b/src/Test/Utilities/Desktop/project.lock.json index 4282c660a7912568913a47680cc63ea9515b5d8b..acf9917f1d16697b35e3daec6c77e62d28076e2c 100644 --- a/src/Test/Utilities/Desktop/project.lock.json +++ b/src/Test/Utilities/Desktop/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -192,14 +192,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -232,15 +232,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -277,8 +277,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -299,13 +299,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -316,7 +316,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -354,14 +354,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -394,15 +394,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -439,8 +439,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -461,13 +461,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -478,7 +478,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,14 +516,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -556,15 +556,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -601,8 +601,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -623,13 +623,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -640,7 +640,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -678,14 +678,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -718,15 +718,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -763,8 +763,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -785,13 +785,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -802,7 +802,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -840,14 +840,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -880,15 +880,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -925,8 +925,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -947,13 +947,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -964,7 +964,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -1002,14 +1002,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -1042,15 +1042,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1087,8 +1087,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -1109,13 +1109,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -1126,7 +1126,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -1140,52 +1140,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1194,8 +1189,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -1203,13 +1200,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -1217,38 +1212,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1257,8 +1248,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -1266,13 +1259,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -1280,24 +1271,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1306,8 +1295,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -1315,13 +1306,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -1329,31 +1318,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -1361,8 +1348,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -1370,39 +1355,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -1410,8 +1393,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -1420,16 +1401,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1438,8 +1419,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -1447,13 +1430,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -1461,24 +1442,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1487,8 +1466,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -1496,13 +1477,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -1510,24 +1489,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1536,8 +1513,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -1545,13 +1524,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -1559,64 +1536,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1628,16 +1594,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1650,16 +1614,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1690,7 +1652,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } @@ -1701,7 +1663,7 @@ "Microsoft.DiaSymReader >= 1.0.7", "Microsoft.DiaSymReader.Native >= 1.3.3", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0" ], ".NETFramework,Version=v4.5": [] diff --git a/src/Test/Utilities/Portable.FX45/project.json b/src/Test/Utilities/Portable.FX45/project.json index 094396bca5ea63491eed4c1b6f691cdb5f4fc3b9..14959e3c6dd85af68890882093f5bd47069717b1 100644 --- a/src/Test/Utilities/Portable.FX45/project.json +++ b/src/Test/Utilities/Portable.FX45/project.json @@ -3,7 +3,7 @@ "Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04", "Microsoft.DiaSymReader": "1.0.7", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.2.0-rc2-23826", + "System.Reflection.Metadata": "1.2.0", "xunit": "2.1.0" }, "frameworks": { diff --git a/src/Test/Utilities/Portable.FX45/project.lock.json b/src/Test/Utilities/Portable.FX45/project.lock.json index c2b6f4dd5ee4504b85148d07439c95a00565e83d..0b2500672d7fd8098003808674d308a003de742d 100644 --- a/src/Test/Utilities/Portable.FX45/project.lock.json +++ b/src/Test/Utilities/Portable.FX45/project.lock.json @@ -30,14 +30,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -70,15 +70,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -115,8 +115,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -137,13 +137,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -154,7 +154,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -192,14 +192,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -232,15 +232,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -277,8 +277,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -299,13 +299,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -316,7 +316,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -354,14 +354,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -394,15 +394,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -439,8 +439,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -461,13 +461,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -478,7 +478,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -516,14 +516,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -556,15 +556,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -601,8 +601,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -623,13 +623,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -640,7 +640,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -678,14 +678,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -718,15 +718,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -763,8 +763,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -785,13 +785,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -802,7 +802,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -840,14 +840,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -880,15 +880,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -925,8 +925,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -947,13 +947,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -964,7 +964,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -1002,14 +1002,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -1042,15 +1042,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -1087,8 +1087,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -1109,13 +1109,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -1126,7 +1126,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -1140,52 +1140,47 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1194,8 +1189,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -1203,13 +1200,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -1217,38 +1212,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1257,8 +1248,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -1266,13 +1259,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -1280,24 +1271,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1306,8 +1295,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -1315,13 +1306,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -1329,31 +1318,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -1361,8 +1348,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -1370,39 +1355,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -1410,8 +1393,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -1420,16 +1401,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1438,8 +1419,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -1447,13 +1430,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -1461,24 +1442,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1487,8 +1466,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -1496,13 +1477,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -1510,24 +1489,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1536,8 +1513,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -1545,13 +1524,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -1559,64 +1536,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1628,16 +1594,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1650,16 +1614,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -1690,7 +1652,7 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] } @@ -1700,7 +1662,7 @@ "Microsoft.CodeAnalysis.Test.Resources.Proprietary >= 1.2.0-beta1-20160105-04", "Microsoft.DiaSymReader >= 1.0.7", "System.Collections.Immutable >= 1.1.37", - "System.Reflection.Metadata >= 1.2.0-rc2-23826", + "System.Reflection.Metadata >= 1.2.0", "xunit >= 2.1.0" ], ".NETFramework,Version=v4.5": [] diff --git a/src/Test/Utilities/Portable/project.json b/src/Test/Utilities/Portable/project.json index 845601adcc73dfa19debc83f816bee6b7db89960..2b1e314db69ea58d361d4c8e77206e720a4ad7cc 100644 --- a/src/Test/Utilities/Portable/project.json +++ b/src/Test/Utilities/Portable/project.json @@ -6,6 +6,7 @@ "System.Collections.Concurrent": "4.0.10", "System.Collections.Immutable": "[1.1.37]", "System.Console": "4.0.0-beta-23504", + "System.Diagnostics.Debug": "4.0.10", "System.Diagnostics.Tools": "4.0.0", "System.IO.FileSystem": "4.0.0", "System.Reflection.TypeExtensions": "4.0.0", diff --git a/src/Test/Utilities/Portable/project.lock.json b/src/Test/Utilities/Portable/project.lock.json index cc082d3b4958e91357b5c98b4046b251169298ad..a6021ac90a944f01f1a8fa603ace0af6f5e5aabf 100644 --- a/src/Test/Utilities/Portable/project.lock.json +++ b/src/Test/Utilities/Portable/project.lock.json @@ -245,29 +245,15 @@ "ref/dotnet/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1240,16 +1226,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] @@ -1876,6 +1862,7 @@ "System.Collections.Concurrent >= 4.0.10", "System.Collections.Immutable >= 1.1.37 <= 1.1.37", "System.Console >= 4.0.0-beta-23504", + "System.Diagnostics.Debug >= 4.0.10", "System.Diagnostics.Tools >= 4.0.0", "System.IO.FileSystem >= 4.0.0", "System.Reflection.TypeExtensions >= 4.0.0", diff --git a/src/Tools/Source/MetadataVisualizer/project.lock.json b/src/Tools/Source/MetadataVisualizer/project.lock.json index 0d153e6d5df24d2ead88ac0a8ce059d8232ac898..c097555e65a435dc3cc876dcbd149a87b0a9f836 100644 --- a/src/Tools/Source/MetadataVisualizer/project.lock.json +++ b/src/Tools/Source/MetadataVisualizer/project.lock.json @@ -22,14 +22,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -62,15 +62,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -126,14 +126,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -166,15 +166,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -230,14 +230,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -270,15 +270,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -318,41 +318,38 @@ "libraries": { "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -361,8 +358,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -370,13 +369,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -384,38 +381,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -424,8 +417,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -433,13 +428,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -447,24 +440,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -473,8 +464,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -482,13 +475,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -496,31 +487,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -528,8 +517,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -537,39 +524,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -577,8 +562,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -587,16 +570,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -605,8 +588,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -614,13 +599,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -628,24 +611,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -654,8 +635,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -663,13 +646,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -677,24 +658,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -703,8 +682,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -712,13 +693,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -726,16 +705,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/Tools/Source/Pdb2Xml/project.lock.json b/src/Tools/Source/Pdb2Xml/project.lock.json index 2aff5f987bf6987bdbb7eae117c40f9c8905ff9e..61536fe5d1df654d34825703adf87d6071ba7d50 100644 --- a/src/Tools/Source/Pdb2Xml/project.lock.json +++ b/src/Tools/Source/Pdb2Xml/project.lock.json @@ -22,14 +22,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -62,15 +62,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -126,14 +126,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -166,15 +166,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -230,14 +230,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -270,15 +270,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -318,41 +318,38 @@ "libraries": { "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -361,8 +358,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -370,13 +369,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -384,38 +381,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -424,8 +417,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -433,13 +428,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -447,24 +440,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -473,8 +464,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -482,13 +475,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -496,31 +487,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -528,8 +517,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -537,39 +524,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -577,8 +562,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -587,16 +570,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -605,8 +588,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -614,13 +599,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -628,24 +611,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -654,8 +635,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -663,13 +646,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -677,24 +658,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -703,8 +682,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -712,13 +693,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -726,16 +705,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/Tools/Source/RunTests/project.lock.json b/src/Tools/Source/RunTests/project.lock.json index b036bcba9c73af94903fa518ce8d19b07a4ae18b..265af688738c3d6d2625b24ceb1be6e6acf34f51 100644 --- a/src/Tools/Source/RunTests/project.lock.json +++ b/src/Tools/Source/RunTests/project.lock.json @@ -375,11 +375,10 @@ "libraries": { "Newtonsoft.Json/8.0.2": { "sha512": "e5yWmEfu68rmtG431zl9N/7PlNKQDIuiDW5MHlEFAZcecakcxrIGnKqrPAtWNILzK2oNanRB5cD150MYhECK3g==", - "type": "Package", + "type": "package", "files": [ + "Newtonsoft.Json.8.0.2.nupkg.sha512", "Newtonsoft.Json.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Newtonsoft.Json.dll", "lib/net20/Newtonsoft.Json.xml", "lib/net35/Newtonsoft.Json.dll", @@ -392,17 +391,15 @@ "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", - "package/services/metadata/core-properties/cc8c591d554640789c6a6ef6456f7772.psmdcp", "tools/install.ps1" ] }, "RestSharp/105.2.3": { "sha512": "50LkciOclb7Lza9QXqR9reKeUoPlDQiFD4iBdOmd6twOBmTtqEFIOXQgdDdsTHQg4HcGh6EvrM6gN1X72vkJLA==", - "type": "Package", + "type": "package", "files": [ + "RestSharp.105.2.3.nupkg.sha512", "RestSharp.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/RestSharp.dll", "lib/MonoAndroid10/RestSharp.xml", "lib/MonoTouch10/RestSharp.dll", @@ -429,7 +426,6 @@ "lib/windowsphone8/RestSharp.xml", "lib/windowsphone81/RestSharp.dll", "lib/windowsphone81/RestSharp.xml", - "package/services/metadata/core-properties/fe62c7f38ace4dbeaf729ff7b329d22a.psmdcp", "readme.txt" ] }, diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config index b955ba1d0f275a536562e239d2da16b8f9270a08..5cee159818212bfa9d681c8ff1aba54b887c0e85 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config @@ -2,7 +2,7 @@ - + diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config index cce1baf6ace3b6142677d1ac33a6179f422e953b..738c326230437030092ff38609488e8a32b95495 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config @@ -2,7 +2,7 @@ - + diff --git a/src/VisualStudio/CSharp/Impl/project.lock.json b/src/VisualStudio/CSharp/Impl/project.lock.json index 5886faf5708e7821fed1c96a6f272cd066d97938..dba2b65736ab9922c921f1dc0184271245311d30 100644 --- a/src/VisualStudio/CSharp/Impl/project.lock.json +++ b/src/VisualStudio/CSharp/Impl/project.lock.json @@ -93,15 +93,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -154,13 +154,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -378,16 +376,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/CSharp/Repl/project.lock.json b/src/VisualStudio/CSharp/Repl/project.lock.json index 7c8894460cdf65d6a3b2273faac5808be164f9d0..41269199b2317d90c0fd587152f423751f4b7d4c 100644 --- a/src/VisualStudio/CSharp/Repl/project.lock.json +++ b/src/VisualStudio/CSharp/Repl/project.lock.json @@ -222,15 +222,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -315,13 +315,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -930,16 +928,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/CSharp/Test/project.lock.json b/src/VisualStudio/CSharp/Test/project.lock.json index 15ecfcae770a31011b51dad3383f36435546e924..ee3d62a914e1d15874b082223d8e68b8219ebaf8 100644 --- a/src/VisualStudio/CSharp/Test/project.lock.json +++ b/src/VisualStudio/CSharp/Test/project.lock.json @@ -281,15 +281,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -687,15 +687,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -818,60 +818,51 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "ManagedEsent/1.9.2": { "sha512": "SgF21lefi66R2nVFtWw8OSRCrMakuwLXQohI1lTRhNSiZ0VJBqv0zLdgi9ShNhrz9pGxKijWJvUI21djYg2Tqw==", - "type": "Package", + "type": "package", "files": [ + "ManagedEsent.1.9.2.nupkg.sha512", "ManagedEsent.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net40/Esent.Interop.dll", "lib/net40/Esent.Interop.pdb", "lib/net40/Esent.Interop.xml", "lib/netcore45/Esent.Interop.Wsa.dll", - "lib/netcore45/Esent.Interop.Wsa.pdb", - "package/services/metadata/core-properties/3134d22c105a484d9c266dc3ead61c55.psmdcp" + "lib/netcore45/Esent.Interop.Wsa.pdb" ] }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -881,8 +872,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -926,27 +916,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -957,11 +943,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -990,7 +975,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -1038,17 +1022,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1069,55 +1051,48 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1125,7 +1100,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1146,11 +1120,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1158,7 +1131,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1180,25 +1152,22 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1206,7 +1175,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1228,11 +1196,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1240,7 +1207,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1262,18 +1228,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1329,11 +1293,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1341,7 +1304,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1363,11 +1325,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1375,7 +1336,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1397,11 +1357,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1409,7 +1368,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1430,18 +1388,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1462,18 +1418,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1495,11 +1449,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1507,7 +1460,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1530,11 +1482,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1542,7 +1493,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1564,18 +1514,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1596,36 +1544,32 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1648,11 +1592,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1660,7 +1603,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -1682,11 +1624,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1694,7 +1635,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -1716,11 +1656,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1728,7 +1667,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -1750,11 +1688,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1762,7 +1699,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -1784,12 +1720,11 @@ }, "System.Text.Encoding/4.0.0": { "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", - "type": "Package", + "type": "package", "files": [ "License.rtf", + "System.Text.Encoding.4.0.0.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1798,7 +1733,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -1833,11 +1767,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1845,7 +1778,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -1867,11 +1799,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1879,7 +1810,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -1901,50 +1831,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1956,16 +1878,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1978,16 +1898,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -2018,17 +1936,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -2039,6 +1954,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/VisualStudio/Core/Def/project.lock.json b/src/VisualStudio/Core/Def/project.lock.json index 08dc426ff5cf8009383507ca83172ea24a289536..483ad131d2a8ca662b429eb1e12589ab1abc2385 100644 --- a/src/VisualStudio/Core/Def/project.lock.json +++ b/src/VisualStudio/Core/Def/project.lock.json @@ -101,15 +101,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -149,38 +149,33 @@ "libraries": { "ManagedEsent/1.9.2": { "sha512": "SgF21lefi66R2nVFtWw8OSRCrMakuwLXQohI1lTRhNSiZ0VJBqv0zLdgi9ShNhrz9pGxKijWJvUI21djYg2Tqw==", - "type": "Package", + "type": "package", "files": [ + "ManagedEsent.1.9.2.nupkg.sha512", "ManagedEsent.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net40/Esent.Interop.dll", "lib/net40/Esent.Interop.pdb", "lib/net40/Esent.Interop.xml", "lib/netcore45/Esent.Interop.Wsa.dll", - "lib/netcore45/Esent.Interop.Wsa.pdb", - "package/services/metadata/core-properties/3134d22c105a484d9c266dc3ead61c55.psmdcp" + "lib/netcore45/Esent.Interop.Wsa.pdb" ] }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -190,8 +185,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.DiaSymReader/1.0.7-beta1-51221": { @@ -208,14 +202,12 @@ }, "NuGet.VisualStudio/3.3.0": { "sha512": "ZVBJ43/IxaAl5iX+OuuDLQ9tSNJaRlP85SUMAdiGoqEbyK/ZPfQmPfqSMZMFpucRlf8HgsEK/hR73DwpCmqcLA==", - "type": "Package", + "type": "package", "files": [ + "NuGet.VisualStudio.3.3.0.nupkg.sha512", "NuGet.VisualStudio.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/NuGet.VisualStudio.XML", "lib/net45/NuGet.VisualStudio.dll", - "package/services/metadata/core-properties/1756613ca7244d47b55cb2c46c446486.psmdcp", "tools/install.ps1" ] }, @@ -268,16 +260,14 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { @@ -376,18 +366,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -407,36 +395,32 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", diff --git a/src/VisualStudio/Core/Impl/project.lock.json b/src/VisualStudio/Core/Impl/project.lock.json index 5886faf5708e7821fed1c96a6f272cd066d97938..dba2b65736ab9922c921f1dc0184271245311d30 100644 --- a/src/VisualStudio/Core/Impl/project.lock.json +++ b/src/VisualStudio/Core/Impl/project.lock.json @@ -93,15 +93,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -154,13 +154,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -378,16 +376,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/Core/SolutionExplorerShim/project.lock.json b/src/VisualStudio/Core/SolutionExplorerShim/project.lock.json index 5886faf5708e7821fed1c96a6f272cd066d97938..dba2b65736ab9922c921f1dc0184271245311d30 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/project.lock.json +++ b/src/VisualStudio/Core/SolutionExplorerShim/project.lock.json @@ -93,15 +93,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -154,13 +154,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -378,16 +376,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/Core/Test/project.lock.json b/src/VisualStudio/Core/Test/project.lock.json index 15ecfcae770a31011b51dad3383f36435546e924..ee3d62a914e1d15874b082223d8e68b8219ebaf8 100644 --- a/src/VisualStudio/Core/Test/project.lock.json +++ b/src/VisualStudio/Core/Test/project.lock.json @@ -281,15 +281,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -687,15 +687,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -818,60 +818,51 @@ "libraries": { "BasicUndo/0.9.3": { "sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==", - "type": "Package", + "type": "package", "files": [ + "BasicUndo.0.9.3.nupkg.sha512", "BasicUndo.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/BasicUndo.dll", - "package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp" + "lib/net45/BasicUndo.dll" ] }, "ManagedEsent/1.9.2": { "sha512": "SgF21lefi66R2nVFtWw8OSRCrMakuwLXQohI1lTRhNSiZ0VJBqv0zLdgi9ShNhrz9pGxKijWJvUI21djYg2Tqw==", - "type": "Package", + "type": "package", "files": [ + "ManagedEsent.1.9.2.nupkg.sha512", "ManagedEsent.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net40/Esent.Interop.dll", "lib/net40/Esent.Interop.pdb", "lib/net40/Esent.Interop.xml", "lib/netcore45/Esent.Interop.Wsa.dll", - "lib/netcore45/Esent.Interop.Wsa.pdb", - "package/services/metadata/core-properties/3134d22c105a484d9c266dc3ead61c55.psmdcp" + "lib/netcore45/Esent.Interop.Wsa.pdb" ] }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", "Microsoft.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", @@ -881,8 +872,7 @@ "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.CSharp/4.0.0": { @@ -926,27 +916,23 @@ }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", "Microsoft.DiaSymReader.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "[Content_Types].xml", - "_rels/.rels", "build/Microsoft.DiaSymReader.Native.props", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", @@ -957,11 +943,10 @@ }, "Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23504": { "sha512": "/12zABXWCTHNRBN6bNHxoqvmnJ1UKVaDSOR1BsAM+sv2aXjGMEM7bcDecvT/1zMKilWDmJpiPJJNCxjdZPQRTA==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.NETCore.Portable.Compatibility.1.0.1-beta-23504.nupkg.sha512", "Microsoft.NETCore.Portable.Compatibility.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.Net.dll", @@ -990,7 +975,6 @@ "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/59347eb927634aa588ffb5e7d86d33e5.psmdcp", "ref/dotnet/System.ComponentModel.DataAnnotations.dll", "ref/dotnet/System.Core.dll", "ref/dotnet/System.Net.dll", @@ -1038,17 +1022,15 @@ }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualBasic.10.0.0.nupkg.sha512", "Microsoft.VisualBasic.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", "ref/dotnet/Microsoft.VisualBasic.dll", "ref/dotnet/Microsoft.VisualBasic.xml", "ref/dotnet/de/Microsoft.VisualBasic.xml", @@ -1069,55 +1051,48 @@ }, "Microsoft.VisualStudio.Composition/14.0.50715-pre": { "sha512": "iW0ZItSqec+q0wmUHbFCDb/kxdKqa5LaoLYRso7sbnnx8DZst/WGc86ooxBg+P6imWVV69a5ABUAE14EIkDzHw==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Composition.14.0.50715-pre.nupkg.sha512", "Microsoft.VisualStudio.Composition.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Composition.dll", "lib/net45/Microsoft.VisualStudio.Composition.xml", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.dll", "lib/net451/Microsoft.VisualStudio.Composition.Configuration.xml", "lib/net451/Microsoft.VisualStudio.Composition.dll", - "lib/net451/Microsoft.VisualStudio.Composition.xml", - "package/services/metadata/core-properties/49476b50df234fd0aa965545b1ff4537.psmdcp" + "lib/net451/Microsoft.VisualStudio.Composition.xml" ] }, "Microsoft.VisualStudio.Validation/14.0.50702": { "sha512": "+fqBUMqpfk8b1BwegIalBHoNzfnJUWFI/qrOGD6xEfhEH+732zZGlzO3Kuci+wiVX1NCD6HW5jZDEePVejGHcg==", - "type": "Package", + "type": "package", "files": [ + "Microsoft.VisualStudio.Validation.14.0.50702.nupkg.sha512", "Microsoft.VisualStudio.Validation.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "package/services/metadata/core-properties/bc0320ca467749b1ac7a79765ec3e8cb.psmdcp" + "lib/net45/Microsoft.VisualStudio.Validation.xml" ] }, "Moq/4.2.1402.2112": { "sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==", - "type": "Package", + "type": "package", "files": [ + "Moq.4.2.1402.2112.nupkg.sha512", "Moq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/net35/Moq.dll", "lib/net35/Moq.xml", "lib/net40/Moq.dll", "lib/net40/Moq.xml", "lib/sl4/Moq.Silverlight.dll", - "lib/sl4/Moq.Silverlight.xml", - "package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp" + "lib/sl4/Moq.Silverlight.xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "type": "package", "files": [ + "System.AppContext.4.0.0.nupkg.sha512", "System.AppContext.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1125,7 +1100,6 @@ "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.AppContext.dll", @@ -1146,11 +1120,10 @@ }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.4.0.10.nupkg.sha512", "System.Collections.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1158,7 +1131,6 @@ "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Collections.dll", @@ -1180,25 +1152,22 @@ }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", "System.Collections.Immutable.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", "System.Diagnostics.Debug.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1206,7 +1175,6 @@ "lib/netcore50/System.Diagnostics.Debug.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.Debug.dll", @@ -1228,11 +1196,10 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.StackTrace.4.0.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1240,7 +1207,6 @@ "lib/netcore50/System.Diagnostics.StackTrace.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Diagnostics.StackTrace.dll", @@ -1262,18 +1228,16 @@ }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", + "type": "package", "files": [ + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", "System.Diagnostics.Tools.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", "ref/dotnet/System.Diagnostics.Tools.dll", "ref/dotnet/System.Diagnostics.Tools.xml", "ref/dotnet/de/System.Diagnostics.Tools.xml", @@ -1329,11 +1293,10 @@ }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "type": "package", "files": [ + "System.Globalization.4.0.10.nupkg.sha512", "System.Globalization.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1341,7 +1304,6 @@ "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Globalization.dll", @@ -1363,11 +1325,10 @@ }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.4.0.10.nupkg.sha512", "System.IO.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1375,7 +1336,6 @@ "lib/netcore50/System.IO.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.dll", @@ -1397,11 +1357,10 @@ }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.4.0.0.nupkg.sha512", "System.IO.FileSystem.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1409,7 +1368,6 @@ "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.dll", @@ -1430,18 +1388,16 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "type": "package", "files": [ + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.IO.FileSystem.Primitives.dll", @@ -1462,18 +1418,16 @@ }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", "System.Linq.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", "ref/dotnet/System.Linq.dll", "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", @@ -1495,11 +1449,10 @@ }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", + "type": "package", "files": [ + "System.Linq.Expressions.4.0.10.nupkg.sha512", "System.Linq.Expressions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1507,7 +1460,6 @@ "lib/netcore50/System.Linq.Expressions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Linq.Expressions.dll", @@ -1530,11 +1482,10 @@ }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.4.0.10.nupkg.sha512", "System.Reflection.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1542,7 +1493,6 @@ "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Reflection.dll", @@ -1564,18 +1514,16 @@ }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "type": "package", "files": [ + "System.Reflection.Extensions.4.0.0.nupkg.sha512", "System.Reflection.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", "ref/dotnet/System.Reflection.Extensions.dll", "ref/dotnet/System.Reflection.Extensions.xml", "ref/dotnet/de/System.Reflection.Extensions.xml", @@ -1596,36 +1544,32 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", - "[Content_Types].xml", - "_rels/.rels", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", "System.Resources.ResourceManager.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", "ref/dotnet/System.Resources.ResourceManager.dll", "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", @@ -1648,11 +1592,10 @@ }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.4.0.20.nupkg.sha512", "System.Runtime.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1660,7 +1603,6 @@ "lib/netcore50/System.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.dll", @@ -1682,11 +1624,10 @@ }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Extensions.4.0.10.nupkg.sha512", "System.Runtime.Extensions.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1694,7 +1635,6 @@ "lib/netcore50/System.Runtime.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Extensions.dll", @@ -1716,11 +1656,10 @@ }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.Handles.4.0.0.nupkg.sha512", "System.Runtime.Handles.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1728,7 +1667,6 @@ "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.Handles.dll", @@ -1750,11 +1688,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", + "type": "package", "files": [ + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", "System.Runtime.InteropServices.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1762,7 +1699,6 @@ "lib/netcore50/System.Runtime.InteropServices.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Runtime.InteropServices.dll", @@ -1784,12 +1720,11 @@ }, "System.Text.Encoding/4.0.0": { "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", - "type": "Package", + "type": "package", "files": [ "License.rtf", + "System.Text.Encoding.4.0.0.nupkg.sha512", "System.Text.Encoding.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -1798,7 +1733,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Text.Encoding.dll", @@ -1833,11 +1767,10 @@ }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.4.0.10.nupkg.sha512", "System.Threading.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1845,7 +1778,6 @@ "lib/netcore50/System.Threading.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.dll", @@ -1867,11 +1799,10 @@ }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", + "type": "package", "files": [ + "System.Threading.Tasks.4.0.10.nupkg.sha512", "System.Threading.Tasks.nuspec", - "[Content_Types].xml", - "_rels/.rels", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -1879,7 +1810,6 @@ "lib/netcore50/System.Threading.Tasks.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/dotnet/System.Threading.Tasks.dll", @@ -1901,50 +1831,42 @@ }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -1956,16 +1878,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -1978,16 +1898,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -2018,17 +1936,14 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", "tools/xUnit1.xslt", @@ -2039,6 +1954,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/VisualStudio/InteractiveServices/project.lock.json b/src/VisualStudio/InteractiveServices/project.lock.json index 1588550cbb05620b1de264b5b6a10222f341e3c6..40af46dceece1a6b819c7c918c944cdd6cd30301 100644 --- a/src/VisualStudio/InteractiveServices/project.lock.json +++ b/src/VisualStudio/InteractiveServices/project.lock.json @@ -203,15 +203,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -296,13 +296,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -839,16 +837,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/Setup/project.lock.json b/src/VisualStudio/Setup/project.lock.json index 9d4538581aa2e8347a4b5e40316d0fb43c9b32ec..771c6faf8f60795bbeab6e91607d91f4561ed184 100644 --- a/src/VisualStudio/Setup/project.lock.json +++ b/src/VisualStudio/Setup/project.lock.json @@ -93,15 +93,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -228,15 +228,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -363,15 +363,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -424,13 +424,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -648,16 +646,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/SetupInteractive/project.lock.json b/src/VisualStudio/SetupInteractive/project.lock.json index 80d3ec9547a5992c66aa9bdac2ac2625166539f9..208832edf1fbee4217709c32147cee0d73b934a4 100644 --- a/src/VisualStudio/SetupInteractive/project.lock.json +++ b/src/VisualStudio/SetupInteractive/project.lock.json @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -540,15 +540,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -633,13 +633,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -1277,16 +1275,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/VisualBasic/Impl/project.lock.json b/src/VisualStudio/VisualBasic/Impl/project.lock.json index 5886faf5708e7821fed1c96a6f272cd066d97938..dba2b65736ab9922c921f1dc0184271245311d30 100644 --- a/src/VisualStudio/VisualBasic/Impl/project.lock.json +++ b/src/VisualStudio/VisualBasic/Impl/project.lock.json @@ -93,15 +93,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -154,13 +154,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -378,16 +376,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/VisualBasic/Repl/project.lock.json b/src/VisualStudio/VisualBasic/Repl/project.lock.json index c5ff11b09c7b84c55b55a6c2832e2e4c0dbb0a94..cffbbb88105caf88139b6dc6dce273beb8c0db39 100644 --- a/src/VisualStudio/VisualBasic/Repl/project.lock.json +++ b/src/VisualStudio/VisualBasic/Repl/project.lock.json @@ -214,15 +214,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -307,13 +307,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -879,16 +877,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/project.lock.json b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/project.lock.json index e519f469ba19c19cb73d35f113bf39b85d7a2c21..c068d89fa024ba75cf2c08b3ba3be71e0661bfaa 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/project.lock.json +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/project.lock.json @@ -102,15 +102,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -296,15 +296,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -407,13 +407,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { @@ -655,16 +653,16 @@ "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/VisualStudio/VisualStudioInteractiveComponents/project.lock.json b/src/VisualStudio/VisualStudioInteractiveComponents/project.lock.json index 5b7f36d7a9e8223d94412b097a031635ef169ba9..374de5626712bab38c1a31c8326f48c2e0a60acf 100644 --- a/src/VisualStudio/VisualStudioInteractiveComponents/project.lock.json +++ b/src/VisualStudio/VisualStudioInteractiveComponents/project.lock.json @@ -233,15 +233,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -540,15 +540,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -847,15 +847,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -940,13 +940,11 @@ }, "Microsoft.CodeAnalysis.Elfie/0.10.6-rc2": { "sha512": "nw8Gelt5AYgv9PLxK3MIB5hPnMoMoC2s73YXwcM3dxxim5yxRdPbzmBy0ddEeUa9zb57qoaDLYpCF8Zajg54Dg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net46/Microsoft.CodeAnalysis.Elfie.dll", + "Microsoft.CodeAnalysis.Elfie.0.10.6-rc2.nupkg.sha512", "Microsoft.CodeAnalysis.Elfie.nuspec", - "package/services/metadata/core-properties/177ee6f038264cc2a36b3d69a588b6ea.psmdcp" + "lib/net46/Microsoft.CodeAnalysis.Elfie.dll" ] }, "Microsoft.Composition/1.0.27": { @@ -1584,16 +1582,16 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", "type": "package", "files": [ - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] diff --git a/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.Expander.cs b/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.Expander.cs index 4d64768700de3448e33c69c30f152f8a18c2ac57..5a4e6d5f49d6cc07e72d80206ac49282ef325391 100644 --- a/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.Expander.cs +++ b/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.Expander.cs @@ -197,7 +197,9 @@ public override SyntaxNode VisitParenthesizedLambdaExpression(ParenthesizedLambd { var typeSyntax = parameterSymbols[i].Type.GenerateTypeSyntax().WithTrailingTrivia(s_oneWhitespaceSeparator); var newParameter = parameters[i].WithType(typeSyntax).WithAdditionalAnnotations(Simplifier.Annotation); - newParameters = newParameters.Replace(parameters[i], newParameter); + + var currentParameter = newParameters[i]; + newParameters = newParameters.Replace(currentParameter, newParameter); } var newParameterList = parameterList.WithParameters(newParameters); diff --git a/src/Workspaces/CSharp/Portable/project.lock.json b/src/Workspaces/CSharp/Portable/project.lock.json index 47aa4f173f71d00ea7ee1a4c5bc0e94fd461c84d..4502d7c4b873644d2a3c31eb8c5caa2189b4aa5b 100644 --- a/src/Workspaces/CSharp/Portable/project.lock.json +++ b/src/Workspaces/CSharp/Portable/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Workspaces/CSharpTest/project.lock.json b/src/Workspaces/CSharpTest/project.lock.json index 90c24418e22d821c758589bf58d7e8b5109fb606..e0f1c45e938239ce013a3a99fb3f5508b4afeec9 100644 --- a/src/Workspaces/CSharpTest/project.lock.json +++ b/src/Workspaces/CSharpTest/project.lock.json @@ -46,14 +46,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -86,15 +86,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -131,8 +131,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -153,13 +153,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -170,7 +170,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -225,14 +225,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -310,8 +310,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -332,13 +332,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -349,7 +349,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -364,73 +364,66 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -439,8 +432,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -448,13 +443,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -462,38 +455,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -502,8 +491,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -511,13 +502,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -525,24 +514,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -551,8 +538,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -560,13 +549,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -574,31 +561,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -606,8 +591,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -615,39 +598,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -655,8 +636,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -665,16 +644,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -683,8 +662,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -692,13 +673,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -706,24 +685,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -732,8 +709,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -741,13 +720,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -755,24 +732,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -781,8 +756,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -790,13 +767,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -804,64 +779,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -873,16 +837,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -895,16 +857,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -935,19 +895,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -955,7 +913,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Workspaces/Core/Desktop/project.lock.json b/src/Workspaces/Core/Desktop/project.lock.json index 982d87a69cf4428bbf47a77cf3299f3a23632d3a..a7d757eb1f4d57774024b28decfcc2c0d9c922f6 100644 --- a/src/Workspaces/Core/Desktop/project.lock.json +++ b/src/Workspaces/Core/Desktop/project.lock.json @@ -29,14 +29,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -69,15 +69,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -117,31 +117,30 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -150,8 +149,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -159,13 +160,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -173,38 +172,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -213,8 +208,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -222,13 +219,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -236,24 +231,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -262,8 +255,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -271,13 +266,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -285,31 +278,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -317,8 +308,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -326,39 +315,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -366,8 +353,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -376,16 +361,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -394,8 +379,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -403,13 +390,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -417,24 +402,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -443,8 +426,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -452,13 +437,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -466,24 +449,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -492,8 +473,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -501,13 +484,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -515,16 +496,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, diff --git a/src/Workspaces/Core/Portable/Rename/RenameUtilities.cs b/src/Workspaces/Core/Portable/Rename/RenameUtilities.cs index 01ff92e888e3dedd61de1bcf81c1d16a02c4f360..3aeae96bbcdd1ac97bc089a06ba5d2fc3f74b462 100644 --- a/src/Workspaces/Core/Portable/Rename/RenameUtilities.cs +++ b/src/Workspaces/Core/Portable/Rename/RenameUtilities.cs @@ -79,9 +79,8 @@ internal static IEnumerable GetDocumentsAffectedByRename(ISymbol symbo .Concat(documentsOfRenameSymbolDeclaration.First().Id) .Select(d => d.ProjectId).Distinct(); - if (symbol.DeclaredAccessibility == Accessibility.Private) + if (ShouldRenameOnlyAffectDeclaringProject(symbol)) { - // private members or classes cannot be used outside of the project they are declared in var isSubset = renameLocations.Select(l => l.DocumentId.ProjectId).Distinct().Except(projectIdsOfRenameSymbolDeclaration).IsEmpty(); Contract.ThrowIfFalse(isSubset); return projectIdsOfRenameSymbolDeclaration.SelectMany(p => solution.GetProject(p).Documents); @@ -97,6 +96,17 @@ internal static IEnumerable GetDocumentsAffectedByRename(ISymbol symbo } } + /// + /// Renaming a private symbol typically confines the set of references and potential + /// conflicts to that symbols declaring project. However, rename may cascade to + /// non-public symbols which may then require other projects be considered. + /// + private static bool ShouldRenameOnlyAffectDeclaringProject(ISymbol symbol) + { + // Explicit interface implementations can cascade to other projects + return symbol.DeclaredAccessibility == Accessibility.Private && !symbol.ExplicitInterfaceImplementations().Any(); + } + internal static TokenRenameInfo GetTokenRenameInfo( ISemanticFactsService semanticFacts, SemanticModel semanticModel, diff --git a/src/Workspaces/Core/Portable/project.lock.json b/src/Workspaces/Core/Portable/project.lock.json index 0d94041350ee1418802d39da94f0ca9a04d338c2..b0d08cc01c88e9ebb2a3472cb518acfaca1b67e0 100644 --- a/src/Workspaces/Core/Portable/project.lock.json +++ b/src/Workspaces/Core/Portable/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Workspaces/CoreTest/project.lock.json b/src/Workspaces/CoreTest/project.lock.json index 90c24418e22d821c758589bf58d7e8b5109fb606..e0f1c45e938239ce013a3a99fb3f5508b4afeec9 100644 --- a/src/Workspaces/CoreTest/project.lock.json +++ b/src/Workspaces/CoreTest/project.lock.json @@ -46,14 +46,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -86,15 +86,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -131,8 +131,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -153,13 +153,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -170,7 +170,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -225,14 +225,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -310,8 +310,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -332,13 +332,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -349,7 +349,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -364,73 +364,66 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -439,8 +432,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -448,13 +443,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -462,38 +455,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -502,8 +491,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -511,13 +502,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -525,24 +514,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -551,8 +538,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -560,13 +549,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -574,31 +561,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -606,8 +591,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -615,39 +598,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -655,8 +636,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -665,16 +644,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -683,8 +662,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -692,13 +673,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -706,24 +685,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -732,8 +709,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -741,13 +720,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -755,24 +732,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -781,8 +756,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -790,13 +767,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -804,64 +779,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -873,16 +837,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -895,16 +857,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -935,19 +895,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -955,7 +913,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] } diff --git a/src/Workspaces/VisualBasic/Portable/project.lock.json b/src/Workspaces/VisualBasic/Portable/project.lock.json index 47aa4f173f71d00ea7ee1a4c5bc0e94fd461c84d..4502d7c4b873644d2a3c31eb8c5caa2189b4aa5b 100644 --- a/src/Workspaces/VisualBasic/Portable/project.lock.json +++ b/src/Workspaces/VisualBasic/Portable/project.lock.json @@ -27,9 +27,9 @@ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} @@ -43,53 +43,47 @@ "libraries": { "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] } }, diff --git a/src/Workspaces/VisualBasicTest/project.lock.json b/src/Workspaces/VisualBasicTest/project.lock.json index 90c24418e22d821c758589bf58d7e8b5109fb606..e0f1c45e938239ce013a3a99fb3f5508b4afeec9 100644 --- a/src/Workspaces/VisualBasicTest/project.lock.json +++ b/src/Workspaces/VisualBasicTest/project.lock.json @@ -46,14 +46,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -86,15 +86,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -131,8 +131,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -153,13 +153,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -170,7 +170,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -225,14 +225,14 @@ }, "System.Collections.Immutable/1.1.37": { "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -265,15 +265,15 @@ "lib/net45/_._": {} } }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { + "System.Reflection.Metadata/1.2.0": { "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, "System.Resources.ResourceManager/4.0.0": { @@ -310,8 +310,8 @@ }, "xunit/2.1.0": { "dependencies": { - "xunit.assert": "[2.1.0, 2.1.0]", - "xunit.core": "[2.1.0, 2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -332,13 +332,13 @@ }, "xunit.core/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]", - "xunit.extensibility.execution": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, "xunit.extensibility.core/2.1.0": { "dependencies": { - "xunit.abstractions": "[2.0.0, 2.0.0]" + "xunit.abstractions": "[2.0.0]" }, "compile": { "lib/dotnet/xunit.core.dll": {} @@ -349,7 +349,7 @@ }, "xunit.extensibility.execution/2.1.0": { "dependencies": { - "xunit.extensibility.core": "[2.1.0, 2.1.0]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/net45/xunit.execution.desktop.dll": {} @@ -364,73 +364,66 @@ "libraries": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.2.0-beta1-20160105-04": { "sha512": "QIkINpihvcij/pZhZdLmSTt4wMgjSwvRjXavvcR86lIRXi7pk4+mNgjFF5FXiR8B4WEmttdb5diyVZq7ZP4unw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll", + "Microsoft.CodeAnalysis.Test.Resources.Proprietary.1.2.0-beta1-20160105-04.nupkg.sha512", "Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec", - "package/services/metadata/core-properties/275c92add53e4a7fa1029dcdf1d6499a.psmdcp" + "lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll" ] }, "Microsoft.Composition/1.0.27": { "sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", + "License-Stable.rtf", + "Microsoft.Composition.1.0.27.nupkg.sha512", + "Microsoft.Composition.nuspec", "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll", "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML", - "License-Stable.rtf", - "Microsoft.Composition.nuspec", - "package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll" ] }, "Microsoft.DiaSymReader/1.0.7": { "sha512": "4tPrkKu02w87HEvoubBGm7Hqjps69DucsBWQvGezwvDV5RJt+eZqdmdC/jNH1qn6hIem9JpJnLBK0abBzhErOg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "Microsoft.DiaSymReader.1.0.7.nupkg.sha512", + "Microsoft.DiaSymReader.nuspec", "lib/net20/Microsoft.DiaSymReader.dll", "lib/net20/Microsoft.DiaSymReader.xml", "lib/portable-net45+win8/Microsoft.DiaSymReader.dll", - "lib/portable-net45+win8/Microsoft.DiaSymReader.xml", - "Microsoft.DiaSymReader.nuspec", - "package/services/metadata/core-properties/8754926735b64532b55b0acd21f93808.psmdcp" + "lib/portable-net45+win8/Microsoft.DiaSymReader.xml" ] }, "Microsoft.DiaSymReader.Native/1.3.3": { "sha512": "mjATkm+L2UlP35gO/ExNutLDfgX4iiwz1l/8sYVoeGHp5WnkEDu0NfIEsC4Oy/pCYeRw0/6SGB+kArJVNNvENQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/Microsoft.DiaSymReader.Native.props", + "Microsoft.DiaSymReader.Native.1.3.3.nupkg.sha512", "Microsoft.DiaSymReader.Native.nuspec", - "package/services/metadata/core-properties/fdc58d35421849398d4c224d791a4bc4.psmdcp", + "build/Microsoft.DiaSymReader.Native.props", + "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", + "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll", "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll", - "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll", - "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll", - "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll" + "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll" ] }, "System.Collections/4.0.0": { "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -439,8 +432,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/24c5f986c3534c16ad303a35c4af021d.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -448,13 +443,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -462,38 +455,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -502,8 +491,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/9589d3ad95ef4d84a1edf67426c7c00a.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -511,13 +502,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -525,24 +514,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -551,8 +538,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/7256e6303e10459782eff20c3ec90af5.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -560,13 +549,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -574,31 +561,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -606,8 +591,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -615,39 +598,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, - "System.Reflection.Metadata/1.2.0-rc2-23826": { - "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", - "type": "Package", + "System.Reflection.Metadata/1.2.0": { + "sha512": "ubQKFCNYPwhqPXPLjRKCvTDR2UvL5L5+Tm181D/5kl/df7264AuXDi2j2Bf5DxplBxevq8eUH9LRomcFCXTQKw==", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Reflection.Metadata.1.2.0.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "package/services/metadata/core-properties/26ea3eeed81e48b5a161d7b4bfaa534d.psmdcp", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -655,8 +636,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -665,16 +644,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -683,8 +662,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/c5db97a122ad42aeb8e429022c1d1ab8.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -692,13 +673,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -706,24 +685,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -732,8 +709,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/fb0a27c059094735ba8947d01a5f5660.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -741,13 +720,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -755,24 +732,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -781,8 +756,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", - "package/services/metadata/core-properties/bec033e95dbf4d6ba6595d2be7bb7e25.psmdcp", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -790,13 +767,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -804,64 +779,53 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] }, "xunit/2.1.0": { "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, "xunit.abstractions/2.0.0": { "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net35/xunit.abstractions.dll", "lib/net35/xunit.abstractions.xml", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml", - "package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp", + "xunit.abstractions.2.0.0.nupkg.sha512", "xunit.abstractions.nuspec" ] }, "xunit.assert/2.1.0": { "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", "lib/dotnet/xunit.assert.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb", "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml", - "package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, "xunit.core/2.1.0": { "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", "build/monoandroid/_._", @@ -873,16 +837,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, "xunit.extensibility.core/2.1.0": { "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", "lib/dotnet/xunit.core.pdb", @@ -895,16 +857,14 @@ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll", "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll", - "package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, "xunit.extensibility.execution/2.1.0": { "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", "lib/dnx451/xunit.execution.dotnet.xml", @@ -935,19 +895,17 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, "xunit.runner.console/2.1.0": { "sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==", - "type": "Package", + "type": "package", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp", "tools/HTML.xslt", "tools/NUnitXml.xslt", + "tools/xUnit1.xslt", "tools/xunit.abstractions.dll", "tools/xunit.console.exe", "tools/xunit.console.exe.config", @@ -955,7 +913,7 @@ "tools/xunit.console.x86.exe.config", "tools/xunit.runner.reporters.desktop.dll", "tools/xunit.runner.utility.desktop.dll", - "tools/xUnit1.xslt", + "xunit.runner.console.2.1.0.nupkg.sha512", "xunit.runner.console.nuspec" ] }