Skip to content

Commit

Permalink
Bump .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Nov 20, 2021
1 parent 3f88e72 commit 29840dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

ARG DOTNETCORE_VESRION=5.0
ARG DOTNETCORE_VESRION=5.0.403
FROM mcr.microsoft.com/dotnet/sdk:${DOTNETCORE_VESRION}

# Avoid warnings by switching to noninteractive
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.301",
"version": "5.0.403",
"rollForward": "major"
}
}

0 comments on commit 29840dc

Please sign in to comment.