Updating csc to 2.0.0-beta and replace Microsoft.Net.Compilers.Targets.NetCore package with Microsoft.CodeAnalysis.Build.Tasks
This commit is contained in:
parent
88a1bdd639
commit
85d6f3ccce
7 changed files with 10 additions and 8 deletions
|
@ -6,6 +6,8 @@
|
|||
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
|
||||
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
|
||||
<!-- Temporary -->
|
||||
<add key="roslyn-master-nightly" value="https://dotnet.myget.org/F/roslyn-master-nightly/api/v3/index.json" />
|
||||
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0"
|
||||
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
|
||||
},
|
||||
"frameworks": {
|
||||
"net46": {}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"preserveCompilationContext": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0"
|
||||
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
|
||||
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"Microsoft.DotNet.Compiler.Common": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0",
|
||||
"Microsoft.CodeAnalysis.CSharp.Workspaces": "2.0.0-beta6-60920-07",
|
||||
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
|
||||
"Microsoft.Net.Compilers.netcore": "1.3.0",
|
||||
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07",
|
||||
"Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60920-07",
|
||||
"Microsoft.DiaSymReader.Native": "1.4.0-rc2"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"MSBuild": "0.1.0-preview-00039-160922",
|
||||
"Microsoft.Build.Targets": "0.1.0-preview-00039-160922",
|
||||
"Microsoft.Net.Compilers.netcore": "1.3.0",
|
||||
"Microsoft.Net.Compilers.Targets.NetCore": "0.1.5-dev",
|
||||
"Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60920-07",
|
||||
"Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60920-07",
|
||||
"Microsoft.Cci": "4.0.0-rc3-24128-00",
|
||||
"Microsoft.Composition": "1.0.30",
|
||||
"Microsoft.NuGet.Build.Tasks": "1.0.0-alpha-000002"
|
||||
|
|
Loading…
Reference in a new issue