Skip to content

Commit 4db9d8f

Browse files
committed
Update devcontainer configuration to .net 9
1 parent 2a83ea7 commit 4db9d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idunno.Bluesky",
3-
"image": "mcr.microsoft.com/devcontainers/dotnet:8.0",
3+
"image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
44

55
"postCreateCommand": "dotnet restore",
66

0 commit comments

Comments
 (0)