Skip to content

Commit

Permalink
updating .NET to current version 1.0.0 in Dockerfile and in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoMarks committed Oct 31, 2016
1 parent fb98129 commit d7fb287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.0.0-preview1
FROM microsoft/dotnet:1.0.0-preview2-sdk

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion worker/src/Worker/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Newtonsoft.Json": "9.0.1-beta1",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
"version": "1.0.0"
}
},
"frameworks": {
Expand Down

0 comments on commit d7fb287

Please sign in to comment.