Skip to content

Commit

Permalink
Merge pull request #60 from filipw/feature/roslyn-2.0.0-rc4
Browse files Browse the repository at this point in the history
updated to Roslyn rc4 and .net core 1.0.3
  • Loading branch information
filipw committed Feb 17, 2017
2 parents 72b52f1 + b37c428 commit 83017b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src" ],
"sdk": {
"version": "1.0.0-preview2-003131"
"version": "1.0.0-preview2-1-003177"
}
}
4 changes: 2 additions & 2 deletions src/Dotnet.Script.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"NETStandard.Library": "1.6.0",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
"Microsoft.CodeAnalysis.CSharp.Scripting": "2.0.0-rc2",
"System.ValueTuple": "4.3.0"
"System.ValueTuple": "4.3.0",
"Microsoft.CodeAnalysis.CSharp.Scripting": "2.0.0-rc4"
},

"frameworks": {
Expand Down
9 changes: 5 additions & 4 deletions src/Dotnet.Script/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,19 @@
"dependencies": {
"Dotnet.Script.Core": "*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
"version": "1.0.3",
"type": "platform"
},
"Microsoft.Extensions.CommandLineUtils": "1.0.0"
"Microsoft.Extensions.CommandLineUtils": "1.1.0"
},

"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
"portable-net45+win8"
]
}
}
}

0 comments on commit 83017b2

Please sign in to comment.