Removing Microsoft.CodeAnalysis.CSharp from the sharedframework dependency since Microsoft.NETCore.App now has the correct version.
This commit is contained in:
parent
a5813791d5
commit
95ad1ee461
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-rc2-23923",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160318-02"
|
||||
"Microsoft.NETCore.App": "1.0.0-rc2-23923"
|
||||
},
|
||||
"runtimes": {
|
||||
"win7-x64": {},
|
||||
|
|
Loading…
Add table
Reference in a new issue