Skip to content

Commit cf0338c

Browse files
committed
chore(build): use dotnet 3.1
1 parent a4595f1 commit cf0338c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-alpine3.9 as build
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.9 as build
22
WORKDIR /app
33
COPY . .
44
RUN dotnet restore

Micro.AppRegistration.Api/Micro.AppRegistration.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)