Removing Microsoft.CodeAnalysis.CSharp from the sharedframework dependency since Microsoft.NETCore.App now has the correct version.

This commit is contained in:
Eric Erhardt 2016-03-23 09:16:40 -05:00
parent a5813791d5
commit 95ad1ee461

View file

@ -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": {},