Upgrade the RC2 branding to RC3.

The following packages are changing:

Microsoft.NetCore.App: 1.0.0-rc2-3002702 -> 1.0.0-rc3-002702
Microsoft.NETCore.DotNetHost: 1.0.1-rc2-002702-00 -> 1.0.1-rc3-002702-00
Microsoft.NETCore.DotNetHostPolicy: 1.0.1-rc2-002702-00 ->
1.0.1-rc3-002702-00
Microsoft.NETCore.DotNetHostResolver: 1.0.1-rc2-002702-00 ->
1.0.1-rc3-002702-00

Also publishing the *deb file to teh debian repo feed is disabled -
https://github.com/dotnet/cli/issues/2973
This commit is contained in:
Sridhar Periyasamy 2016-05-10 13:22:58 -07:00
parent 5496d92144
commit 1b2b83b6db
107 changed files with 106 additions and 109 deletions

View file

@ -9,7 +9,7 @@
],
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"Microsoft.NETCore.App": "1.0.0-rc2-*"
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"tools": {
"dotnet-compile-fsc": {

View file

@ -12,7 +12,7 @@
"version": "1.0.0-*",
"target": "project"
},
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"Microsoft.NETCore.App": "1.0.0-rc3-*",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221"
},
"tools": {

View file

@ -9,7 +9,7 @@
],
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"Microsoft.NETCore.App": "1.0.0-rc2-*"
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"tools": {
"dotnet-compile-fsc": {