Skip to content

Commit be5173b

Browse files
author
Mano Marks
authored
Merge pull request dockersamples#44 from ManoMarks/master
updating .NET to current version 1.0.0 in Dockerfile and in code
2 parents 7f5e835 + d7fb287 commit be5173b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:1.0.0-preview1
1+
FROM microsoft/dotnet:1.0.0-preview2-sdk
22

33
WORKDIR /app
44

worker/src/Worker/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Newtonsoft.Json": "9.0.1-beta1",
1111
"Microsoft.NETCore.App": {
1212
"type": "platform",
13-
"version": "1.0.0-rc2-3002702"
13+
"version": "1.0.0"
1414
}
1515
},
1616
"frameworks": {

0 commit comments

Comments
 (0)