From 8f24a8f548062d6899490c35f668ee8d244611d5 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Tue, 19 Apr 2016 00:49:07 -0700 Subject: [PATCH] Update FX dependencies to build 24011 --- build/Targets/VSL.Versions.targets | 4 +- build/scripts/crossgen.sh | 2 +- .../CSharp/Test/Performance/project.json | 2 +- .../Core/MSBuildTask/Portable/project.json | 12 +-- .../VisualBasic/Test/Performance/project.json | 2 +- .../project.json | 12 +-- .../Microsoft.DiaSymReader.PortablePdb.nuspec | 30 +++--- src/Dependencies/Immutable/project.json | 2 +- src/Dependencies/Metadata/project.json | 2 +- .../Microsoft.DiaSymReader.nuspec | 6 +- src/Interactive/CsiCore/project.json | 2 +- src/Interactive/VbiCore/project.json | 2 +- .../Microsoft.CodeAnalysis.Common.nuspec | 76 +++++++-------- ...soft.Net.CSharp.Interactive.netcore.nuspec | 48 +++++----- .../Microsoft.Net.Compilers.netcore.nuspec | 76 +++++++-------- .../DeployTestDependencies/project.json | 2 +- src/Scripting/CSharpTest.Desktop/project.json | 2 +- src/Scripting/Core/Scripting.csproj | 2 +- src/Scripting/Core/project.json | 34 +++---- src/Test/Utilities/Portable/project.json | 20 ++-- .../CommonNetCoreReferences/project.json | 94 +++++++++---------- .../project.json | 8 +- .../Source/BoundTreeGenerator/project.json | 2 +- .../CSharpErrorFactsGenerator/project.json | 2 +- .../Source/CSharpSyntaxGenerator/project.json | 2 +- .../project.json | 2 +- .../VisualBasicSyntaxGenerator/project.json | 6 +- 27 files changed, 227 insertions(+), 227 deletions(-) diff --git a/build/Targets/VSL.Versions.targets b/build/Targets/VSL.Versions.targets index 399a1f56525..457bd73811f 100644 --- a/build/Targets/VSL.Versions.targets +++ b/build/Targets/VSL.Versions.targets @@ -5,8 +5,8 @@ $(RoslynSemanticVersion) - 1.3.0-rc3-24005-00 - 1.2.0-rc3-24005-00 + 1.3.0-rc3-24011-00 + 1.2.0-rc3-24011-00 1.0.8-rc2-60325 1.3.3 0.10.6-rc2 diff --git a/build/scripts/crossgen.sh b/build/scripts/crossgen.sh index 5162042f53f..2b3845a06fd 100755 --- a/build/scripts/crossgen.sh +++ b/build/scripts/crossgen.sh @@ -24,7 +24,7 @@ if [ -z "$RID" ]; then fi # Replace with a robust method for finding the right crossgen.exe -CROSSGEN_UTIL=~/.nuget/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-24005-00/tools/crossgen +CROSSGEN_UTIL=~/.nuget/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-24011-00/tools/crossgen cd $BIN_DIR diff --git a/src/Compilers/CSharp/Test/Performance/project.json b/src/Compilers/CSharp/Test/Performance/project.json index bbf04eda6f4..064388c5de8 100644 --- a/src/Compilers/CSharp/Test/Performance/project.json +++ b/src/Compilers/CSharp/Test/Performance/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0023", - "System.IO.FileSystem": "4.0.1-rc3-24005-00" + "System.IO.FileSystem": "4.0.1-rc3-24011-00" }, "frameworks": { "net46": {} diff --git a/src/Compilers/Core/MSBuildTask/Portable/project.json b/src/Compilers/Core/MSBuildTask/Portable/project.json index 449056c6332..3e644c05ec5 100644 --- a/src/Compilers/Core/MSBuildTask/Portable/project.json +++ b/src/Compilers/Core/MSBuildTask/Portable/project.json @@ -5,13 +5,13 @@ "Microsoft.Build.Tasks.Core": "0.1.0-preview-00005", "Microsoft.Build.Utilities.Core": "0.1.0-preview-00005", "Microsoft.Win32.Primitives": "4.0.0", - "System.Console": "4.0.0-rc3-24005-00", + "System.Console": "4.0.0-rc3-24011-00", "System.Diagnostics.Tools": "4.0.0", - "System.Diagnostics.Process": "4.1.0-rc3-24005-00", - "System.IO.Pipes": "4.0.0-rc3-24005-00", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24005-00", - "System.IO.FileSystem": "4.0.1-rc3-24005-00", - "System.IO.FileSystem.DriveInfo": "4.0.0-rc3-24005-00" + "System.Diagnostics.Process": "4.1.0-rc3-24011-00", + "System.IO.Pipes": "4.0.0-rc3-24011-00", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24011-00", + "System.IO.FileSystem": "4.0.1-rc3-24011-00", + "System.IO.FileSystem.DriveInfo": "4.0.0-rc3-24011-00" }, "frameworks": { "netstandard1.3": { diff --git a/src/Compilers/VisualBasic/Test/Performance/project.json b/src/Compilers/VisualBasic/Test/Performance/project.json index bbf04eda6f4..064388c5de8 100644 --- a/src/Compilers/VisualBasic/Test/Performance/project.json +++ b/src/Compilers/VisualBasic/Test/Performance/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0023", - "System.IO.FileSystem": "4.0.1-rc3-24005-00" + "System.IO.FileSystem": "4.0.1-rc3-24011-00" }, "frameworks": { "net46": {} diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json index afa7af797a6..6c0e1f526d9 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "System.Collections": "4.0.11-rc3-24005-00", - "System.Diagnostics.Debug": "4.0.11-rc3-24005-00", - "System.Runtime": "4.1.0-rc3-24005-00", - "System.Runtime.Extensions": "4.1.0-rc3-24005-00", - "System.Runtime.InteropServices": "4.1.0-rc3-24005-00", - "System.IO.FileSystem": "4.0.1-rc3-24005-00", + "System.Collections": "4.0.11-rc3-24011-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24011-00", + "System.Runtime": "4.1.0-rc3-24011-00", + "System.Runtime.Extensions": "4.1.0-rc3-24011-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24011-00", + "System.IO.FileSystem": "4.0.1-rc3-24011-00", "xunit": "2.1.0" }, "frameworks": { diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec index 4686aa13625..c295a05f64f 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec @@ -14,21 +14,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + en-US diff --git a/src/Dependencies/Immutable/project.json b/src/Dependencies/Immutable/project.json index 99cdb51511f..a91c7e82bc6 100644 --- a/src/Dependencies/Immutable/project.json +++ b/src/Dependencies/Immutable/project.json @@ -1,7 +1,7 @@ { "supports": {}, "dependencies": { - "System.Collections.Immutable": "1.2.0-rc3-24005-00" + "System.Collections.Immutable": "1.2.0-rc3-24011-00" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Dependencies/Metadata/project.json b/src/Dependencies/Metadata/project.json index aae48c08866..7663fd91433 100644 --- a/src/Dependencies/Metadata/project.json +++ b/src/Dependencies/Metadata/project.json @@ -1,7 +1,7 @@ { "supports": {}, "dependencies": { - "System.Reflection.Metadata": "1.3.0-rc3-24005-00" + "System.Reflection.Metadata": "1.3.0-rc3-24011-00" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} diff --git a/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.nuspec b/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.nuspec index 8133be46bf9..4aac76b2535 100644 --- a/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.nuspec +++ b/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.nuspec @@ -8,9 +8,9 @@ - - - + + + en-US diff --git a/src/Interactive/CsiCore/project.json b/src/Interactive/CsiCore/project.json index e769de2d368..aa6407c8acf 100644 --- a/src/Interactive/CsiCore/project.json +++ b/src/Interactive/CsiCore/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "System.AppContext": "4.1.0-rc3-24005-00" + "System.AppContext": "4.1.0-rc3-24011-00" }, "frameworks": { "dnxcore50": { diff --git a/src/Interactive/VbiCore/project.json b/src/Interactive/VbiCore/project.json index 7353d83201c..8f845fbe4d0 100644 --- a/src/Interactive/VbiCore/project.json +++ b/src/Interactive/VbiCore/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "System.AppContext": "4.1.0-rc3-24005-00" + "System.AppContext": "4.1.0-rc3-24011-00" }, "frameworks": { "dnxcore50": { diff --git a/src/NuGet/Microsoft.CodeAnalysis.Common.nuspec b/src/NuGet/Microsoft.CodeAnalysis.Common.nuspec index d46cb231729..1610351db34 100644 --- a/src/NuGet/Microsoft.CodeAnalysis.Common.nuspec +++ b/src/NuGet/Microsoft.CodeAnalysis.Common.nuspec @@ -21,44 +21,44 @@ Supported Platforms: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec b/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec index 527f9a76fb5..bb87c9eb47f 100644 --- a/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec +++ b/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec @@ -19,30 +19,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec b/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec index fe504e03fa1..55d9ab3a054 100644 --- a/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec +++ b/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec @@ -18,44 +18,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ProjectSystem/DeployTestDependencies/project.json b/src/ProjectSystem/DeployTestDependencies/project.json index 3ad8db5eb0f..17e594c54d8 100644 --- a/src/ProjectSystem/DeployTestDependencies/project.json +++ b/src/ProjectSystem/DeployTestDependencies/project.json @@ -4,7 +4,7 @@ "xunit.runner.console": "2.1.0", "xunit.runner.visualstudio": "2.1.0", "Moq": "4.2.1402.2112", - "System.Collections.Immutable": "1.2.0-rc3-24005-00" + "System.Collections.Immutable": "1.2.0-rc3-24011-00" }, "frameworks": { "net46": { } diff --git a/src/Scripting/CSharpTest.Desktop/project.json b/src/Scripting/CSharpTest.Desktop/project.json index 4de3cb5569b..12098ad0b44 100644 --- a/src/Scripting/CSharpTest.Desktop/project.json +++ b/src/Scripting/CSharpTest.Desktop/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "System.Diagnostics.Process": "4.1.0-rc3-24005-00" + "System.Diagnostics.Process": "4.1.0-rc3-24011-00" }, "frameworks": { "net46": {} diff --git a/src/Scripting/Core/Scripting.csproj b/src/Scripting/Core/Scripting.csproj index 307e17052e6..b6b0a71c703 100644 --- a/src/Scripting/Core/Scripting.csproj +++ b/src/Scripting/Core/Scripting.csproj @@ -39,7 +39,7 @@ - + False diff --git a/src/Scripting/Core/project.json b/src/Scripting/Core/project.json index 754fb08b138..b74f5a17829 100644 --- a/src/Scripting/Core/project.json +++ b/src/Scripting/Core/project.json @@ -1,23 +1,23 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "System.Collections": "4.0.11-rc3-24005-00", - "System.Diagnostics.Debug": "4.0.11-rc3-24005-00", - "System.Diagnostics.StackTrace": "4.0.1-rc3-24005-00", - "System.Diagnostics.Tools": "4.0.1-rc3-24005-00", - "System.Globalization": "4.0.11-rc3-24005-00", - "System.IO": "4.1.0-rc3-24005-00", - "System.IO.FileSystem": "4.0.1-rc3-24005-00", - "System.Linq": "4.1.0-rc3-24005-00", - "System.Linq.Expressions": "4.0.11-rc3-24005-00", - "System.Reflection": "4.1.0-rc3-24005-00", - "System.Reflection.Extensions": "4.0.1-rc3-24005-00", - "System.Resources.ResourceManager": "4.0.1-rc3-24005-00", - "System.Runtime": "4.1.0-rc3-24005-00", - "System.Runtime.Extensions": "4.1.0-rc3-24005-00", - "System.Runtime.InteropServices": "4.1.0-rc3-24005-00", - "System.Threading": "4.0.11-rc3-24005-00", - "System.Threading.Tasks": "4.0.11-rc3-24005-00" + "System.Collections": "4.0.11-rc3-24011-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24011-00", + "System.Diagnostics.StackTrace": "4.0.1-rc3-24011-00", + "System.Diagnostics.Tools": "4.0.1-rc3-24011-00", + "System.Globalization": "4.0.11-rc3-24011-00", + "System.IO": "4.1.0-rc3-24011-00", + "System.IO.FileSystem": "4.0.1-rc3-24011-00", + "System.Linq": "4.1.0-rc3-24011-00", + "System.Linq.Expressions": "4.0.11-rc3-24011-00", + "System.Reflection": "4.1.0-rc3-24011-00", + "System.Reflection.Extensions": "4.0.1-rc3-24011-00", + "System.Resources.ResourceManager": "4.0.1-rc3-24011-00", + "System.Runtime": "4.1.0-rc3-24011-00", + "System.Runtime.Extensions": "4.1.0-rc3-24011-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24011-00", + "System.Threading": "4.0.11-rc3-24011-00", + "System.Threading.Tasks": "4.0.11-rc3-24011-00" }, "frameworks": { "netstandard1.3": { diff --git a/src/Test/Utilities/Portable/project.json b/src/Test/Utilities/Portable/project.json index bd5dc92dbe0..371e79ebbff 100644 --- a/src/Test/Utilities/Portable/project.json +++ b/src/Test/Utilities/Portable/project.json @@ -1,17 +1,17 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24011-00", "Microsoft.CSharp": "4.0.0", - "System.Collections.Concurrent": "4.0.12-rc3-24005-00", - "System.Console": "4.0.0-rc3-24005-00", - "System.Diagnostics.Debug": "4.0.11-rc3-24005-00", - "System.Diagnostics.Tools": "4.0.1-rc3-24005-00", - "System.IO.FileSystem": "4.0.1-rc3-24005-00", - "System.Reflection.TypeExtensions": "4.1.0-rc3-24005-00", - "System.Threading.Thread": "4.0.0-rc3-24005-00", - "System.Xml.XDocument": "4.0.11-rc3-24005-00", - "System.Xml.XmlDocument": "4.0.1-rc3-24005-00", + "System.Collections.Concurrent": "4.0.12-rc3-24011-00", + "System.Console": "4.0.0-rc3-24011-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24011-00", + "System.Diagnostics.Tools": "4.0.1-rc3-24011-00", + "System.IO.FileSystem": "4.0.1-rc3-24011-00", + "System.Reflection.TypeExtensions": "4.1.0-rc3-24011-00", + "System.Threading.Thread": "4.0.0-rc3-24011-00", + "System.Xml.XDocument": "4.0.11-rc3-24011-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24011-00", "xunit": "2.1.0", "xunit.extensibility.execution": "2.1.0" }, diff --git a/src/Tools/CommonNetCoreReferences/project.json b/src/Tools/CommonNetCoreReferences/project.json index 5f1772482dc..67bcf0d1fa9 100644 --- a/src/Tools/CommonNetCoreReferences/project.json +++ b/src/Tools/CommonNetCoreReferences/project.json @@ -1,52 +1,52 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24005-00", - "Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24005-00", - "Microsoft.NETCore.TestHost": "1.0.0-rc3-24005-00", - "System.AppContext": "4.1.0-rc3-24005-00", - "System.Collections": "4.0.11-rc3-24005-00", - "System.Collections.Concurrent": "4.0.12-rc3-24005-00", - "System.Collections.Immutable": "1.2.0-rc3-24005-00", - "System.Console": "4.0.0-rc3-24005-00", - "System.Diagnostics.Debug": "4.0.11-rc3-24005-00", - "System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24005-00", - "System.Diagnostics.Process": "4.1.0-rc3-24005-00", - "System.Diagnostics.StackTrace": "4.0.1-rc3-24005-00", - "System.Diagnostics.Tools": "4.0.1-rc3-24005-00", - "System.Dynamic.Runtime": "4.0.11-rc3-24005-00", - "System.Globalization": "4.0.11-rc3-24005-00", - "System.IO.FileSystem": "4.0.1-rc3-24005-00", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-24005-00", - "System.IO.FileSystem.Watcher": "4.0.0-rc3-24005-00", - "System.IO.Pipes": "4.0.0-rc3-24005-00", - "System.Linq": "4.1.0-rc3-24005-00", - "System.Linq.Expressions": "4.0.11-rc3-24005-00", - "System.Net.NameResolution": "4.0.0-rc3-24005-00", - "System.Net.Sockets": "4.1.0-rc3-24005-00", - "System.Reflection": "4.1.0-rc3-24005-00", - "System.Reflection.Primitives": "4.0.1-rc3-24005-00", - "System.Resources.ResourceManager": "4.0.1-rc3-24005-00", - "System.Runtime": "4.1.0-rc3-24005-00", - "System.Runtime.Extensions": "4.1.0-rc3-24005-00", - "System.Runtime.Handles": "4.0.1-rc3-24005-00", - "System.Runtime.InteropServices": "4.1.0-rc3-24005-00", - "System.Runtime.Loader": "4.0.0-rc3-24005-00", - "System.Runtime.Numerics": "4.0.1-rc3-24005-00", - "System.Security.Cryptography.Algorithms": "4.1.0-rc3-24005-00", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-24005-00", - "System.Security.Cryptography.X509Certificates": "4.1.0-rc3-24005-00", - "System.Text.Encoding": "4.0.11-rc3-24005-00", - "System.Text.Encoding.CodePages": "4.0.1-rc3-24005-00", - "System.Text.Encoding.Extensions": "4.0.11-rc3-24005-00", - "System.Threading": "4.0.11-rc3-24005-00", - "System.Threading.Tasks": "4.0.11-rc3-24005-00", - "System.Threading.Tasks.Parallel": "4.0.1-rc3-24005-00", - "System.Threading.Thread": "4.0.0-rc3-24005-00", - "System.Xml.ReaderWriter": "4.0.11-rc3-24005-00", - "System.Xml.XDocument": "4.0.11-rc3-24005-00", - "System.Xml.XmlDocument": "4.0.1-rc3-24005-00", - "System.Xml.XPath.XDocument": "4.0.1-rc3-24005-00" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24011-00", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24011-00", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24011-00", + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24011-00", + "System.AppContext": "4.1.0-rc3-24011-00", + "System.Collections": "4.0.11-rc3-24011-00", + "System.Collections.Concurrent": "4.0.12-rc3-24011-00", + "System.Collections.Immutable": "1.2.0-rc3-24011-00", + "System.Console": "4.0.0-rc3-24011-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24011-00", + "System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24011-00", + "System.Diagnostics.Process": "4.1.0-rc3-24011-00", + "System.Diagnostics.StackTrace": "4.0.1-rc3-24011-00", + "System.Diagnostics.Tools": "4.0.1-rc3-24011-00", + "System.Dynamic.Runtime": "4.0.11-rc3-24011-00", + "System.Globalization": "4.0.11-rc3-24011-00", + "System.IO.FileSystem": "4.0.1-rc3-24011-00", + "System.IO.FileSystem.Primitives": "4.0.1-rc3-24011-00", + "System.IO.FileSystem.Watcher": "4.0.0-rc3-24011-00", + "System.IO.Pipes": "4.0.0-rc3-24011-00", + "System.Linq": "4.1.0-rc3-24011-00", + "System.Linq.Expressions": "4.0.11-rc3-24011-00", + "System.Net.NameResolution": "4.0.0-rc3-24011-00", + "System.Net.Sockets": "4.1.0-rc3-24011-00", + "System.Reflection": "4.1.0-rc3-24011-00", + "System.Reflection.Primitives": "4.0.1-rc3-24011-00", + "System.Resources.ResourceManager": "4.0.1-rc3-24011-00", + "System.Runtime": "4.1.0-rc3-24011-00", + "System.Runtime.Extensions": "4.1.0-rc3-24011-00", + "System.Runtime.Handles": "4.0.1-rc3-24011-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24011-00", + "System.Runtime.Loader": "4.0.0-rc3-24011-00", + "System.Runtime.Numerics": "4.0.1-rc3-24011-00", + "System.Security.Cryptography.Algorithms": "4.1.0-rc3-24011-00", + "System.Security.Cryptography.Encoding": "4.0.0-rc3-24011-00", + "System.Security.Cryptography.X509Certificates": "4.1.0-rc3-24011-00", + "System.Text.Encoding": "4.0.11-rc3-24011-00", + "System.Text.Encoding.CodePages": "4.0.1-rc3-24011-00", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24011-00", + "System.Threading": "4.0.11-rc3-24011-00", + "System.Threading.Tasks": "4.0.11-rc3-24011-00", + "System.Threading.Tasks.Parallel": "4.0.1-rc3-24011-00", + "System.Threading.Thread": "4.0.0-rc3-24011-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24011-00", + "System.Xml.XDocument": "4.0.11-rc3-24011-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24011-00", + "System.Xml.XPath.XDocument": "4.0.1-rc3-24011-00" }, "frameworks": { "dnxcore50": { diff --git a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json index 49911e4999c..99417ec51d8 100644 --- a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24005-00", - "Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24005-00", - "Microsoft.NETCore.TestHost": "1.0.0-rc3-24005-00" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24011-00", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24011-00", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24011-00", + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24011-00" }, "frameworks": { "dnxcore50": { diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json index d6476edd04a..ac8b39dab69 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc3-24005-00", + "NETStandard.Library": "1.5.0-rc3-24011-00", "System.Xml.XmlDocument": "4.0.0", "System.Xml.XmlSerializer": "4.0.10" }, diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json index edae5fcb034..47355a0106b 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc3-24005-00" + "NETStandard.Library": "1.5.0-rc3-24011-00" }, "frameworks": { "dnxcore50": {} diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json index 599ee256738..a3d60d75e60 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc3-24005-00", + "NETStandard.Library": "1.5.0-rc3-24011-00", "System.Xml.XmlDocument": "4.0.0", "System.Xml.XmlSerializer": "4.0.10" }, diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json index 09b594cd792..1c91da38dac 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc3-24005-00" + "NETStandard.Library": "1.5.0-rc3-24011-00" }, "frameworks": { "dnxcore50": { } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json index 45dd9371867..2551f483fd6 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json @@ -1,9 +1,9 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc3-24005-00", - "System.Console": "4.0.0-rc3-24005-00", - "System.Security.Cryptography.Algorithms": "4.1.0-rc3-24005-00" + "NETStandard.Library": "1.5.0-rc3-24011-00", + "System.Console": "4.0.0-rc3-24011-00", + "System.Security.Cryptography.Algorithms": "4.1.0-rc3-24011-00" }, "frameworks": { "dnxcore50": {} -- GitLab