Merge pull request #150 from Sridhar-MS/upgrade-refs
Upgrade references to 23504.
This commit is contained in:
commit
54847cf032
10 changed files with 54 additions and 54 deletions
|
@ -6,7 +6,7 @@ set BIN_DIR=%CD%
|
|||
popd
|
||||
|
||||
REM Replace with a robust method for finding the right crossgen.exe
|
||||
set CROSSGEN_UTIL=%UserProfile%\.dnx\packages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.1-beta-23428\tools\crossgen.exe
|
||||
set CROSSGEN_UTIL=%UserProfile%\.dnx\packages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.1-beta-23504\tools\crossgen.exe
|
||||
|
||||
REM Crossgen currently requires itself to be next to mscorlib
|
||||
copy %CROSSGEN_UTIL% /Y %BIN_DIR% > nul
|
||||
|
|
|
@ -18,7 +18,7 @@ if [ -z "$RID" ]; then
|
|||
fi
|
||||
|
||||
# Replace with a robust method for finding the right crossgen.exe
|
||||
CROSSGEN_UTIL=~/.dnx/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23502/tools/crossgen
|
||||
CROSSGEN_UTIL=~/.dnx/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-beta-23504/tools/crossgen
|
||||
|
||||
pushd $BIN_DIR
|
||||
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
"shared": "**/*.cs",
|
||||
|
||||
"dependencies": {
|
||||
"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",
|
||||
"System.Console": "4.0.0-beta-23504",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23504",
|
||||
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-beta-23502",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-beta-23502"
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-beta-23504",
|
||||
"Microsoft.NETCore.TestHost": "1.0.0-beta-23504"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": { }
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504",
|
||||
|
||||
"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.Console": "4.0.0-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"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-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-23502",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23502",
|
||||
"Microsoft.CSharp": "4.0.1-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Threading.Thread": "4.0.0-beta-23504",
|
||||
"System.Runtime.Loader": "4.0.0-beta-23504",
|
||||
"System.Dynamic.Runtime": "4.0.11-beta-23504",
|
||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23504",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23504",
|
||||
|
||||
"NuGet.Packaging": "3.2.0",
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504",
|
||||
|
||||
"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.Console": "4.0.0-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23504",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"type": "build",
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504",
|
||||
|
||||
"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.Console": "4.0.0-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23504",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504",
|
||||
|
||||
"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",
|
||||
"System.Console": "4.0.0-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23504",
|
||||
"System.AppContext": "4.0.1-beta-23504",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"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.NETCore.Runtime": "1.0.1-beta-23504",
|
||||
"System.Console": "4.0.0-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23504",
|
||||
"System.Xml.XDocument": "4.0.11-beta-23504",
|
||||
"System.Resources.ReaderWriter": "4.0.0-beta-23504",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"type": "build",
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504",
|
||||
|
||||
"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.Console": "4.0.0-beta-23504",
|
||||
"System.Collections": "4.0.11-beta-23504",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Diagnostics.Process": "4.1.0-beta-23504",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23504",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
|
|
Loading…
Reference in a new issue