Skip to content

Commit 9785312

Browse files
author
Mano Marks
authored
Merge pull request dockersamples#90 from ubinix-warun/master
Patched: .NET 2.0.0 SDK for Worker
2 parents 3a55399 + 3ab5145 commit 9785312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.1-sdk
1+
FROM microsoft/dotnet:2.0.0-sdk
22

33
WORKDIR /code
44

worker/src/Worker/Worker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp1.0</TargetFramework>
4+
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<AssemblyName>Worker</AssemblyName>
77
<OutputType>Exe</OutputType>
88
<PackageId>Worker</PackageId>
99
<ServerGarbageCollection>true</ServerGarbageCollection>
10-
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
10+
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)