From ff66952e8cc25ba34cfefd28696e83dcb96df0e6 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Fri, 27 May 2016 13:41:36 -0700 Subject: [PATCH] Updates CoreFX dependencies to rc3-24126-00 --- build/MSBuildToolset/project.json | 12 +-- build/Targets/VSL.Imports.targets | 2 +- build/scripts/crossgen.sh | 2 +- src/Compilers/CSharp/CscCore/project.json | 2 +- .../Core/MSBuildTask/Portable/project.json | 14 +-- .../Server/PortableServer/project.json | 2 +- .../VisualBasic/VbcCore/project.json | 2 +- .../Microsoft.DiaSymReader.PortablePdb.nuspec | 32 +++---- src/Interactive/CsiCore/project.json | 4 +- src/Interactive/VbiCore/project.json | 4 +- .../Microsoft.CodeAnalysis.Common.nuspec | 76 +++++++-------- ...osoft.CodeAnalysis.Scripting.Common.nuspec | 38 ++++---- ...soft.Net.CSharp.Interactive.netcore.nuspec | 6 +- .../Microsoft.Net.Compilers.netcore.nuspec | 82 ++++++++-------- .../CSharpAnalyzers/CSharpAnalyzers.csproj | 4 - .../BasicAnalyzers/BasicAnalyzers.vbproj | 4 - src/Scripting/CSharpTest.Desktop/project.json | 2 +- src/Scripting/Core/Scripting.csproj | 2 +- .../DeployCoreClrTestRuntime/project.json | 4 +- src/Test/Utilities/Portable/project.json | 8 +- .../CommonCoreClrRuntime.csproj | 4 +- src/Tools/CommonCoreClrRuntime/project.json | 8 +- .../CommonNetCoreReferences.csproj | 4 +- .../CommonNetCoreReferences/project.json | 96 +++++++++---------- .../project.json | 10 +- .../Source/BoundTreeGenerator/project.json | 15 ++- .../CSharpErrorFactsGenerator/project.json | 11 ++- .../Source/CSharpSyntaxGenerator/project.json | 15 ++- .../project.json | 11 ++- .../VisualBasicSyntaxGenerator/project.json | 15 ++- 30 files changed, 255 insertions(+), 236 deletions(-) diff --git a/build/MSBuildToolset/project.json b/build/MSBuildToolset/project.json index 6d3f016cc34..44e2697a3f7 100644 --- a/build/MSBuildToolset/project.json +++ b/build/MSBuildToolset/project.json @@ -13,17 +13,17 @@ "Microsoft.Build": "0.1.0-preview-00017", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160202-02", "Microsoft.Net.Compilers.Targets.netcore": "0.1.4-dev", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23811", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23811", - "NETStandard.Library": "1.0.0-rc2-23811", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24126-00", + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24126-00", + "NETStandard.Library": "1.0.0-rc3-24126-00", "MSBuild": "0.1.0-preview-00017", - "System.Security.Cryptography.X509Certificates": "4.0.0-rc2-23811", - "System.Diagnostics.Process": "4.1.0-rc2-23811", + "System.Security.Cryptography.X509Certificates": "4.0.0-rc3-24126-00", + "System.Diagnostics.Process": "4.1.0-rc3-24126-00", "Newtonsoft.Json": "7.0.1" }, "frameworks": { - "dnxcore50": { + "NETCoreApp1.0": { "imports": "portable-net452" } }, diff --git a/build/Targets/VSL.Imports.targets b/build/Targets/VSL.Imports.targets index 5c7c9e55568..f177b2f99c6 100644 --- a/build/Targets/VSL.Imports.targets +++ b/build/Targets/VSL.Imports.targets @@ -162,7 +162,7 @@ '$(TargetFrameworkVersion)' == 'v5.0'"> - DNXCore,Version=v5.0 + .NETCoreApp,Version=v1.0 win7 diff --git a/build/scripts/crossgen.sh b/build/scripts/crossgen.sh index 377d781edbf..7c2f75c565c 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-24126-00/tools/crossgen cd $BIN_DIR diff --git a/src/Compilers/CSharp/CscCore/project.json b/src/Compilers/CSharp/CscCore/project.json index 7a792911bbc..ba94bd3e4a9 100644 --- a/src/Compilers/CSharp/CscCore/project.json +++ b/src/Compilers/CSharp/CscCore/project.json @@ -1,7 +1,7 @@ { "dependencies": { }, "frameworks": { - "dnxcore50": { + "NETCoreApp1.0": { "imports": "portable-net452" } }, diff --git a/src/Compilers/Core/MSBuildTask/Portable/project.json b/src/Compilers/Core/MSBuildTask/Portable/project.json index 7f6de431cfd..2ad77953bda 100644 --- a/src/Compilers/Core/MSBuildTask/Portable/project.json +++ b/src/Compilers/Core/MSBuildTask/Portable/project.json @@ -1,16 +1,18 @@ { "dependencies": { "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "Microsoft.NETCore.Platforms": "1.0.0", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24126-00", + "Microsoft.Build.Framework": "0.1.0-preview-00005", "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-24126-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-24126-00", + "System.IO.Pipes": "4.0.0-rc3-24126-00", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24126-00", + "System.IO.FileSystem": "4.0.1-rc3-24126-00", + "System.IO.FileSystem.DriveInfo": "4.0.0-rc3-24126-00" }, "frameworks": { "netstandard1.3": { diff --git a/src/Compilers/Server/PortableServer/project.json b/src/Compilers/Server/PortableServer/project.json index 7a792911bbc..ba94bd3e4a9 100644 --- a/src/Compilers/Server/PortableServer/project.json +++ b/src/Compilers/Server/PortableServer/project.json @@ -1,7 +1,7 @@ { "dependencies": { }, "frameworks": { - "dnxcore50": { + "NETCoreApp1.0": { "imports": "portable-net452" } }, diff --git a/src/Compilers/VisualBasic/VbcCore/project.json b/src/Compilers/VisualBasic/VbcCore/project.json index 7a792911bbc..ba94bd3e4a9 100644 --- a/src/Compilers/VisualBasic/VbcCore/project.json +++ b/src/Compilers/VisualBasic/VbcCore/project.json @@ -1,7 +1,7 @@ { "dependencies": { }, "frameworks": { - "dnxcore50": { + "NETCoreApp1.0": { "imports": "portable-net452" } }, diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec b/src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec index f2447c4e9fa..cd02282fc0a 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/Interactive/CsiCore/project.json b/src/Interactive/CsiCore/project.json index 7a792911bbc..ba6b338c742 100644 --- a/src/Interactive/CsiCore/project.json +++ b/src/Interactive/CsiCore/project.json @@ -1,8 +1,8 @@ { "dependencies": { }, "frameworks": { - "dnxcore50": { - "imports": "portable-net452" + "NETCoreApp1.0": { + "imports": ["portable-net452", "dotnet"] } }, "runtimes": { diff --git a/src/Interactive/VbiCore/project.json b/src/Interactive/VbiCore/project.json index 7a792911bbc..ba6b338c742 100644 --- a/src/Interactive/VbiCore/project.json +++ b/src/Interactive/VbiCore/project.json @@ -1,8 +1,8 @@ { "dependencies": { }, "frameworks": { - "dnxcore50": { - "imports": "portable-net452" + "NETCoreApp1.0": { + "imports": ["portable-net452", "dotnet"] } }, "runtimes": { diff --git a/src/NuGet/Microsoft.CodeAnalysis.Common.nuspec b/src/NuGet/Microsoft.CodeAnalysis.Common.nuspec index 4fa52d55ccd..ea7d9940642 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.CodeAnalysis.Scripting.Common.nuspec b/src/NuGet/Microsoft.CodeAnalysis.Scripting.Common.nuspec index af9a390f565..0f4395fdd9b 100644 --- a/src/NuGet/Microsoft.CodeAnalysis.Scripting.Common.nuspec +++ b/src/NuGet/Microsoft.CodeAnalysis.Scripting.Common.nuspec @@ -18,25 +18,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec b/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec index 04008a4bf24..37ba00edc97 100644 --- a/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec +++ b/src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec @@ -6,7 +6,7 @@ CoreCLR-compatible version of csi.exe. Supported Platforms: - - .NET Core (dnxcore50) + - .NET Core (NETCoreApp1.0) en-US true @@ -16,10 +16,10 @@ $projectUrl$ $tags$ - + - + diff --git a/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec b/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec index 9beb74d8691..fa3c8c223e3 100644 --- a/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec +++ b/src/NuGet/Microsoft.Net.Compilers.netcore.nuspec @@ -6,7 +6,7 @@ CoreCLR-compatible versions of the C# and VB compilers. Supported Platforms: - - .NET Core (dnxcore50) + - .NET Core (NETCoreApp1.0) en-US true @@ -16,52 +16,52 @@ $projectUrl$ $tags$ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj index d6a6108b6cf..3f201db3ebe 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj @@ -46,10 +46,6 @@ {5F8D2414-064A-4B3A-9B42-8E2A04246BE5} Microsoft.CodeAnalysis.Workspaces - - {2E87FA96-50BB-4607-8676-46521599F998} - Microsoft.CodeAnalysis.Workspaces.Desktop - {21B239D0-D144-430F-A394-C066D58EE267} Microsoft.CodeAnalysis.CSharp.Workspaces diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj index 4f43c0cd750..65e8fc9bf21 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj @@ -83,10 +83,6 @@ {5F8D2414-064A-4B3A-9B42-8E2A04246BE5} Microsoft.CodeAnalysis.Workspaces - - {2E87FA96-50BB-4607-8676-46521599F998} - Microsoft.CodeAnalysis.Workspaces.Desktop - {57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C} Microsoft.CodeAnalysis.VisualBasic.Workspaces diff --git a/src/Scripting/CSharpTest.Desktop/project.json b/src/Scripting/CSharpTest.Desktop/project.json index 98ba848a6b3..cf994d305cb 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-24126-00" }, "frameworks": { "net46": {} diff --git a/src/Scripting/Core/Scripting.csproj b/src/Scripting/Core/Scripting.csproj index 8d9d96236c5..5fc74064881 100644 --- a/src/Scripting/Core/Scripting.csproj +++ b/src/Scripting/Core/Scripting.csproj @@ -39,7 +39,7 @@ - + False diff --git a/src/Test/DeployCoreClrTestRuntime/project.json b/src/Test/DeployCoreClrTestRuntime/project.json index 65c2c65ab04..1a716809146 100644 --- a/src/Test/DeployCoreClrTestRuntime/project.json +++ b/src/Test/DeployCoreClrTestRuntime/project.json @@ -3,8 +3,8 @@ "xunit.console.netcore": "1.0.2-prerelease-00104" }, "frameworks": { - "dnxcore50": { - "imports": "portable-net452" + "NETCoreApp1.0": { + "imports": [ "portable-net452", "dotnet" ] } }, "runtimes": { diff --git a/src/Test/Utilities/Portable/project.json b/src/Test/Utilities/Portable/project.json index a7e979d2918..3638fb11f5d 100644 --- a/src/Test/Utilities/Portable/project.json +++ b/src/Test/Utilities/Portable/project.json @@ -1,17 +1,17 @@ { "dependencies": { "Microsoft.CSharp": "4.0.0", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23931", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24126-00", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "System.Collections.Concurrent": "4.0.10", - "System.Console": "4.0.0-rc2-23931", + "System.Console": "4.0.0-rc3-24126-00", "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.Threading.Thread": "4.0.0-rc3-24126-00", "System.Xml.XDocument": "4.0.10", - "System.Xml.XmlDocument": "4.0.0", + "System.Xml.XmlDocument": "4.0.0" }, "frameworks": { "netstandard1.3": { diff --git a/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj b/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj index 57f8bef6875..2463048a1d3 100644 --- a/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj +++ b/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj @@ -30,8 +30,8 @@ - + - DNXCore,Version=v5.0 + .NETCoreApp,Version=v1.0 \ No newline at end of file diff --git a/src/Tools/CommonCoreClrRuntime/project.json b/src/Tools/CommonCoreClrRuntime/project.json index d8014da8b45..dee0848d2f5 100644 --- a/src/Tools/CommonCoreClrRuntime/project.json +++ b/src/Tools/CommonCoreClrRuntime/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-23931", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23931", - "System.Runtime": "4.0.20" + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24126-00", + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24126-00", + "System.Runtime": "4.1.0-rc3-24126-00" }, "frameworks": { - "dnxcore50": { + "NETCoreApp1.0": { "imports": "portable-net452" } } diff --git a/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj b/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj index 73bcdc0fe21..e13837aeb06 100644 --- a/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj +++ b/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj @@ -30,8 +30,8 @@ - + - DNXCore,Version=v5.0 + .NETCoreApp,Version=v1.0 \ No newline at end of file diff --git a/src/Tools/CommonNetCoreReferences/project.json b/src/Tools/CommonNetCoreReferences/project.json index 135b95489bb..3a543bf3916 100644 --- a/src/Tools/CommonNetCoreReferences/project.json +++ b/src/Tools/CommonNetCoreReferences/project.json @@ -1,55 +1,55 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-24027", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-24027", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-24027", - "System.AppContext": "4.1.0-rc2-24027", - "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", - "System.Collections.Immutable": "1.2.0-rc2-24027", - "System.Console": "4.0.0-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027", - "System.Diagnostics.Process": "4.1.0-rc2-24027", - "System.Diagnostics.StackTrace": "4.0.1-rc2-24027", - "System.Diagnostics.Tools": "4.0.1-rc2-24027", - "System.Dynamic.Runtime": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.IO.FileSystem": "4.0.1-rc2-24027", - "System.IO.FileSystem.Primitives": "4.0.1-rc2-24027", - "System.IO.FileSystem.Watcher": "4.0.0-rc2-24027", - "System.IO.Pipes": "4.0.0-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.Net.NameResolution": "4.0.0-rc2-24027", - "System.Net.Sockets": "4.1.0-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.Handles": "4.0.1-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027", - "System.Runtime.Loader": "4.0.0-rc2-24027", - "System.Runtime.Numerics": "4.0.1-rc2-24027", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", - "System.Security.Cryptography.Encoding": "4.0.0-rc2-24027", - "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027", - "System.Text.Encoding": "4.0.11-rc2-24027", - "System.Text.Encoding.CodePages": "4.0.1-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027", - "System.Threading.Tasks.Parallel": "4.0.1-rc2-24027", - "System.Threading.Thread": "4.0.0-rc2-24027", - "System.Xml.ReaderWriter": "4.0.11-rc2-24027", - "System.Xml.XDocument": "4.0.11-rc2-24027", - "System.Xml.XmlDocument": "4.0.1-rc2-24027", - "System.Xml.XPath.XDocument": "4.0.1-rc2-24027" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24126-00", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24126-00", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24126-00", + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24126-00", + "System.AppContext": "4.1.0-rc3-24126-00", + "System.Collections": "4.0.11-rc3-24126-00", + "System.Collections.Concurrent": "4.0.12-rc3-24126-00", + "System.Collections.Immutable": "1.2.0-rc3-24126-00", + "System.Console": "4.0.0-rc3-24126-00", + "System.Diagnostics.Debug": "4.0.11-rc3-24126-00", + "System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24126-00", + "System.Diagnostics.Process": "4.1.0-rc3-24126-00", + "System.Diagnostics.StackTrace": "4.0.1-rc3-24126-00", + "System.Diagnostics.Tools": "4.0.1-rc3-24126-00", + "System.Dynamic.Runtime": "4.0.11-rc3-24126-00", + "System.Globalization": "4.0.11-rc3-24126-00", + "System.IO.FileSystem": "4.0.1-rc3-24126-00", + "System.IO.FileSystem.Primitives": "4.0.1-rc3-24126-00", + "System.IO.FileSystem.Watcher": "4.0.0-rc3-24126-00", + "System.IO.Pipes": "4.0.0-rc3-24126-00", + "System.Linq": "4.1.0-rc3-24126-00", + "System.Linq.Expressions": "4.1.0-rc3-24126-00", + "System.Net.NameResolution": "4.0.0-rc3-24126-00", + "System.Net.Sockets": "4.1.0-rc3-24126-00", + "System.Reflection": "4.1.0-rc3-24126-00", + "System.Reflection.Primitives": "4.0.1-rc3-24126-00", + "System.Resources.ResourceManager": "4.0.1-rc3-24126-00", + "System.Runtime": "4.1.0-rc3-24126-00", + "System.Runtime.Extensions": "4.1.0-rc3-24126-00", + "System.Runtime.Handles": "4.0.1-rc3-24126-00", + "System.Runtime.InteropServices": "4.1.0-rc3-24126-00", + "System.Runtime.Loader": "4.0.0-rc3-24126-00", + "System.Runtime.Numerics": "4.0.1-rc3-24126-00", + "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24126-00", + "System.Security.Cryptography.Encoding": "4.0.0-rc3-24126-00", + "System.Security.Cryptography.X509Certificates": "4.1.0-rc3-24126-00", + "System.Text.Encoding": "4.0.11-rc3-24126-00", + "System.Text.Encoding.CodePages": "4.0.1-rc3-24126-00", + "System.Text.Encoding.Extensions": "4.0.11-rc3-24126-00", + "System.Threading": "4.0.11-rc3-24126-00", + "System.Threading.Tasks": "4.0.11-rc3-24126-00", + "System.Threading.Tasks.Parallel": "4.0.1-rc3-24126-00", + "System.Threading.Thread": "4.0.0-rc3-24126-00", + "System.Xml.ReaderWriter": "4.0.11-rc3-24126-00", + "System.Xml.XDocument": "4.0.11-rc3-24126-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24126-00", + "System.Xml.XPath.XDocument": "4.0.1-rc3-24126-00" }, "frameworks": { - "dnxcore50": { + "netcoreapp1.0": { "imports": "portable-net452" } } diff --git a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json index 60afd65d9ef..656b5ede459 100644 --- a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json @@ -1,12 +1,12 @@ { "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-24126-00", + "Microsoft.NETCore.Platforms": "1.0.1-rc3-24126-00", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24126-00", + "Microsoft.NETCore.TestHost": "1.0.0-rc3-24126-00" }, "frameworks": { - "dnxcore50": { + "NETCoreApp1.0": { "imports": "portable-net452" } }, diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json index 11fa54616b6..e1ecb20a03f 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/project.json @@ -1,11 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc2-23931", - "System.Xml.XmlDocument": "4.0.0", - "System.Xml.XmlSerializer": "4.0.10" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24126-00", + "NETStandard.Library": "1.5.0-rc3-24126-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24126-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24126-00" }, "frameworks": { - "dnxcore50": { } + "NETCoreApp1.0": { } + }, + "runtimes": { + "win7-x64": {}, + "ubuntu.14.04-x64": {}, + "osx.10.10-x64": {} } } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json index 50bdebe167c..e9964e7b893 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/project.json @@ -1,9 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc2-23931", + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24126-00", + "NETStandard.Library": "1.5.0-rc3-24126-00", }, "frameworks": { - "dnxcore50": {} + "NETCoreApp1.0": { } + }, + "runtimes": { + "win7-x64": {}, + "ubuntu.14.04-x64": {}, + "osx.10.10-x64": {} } } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json index 457e9c00f82..26fb324bc6a 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/project.json @@ -1,11 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc2-23931", - "System.Xml.XmlDocument": "4.0.0", - "System.Xml.XmlSerializer": "4.0.10" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24126-00", + "NETStandard.Library": "1.5.0-rc3-24126-00", + "System.Xml.XmlDocument": "4.0.1-rc3-24126-00", + "System.Xml.XmlSerializer": "4.0.11-rc3-24126-00" }, "frameworks": { - "dnxcore50": {} + "NETCoreApp1.0": { } + }, + "runtimes": { + "win7-x64": {}, + "ubuntu.14.04-x64": {}, + "osx.10.10-x64": {} } } \ No newline at end of file diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json index 157887e9962..c20403573af 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/project.json @@ -1,9 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.0", - "NETStandard.Library": "1.5.0-rc2-23931" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24126-00", + "NETStandard.Library": "1.5.0-rc3-24126-00" }, "frameworks": { - "dnxcore50": { } + "NETCoreApp1.0": { } + }, + "runtimes": { + "win7-x64": {}, + "ubuntu.14.04-x64": {}, + "osx.10.10-x64": {} } } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json index a8b335df526..7d322da582a 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/project.json @@ -1,11 +1,16 @@ { "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" + "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24126-00", + "NETStandard.Library": "1.5.0-rc3-24126-00", + "System.Console": "4.0.0-rc3-24126-00", + "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24126-00" }, "frameworks": { - "dnxcore50": {} + "NETCoreApp1.0": { } + }, + "runtimes": { + "win7-x64": {}, + "ubuntu.14.04-x64": {}, + "osx.10.10-x64": {} } } -- GitLab