Fix package versions
This commit is contained in:
parent
82e6b0408a
commit
c3fe0d062f
24 changed files with 59 additions and 57 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.0",
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
@ -12,9 +12,9 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.0-rc2-*"
|
||||
},
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-*"
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
|
||||
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue