diff --git a/build/scripts/crossgen.sh b/build/scripts/crossgen.sh index 377d781edbf59d94ee028d63c639490591aaa472..5162042f53fcdb2bfccc78d33b3dde2010b8c0db 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-rc2-23931/tools/crossgen +CROSSGEN_UTIL=~/.nuget/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-24005-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 9ddfb0648bb5ef329086d053f0571e6d23023286..bbf04eda6f4ae9c63482ca75f63589b0fd733827 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.0" + "System.IO.FileSystem": "4.0.1-rc3-24005-00" }, "frameworks": { "net46": {} diff --git a/src/Compilers/Core/MSBuildTask/Portable/project.json b/src/Compilers/Core/MSBuildTask/Portable/project.json index 7f6de431cfd2323ca4d322ee2c542abe74b15574..449056c633239d85e1abb1d12e6f4417ae78ddaa 100644 --- a/src/Compilers/Core/MSBuildTask/Portable/project.json +++ b/src/Compilers/Core/MSBuildTask/Portable/project.json @@ -5,12 +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-rc2-23931", + "System.Console": "4.0.0-rc3-24005-00", "System.Diagnostics.Tools": "4.0.0", - "System.Diagnostics.Process": "4.1.0-rc2-23931", - "System.IO.Pipes": "4.0.0-rc2-23931", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23931", - "System.IO.FileSystem.DriveInfo": "4.0.0-rc2-23931" + "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" }, "frameworks": { "netstandard1.3": { diff --git a/src/Compilers/Test/Utilities/CSharp/project.json b/src/Compilers/Test/Utilities/CSharp/project.json index dbe0216cc568e1c6a91c28117dfb5f7f7af2b064..dc440631920b348583ae3f23707014bcb4801a46 100644 --- a/src/Compilers/Test/Utilities/CSharp/project.json +++ b/src/Compilers/Test/Utilities/CSharp/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "System.Reflection.TypeExtensions": "4.0.0" }, "frameworks": { "netstandard1.3": { diff --git a/src/Compilers/VisualBasic/Test/Performance/project.json b/src/Compilers/VisualBasic/Test/Performance/project.json index 9ddfb0648bb5ef329086d053f0571e6d23023286..bbf04eda6f4ae9c63482ca75f63589b0fd733827 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.0" + "System.IO.FileSystem": "4.0.1-rc3-24005-00" }, "frameworks": { "net46": {} diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json index 0a5b56226c9fbc527a19ce4fc78c4267dc475fa5..afa7af797a68eba27202609ea21fbc8384d3b329 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json @@ -1,13 +1,12 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "System.Collections": "4.0.10", - "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", - "System.Runtime.InteropServices": "4.0.20", + "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", "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 213608d7c80f5bd3535066cf022643fa47c146bb..4686aa13625094c92f810159bea28b212a5b56e8 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec @@ -13,22 +13,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + en-US diff --git a/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.nuspec b/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.nuspec index 2a3ce3abb836fe00e676466da04b8d1af7178ece..8133be46bf9d961598380d5487a29d14342d759b 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/EditorFeatures/Core/project.json b/src/EditorFeatures/Core/project.json index fc80438addd941e7e47af710958c69917a645b58..645f90a7fa263c1320d6a80d30ae17a3d89b16a9 100644 --- a/src/EditorFeatures/Core/project.json +++ b/src/EditorFeatures/Core/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "System.Collections.Immutable": "1.1.37" }, "frameworks": { "net46": {} diff --git a/src/Interactive/CsiCore/project.json b/src/Interactive/CsiCore/project.json index 7a792911bbc63ee822806636c0d84d85d1d7cc96..e769de2d368a929b59c0d01341f4e76e038d1d40 100644 --- a/src/Interactive/CsiCore/project.json +++ b/src/Interactive/CsiCore/project.json @@ -1,5 +1,7 @@ { - "dependencies": { }, + "dependencies": { + "System.AppContext": "4.1.0-rc3-24005-00" + }, "frameworks": { "dnxcore50": { "imports": "portable-net452" diff --git a/src/Interactive/VbiCore/project.json b/src/Interactive/VbiCore/project.json index 7a792911bbc63ee822806636c0d84d85d1d7cc96..7353d83201ce252cfddd90bf28b4f03fca8f8675 100644 --- a/src/Interactive/VbiCore/project.json +++ b/src/Interactive/VbiCore/project.json @@ -1,5 +1,7 @@ { - "dependencies": { }, + "dependencies": { + "System.AppContext": "4.1.0-rc3-24005-00" + }, "frameworks": { "dnxcore50": { "imports": "portable-net452" diff --git a/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec b/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec index 339a680ebba4cea190dba215e4d25b7ddcfc8d72..527f9a76fb58ba26d96ea755b5a4789181a4842e 100644 --- a/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec +++ b/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec @@ -32,7 +32,7 @@ - + diff --git a/src/Scripting/CSharp/project.json b/src/Scripting/CSharp/project.json index b42ca6dd417a152dc0380b703b6d1aa2e850dd12..a51f8d90d5d1234f4230e74310a35063d68d72bf 100644 --- a/src/Scripting/CSharp/project.json +++ b/src/Scripting/CSharp/project.json @@ -1,7 +1,6 @@ { "dependencies": { "Microsoft.CSharp": "4.0.0", - "System.AppContext": "4.0.0", "System.Dynamic.Runtime": "4.0.10" }, "frameworks": { diff --git a/src/Scripting/CSharpTest.Desktop/project.json b/src/Scripting/CSharpTest.Desktop/project.json index 98ba848a6b306a4972a8c5f3e61c4cfae0323ed2..4de3cb5569bbb4b09f117cfdaa54e59f0514bf17 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-rc2-23931" + "System.Diagnostics.Process": "4.1.0-rc3-24005-00" }, "frameworks": { "net46": {} diff --git a/src/Scripting/CSharpTest/project.json b/src/Scripting/CSharpTest/project.json index bf91c4d4aa39376226cfcf8a06b017f8c0950b6c..d4997e04007190a3b91c0a7cbdead71fc48b8cc0 100644 --- a/src/Scripting/CSharpTest/project.json +++ b/src/Scripting/CSharpTest/project.json @@ -1,5 +1,7 @@ { - "dependencies": { }, + "dependencies": { + "System.AppContext": "4.0.0" + }, "frameworks": { "netstandard1.3": { "imports": [ "portable-net452", "dotnet5.4" ] diff --git a/src/Scripting/Core/Scripting.csproj b/src/Scripting/Core/Scripting.csproj index c71de3ddbb74bab5edffc65797afaf6e5357251d..307e17052e668d0ad7e796fc73de5dcef2b1d7b8 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 62eea8522a9398e1ceb332141d04360dd14c9745..08a3617d77dc27e3a497db39a8f3d3fd67299aca 100644 --- a/src/Scripting/Core/project.json +++ b/src/Scripting/Core/project.json @@ -1,25 +1,24 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "System.AppContext": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.StackTrace": "4.0.0", - "System.Diagnostics.Tools": "4.0.0", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Collections": "4.0.11-rc3-24005-00", + "System.Collections.Immutable": "1.2.0-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" }, "frameworks": { "netstandard1.3": { diff --git a/src/Scripting/VisualBasic/project.json b/src/Scripting/VisualBasic/project.json index fbe0a6d8dfcadbf9cea3ebae9c8ec90807ff3e5d..8f6a768fb267fc3fd0973e529cb397cc5fecbcd5 100644 --- a/src/Scripting/VisualBasic/project.json +++ b/src/Scripting/VisualBasic/project.json @@ -1,7 +1,6 @@ { "dependencies": { - "Microsoft.VisualBasic": "10.0.0", - "System.AppContext": "4.0.0" + "Microsoft.VisualBasic": "10.0.0" }, "frameworks": { "netstandard1.3": { diff --git a/src/Scripting/VisualBasicTest/project.json b/src/Scripting/VisualBasicTest/project.json index 22e92d7d211c8518f2cb79b5f16b5c0a8c41389e..6955c0a51fb5f01fcf134cd2917886b7ae4c3145 100644 --- a/src/Scripting/VisualBasicTest/project.json +++ b/src/Scripting/VisualBasicTest/project.json @@ -1,5 +1,7 @@ { - "dependencies": { }, + "dependencies": { + "System.AppContext": "4.0.0" + }, "frameworks": { "netstandard1.3": { "imports": [ "portable-net452", "dotnet5.4" ] diff --git a/src/Test/Utilities/Portable/project.json b/src/Test/Utilities/Portable/project.json index 9d29b3c13cebe7932378a0a03c1824ddc9044075..fa420c069978b4c66f7654df368d8cae931e31a9 100644 --- a/src/Test/Utilities/Portable/project.json +++ b/src/Test/Utilities/Portable/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.0", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23931", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "System.Collections.Concurrent": "4.0.10", - "System.Collections.Immutable": "1.1.37", - "System.Console": "4.0.0-rc2-23931", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "System.IO.FileSystem": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Threading.Thread": "4.0.0-rc2-23931", - "System.Xml.XDocument": "4.0.10", - "System.Xml.XmlDocument": "4.0.0", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00", + "Microsoft.CSharp": "4.0.0", + "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.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", "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 0c542625662458ea639de59953037122ff9eaa99..5f1772482dca0add8b72686eb078808c4142b55e 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-rc2-23931", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23931", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-23931", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23931", - "System.AppContext": "4.1.0-rc2-23931", - "System.Collections": "4.0.11-rc2-23931", - "System.Collections.Concurrent": "4.0.12-rc2-23931", - "System.Collections.Immutable": "1.2.0-rc2-23931", - "System.Console": "4.0.0-rc2-23931", - "System.Diagnostics.Debug": "4.0.11-rc2-23931", - "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23931", - "System.Diagnostics.Process": "4.1.0-rc2-23931", - "System.Diagnostics.StackTrace": "4.0.1-rc2-23931", - "System.Diagnostics.Tools": "4.0.1-rc2-23931", - "System.Dynamic.Runtime": "4.0.11-rc2-23931", - "System.Globalization": "4.0.11-rc2-23931", - "System.IO.FileSystem": "4.0.1-rc2-23931", - "System.IO.FileSystem.Primitives": "4.0.1-rc2-23931", - "System.IO.FileSystem.Watcher": "4.0.0-rc2-23931", - "System.IO.Pipes": "4.0.0-rc2-23931", - "System.Linq": "4.1.0-rc2-23931", - "System.Linq.Expressions": "4.0.11-rc2-23931", - "System.Net.NameResolution": "4.0.0-rc2-23931", - "System.Net.Sockets": "4.1.0-rc2-23931", - "System.Reflection": "4.1.0-rc2-23931", - "System.Reflection.Primitives": "4.0.1-rc2-23931", - "System.Resources.ResourceManager": "4.0.1-rc2-23931", - "System.Runtime": "4.1.0-rc2-23931", - "System.Runtime.Extensions": "4.1.0-rc2-23931", - "System.Runtime.Handles": "4.0.1-rc2-23931", - "System.Runtime.InteropServices": "4.1.0-rc2-23931", - "System.Runtime.Loader": "4.0.0-rc2-23931", - "System.Runtime.Numerics": "4.0.1-rc2-23931", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931", - "System.Security.Cryptography.Encoding": "4.0.0-rc2-23931", - "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-23931", - "System.Text.Encoding": "4.0.11-rc2-23931", - "System.Text.Encoding.CodePages": "4.0.1-rc2-23931", - "System.Text.Encoding.Extensions": "4.0.11-rc2-23931", - "System.Threading": "4.0.11-rc2-23931", - "System.Threading.Tasks": "4.0.11-rc2-23931", - "System.Threading.Tasks.Parallel": "4.0.1-rc2-23931", - "System.Threading.Thread": "4.0.0-rc2-23931", - "System.Xml.ReaderWriter": "4.0.11-rc2-23931", - "System.Xml.XDocument": "4.0.11-rc2-23931", - "System.Xml.XmlDocument": "4.0.1-rc2-23931", - "System.Xml.XPath.XDocument": "4.0.1-rc2-23931" + "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" }, "frameworks": { "dnxcore50": { diff --git a/src/Tools/ProcessWatchdog/project.json b/src/Tools/ProcessWatchdog/project.json index 909a8ff56052bce3b722d9d7ff07e25fc7a020e8..b3da26711f4650c419445eb4e4b96430304ab846 100644 --- a/src/Tools/ProcessWatchdog/project.json +++ b/src/Tools/ProcessWatchdog/project.json @@ -2,7 +2,7 @@ "dependencies": { "CommandLineParser": "2.0.273-beta", "System.Collections.Immutable": "1.2.0-rc3-24005-00", - "System.Reflection.Metadata": "1.2.0-rc2-23826" + "System.Reflection.Metadata": "1.3.0-rc3-24005-00" }, "frameworks": { "net45": {} diff --git a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json index 60afd65d9efdd27998b04f1f2f05404b6528a0be..49911e4999ce91455633e720bd4fab079ef8f8b6 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-rc2-23931", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23931", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-23931", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23931" + "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" }, "frameworks": { "dnxcore50": { diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json index 11fa54616b641652c223b926b55fa1d467bb1297..d6476edd04a085951f0b9bf4529ff4c6a19aaaa0 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-rc2-23931", + "NETStandard.Library": "1.5.0-rc3-24005-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 50bdebe167c86caded214e952010c8a8215d1c16..edae5fcb0348162177a650767d9c6458db8ee3b2 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-rc2-23931", + "NETStandard.Library": "1.5.0-rc3-24005-00" }, "frameworks": { "dnxcore50": {} diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json index 457e9c00f82901d82226db3ed49a07656c831eb1..599ee2567388462d585dbd6d45084f41d72d398d 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-rc2-23931", + "NETStandard.Library": "1.5.0-rc3-24005-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 157887e9962871c6f2b999330f7d0a3d1629a4b8..09b594cd792003740b45c350e407e8d25ddaba06 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-rc2-23931" + "NETStandard.Library": "1.5.0-rc3-24005-00" }, "frameworks": { "dnxcore50": { } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json index a8b335df526fcc234d7063e58f9ec2db24f52420..45dd93718673ce1bd7fc2e1e88654914a7140503 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-rc2-23931", - "System.Console": "4.0.0-rc2-23931", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931" + "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" }, "frameworks": { "dnxcore50": {}