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:
Livar Cunha 2016-09-20 16:38:53 -07:00
parent 88a1bdd639
commit 85d6f3ccce
7 changed files with 10 additions and 8 deletions

View file

@ -6,6 +6,8 @@
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> <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="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" /> <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" /> <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View file

@ -3,7 +3,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0" "Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
}, },
"frameworks": { "frameworks": {
"net46": {} "net46": {}

View file

@ -4,7 +4,7 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0" "Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View file

@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0", "Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07",
"Microsoft.DotNet.ProjectModel": { "Microsoft.DotNet.ProjectModel": {
"target": "project" "target": "project"
}, },

View file

@ -10,7 +10,7 @@
"Microsoft.DotNet.Compiler.Common": { "Microsoft.DotNet.Compiler.Common": {
"target": "project" "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" "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933"
}, },
"frameworks": { "frameworks": {

View file

@ -8,8 +8,8 @@
"type": "platform", "type": "platform",
"version": "1.0.1" "version": "1.0.1"
}, },
"Microsoft.CodeAnalysis.CSharp": "1.3.0", "Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07",
"Microsoft.Net.Compilers.netcore": "1.3.0", "Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60920-07",
"Microsoft.DiaSymReader.Native": "1.4.0-rc2" "Microsoft.DiaSymReader.Native": "1.4.0-rc2"
}, },
"frameworks": { "frameworks": {

View file

@ -10,8 +10,8 @@
}, },
"MSBuild": "0.1.0-preview-00039-160922", "MSBuild": "0.1.0-preview-00039-160922",
"Microsoft.Build.Targets": "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.netcore": "2.0.0-beta6-60920-07",
"Microsoft.Net.Compilers.Targets.NetCore": "0.1.5-dev", "Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60920-07",
"Microsoft.Cci": "4.0.0-rc3-24128-00", "Microsoft.Cci": "4.0.0-rc3-24128-00",
"Microsoft.Composition": "1.0.30", "Microsoft.Composition": "1.0.30",
"Microsoft.NuGet.Build.Tasks": "1.0.0-alpha-000002" "Microsoft.NuGet.Build.Tasks": "1.0.0-alpha-000002"