Skip to content

Commit

Permalink
Bump SDK to 8.0.200 (fsprojects#3067)
Browse files Browse the repository at this point in the history
* Bump SDK to 8.0.200

* Update Dockerfile
  • Loading branch information
nojaf committed Mar 18, 2024
1 parent e2d6de0 commit ee46bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.100
FROM mcr.microsoft.com/dotnet/sdk:8.0.200

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestPatch"
"version": "8.0.200",
"rollForward": "latestMinor"
}
}

0 comments on commit ee46bb0

Please sign in to comment.