fixup all references to the right version suffixes
This commit is contained in:
parent
8b55c50011
commit
94840de4e1
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-*"
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
@ -57,6 +57,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
case "beta":
|
case "beta":
|
||||||
case "rc1":
|
case "rc1":
|
||||||
case "rc2":
|
case "rc2":
|
||||||
|
case "preview1":
|
||||||
case "rtm":
|
case "rtm":
|
||||||
packagePrefix = "dotnet";
|
packagePrefix = "dotnet";
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-*",
|
"Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*",
|
||||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01"
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue