Skip to content

Commit

Permalink
[C# + F#] Update dot net core v3.1 (the-benchmarker#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Feb 5, 2020
1 parent 82f9599 commit f425bc9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions csharp/Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-alpine
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine

WORKDIR /usr/src/app

Expand All @@ -10,7 +10,7 @@ RUN dotnet restore
COPY . .
RUN dotnet publish -c release -o out

FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-alpine
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion csharp/aspnetcore/config.yaml
@@ -1,3 +1,3 @@
framework:
website: docs.microsoft.com/en-us/aspnet/index
version: 3.0
version: 3.1
2 changes: 1 addition & 1 deletion csharp/config.yaml
@@ -1,3 +1,3 @@
provider:
default:
language: 7.3
language: 8.0
4 changes: 2 additions & 2 deletions fsharp/Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-alpine
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine

WORKDIR /usr/src/app

Expand All @@ -10,7 +10,7 @@ RUN dotnet restore
COPY . .
RUN dotnet publish -c release -o out

FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-alpine
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion fsharp/config.yaml
@@ -1,3 +1,3 @@
provider:
default:
language: 7.3
language: 4.7

0 comments on commit f425bc9

Please sign in to comment.