Update everything to 23502 and add Tools.Run to sln
This commit is contained in:
parent
7dd429f047
commit
e338f0415c
9 changed files with 61 additions and 42 deletions
|
@ -46,6 +46,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "corehost", "src\corehost\cm
|
|||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "src\corehost\cmake\ZERO_CHECK.vcxproj", "{5D67FC6A-6392-4807-97BC-D13CA0FF5E6D}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.DotNet.Tools.Run", "src\Microsoft.DotNet.Tools.Run\Microsoft.DotNet.Tools.Run.xproj", "{1C16108C-C786-482D-BB0A-36BDAFE109ED}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -206,6 +208,22 @@ Global
|
|||
{5D67FC6A-6392-4807-97BC-D13CA0FF5E6D}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|x64
|
||||
{5D67FC6A-6392-4807-97BC-D13CA0FF5E6D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{5D67FC6A-6392-4807-97BC-D13CA0FF5E6D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.MinSizeRel|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.MinSizeRel|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.MinSizeRel|x64.ActiveCfg = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.MinSizeRel|x64.Build.0 = Debug|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.Release|x64.Build.0 = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.RelWithDebInfo|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.RelWithDebInfo|Any CPU.Build.0 = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.RelWithDebInfo|x64.ActiveCfg = Release|Any CPU
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED}.RelWithDebInfo|x64.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -223,5 +241,6 @@ Global
|
|||
{8DF8403E-0DDC-4E6C-9930-4C1006E96B2F} = {C0CA389D-A35E-4082-BC05-598C9D6301BC}
|
||||
{3673DD4B-F7D3-40A1-A756-F8354A5B74CD} = {C0CA389D-A35E-4082-BC05-598C9D6301BC}
|
||||
{5D67FC6A-6392-4807-97BC-D13CA0FF5E6D} = {C0CA389D-A35E-4082-BC05-598C9D6301BC}
|
||||
{1C16108C-C786-482D-BB0A-36BDAFE109ED} = {ED2FE3E2-F7E7-4389-8231-B65123F2076F}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"shared": "**/*.cs",
|
||||
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23502",
|
||||
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-beta-23502",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-beta-23502"
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"type": "build",
|
||||
"version": "1.0.0-*"
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
"version": "1.0.0-*",
|
||||
"description": "Types to model a .NET Project",
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.0.1-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Threading.Thread": "4.0.0-beta-23428",
|
||||
"Microsoft.CSharp": "4.0.1-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Threading.Thread": "4.0.0-beta-23502",
|
||||
"System.Runtime.Loader": "4.0.0-beta-23502",
|
||||
"System.Dynamic.Runtime": "4.0.11-beta-23502",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23428",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23428",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23502",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23502",
|
||||
|
||||
"NuGet.Packaging": "3.2.0",
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23502",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"type": "build",
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23502",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23428",
|
||||
"System.AppContext": "4.0.1-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23502",
|
||||
"System.AppContext": "4.0.1-beta-23502",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23428",
|
||||
"System.Xml.XDocument": "4.0.11-beta-23428",
|
||||
"System.Resources.ReaderWriter": "4.0.0-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23502",
|
||||
"System.Xml.XDocument": "4.0.11-beta-23502",
|
||||
"System.Resources.ReaderWriter": "4.0.0-beta-23502",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"type": "build",
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
"System.Linq": "4.0.1-beta-23428",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23428",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23428",
|
||||
"System.Console": "4.0.0-beta-23502",
|
||||
"System.Collections": "4.0.11-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23502",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23502",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
|
|
Loading…
Reference in a new issue