We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4595f1 commit cf0338cCopy full SHA for cf0338c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/core/sdk:3.0-alpine3.9 as build
+FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.9 as build
2
WORKDIR /app
3
COPY . .
4
RUN dotnet restore
Micro.AppRegistration.Api/Micro.AppRegistration.Api.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup>
0 commit comments