Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Universal] - unpin patch versions for dotnet runtime & core #1091

8 changes: 3 additions & 5 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0",
// Temporarily pinning as the dotnet-install script is flakey (attempts to install bits of 7.0.19 of Runtime, but 7.0.18 of Core & Runtime)
gauravsaini04 marked this conversation as resolved.
Show resolved Hide resolved
// See https://github.com/devcontainers/images/actions/runs/9083566665/job/24962519615?pr=1065#step:3:6146
"dotnetRuntimeVersions": "7.0.18",
"aspNetCoreRuntimeVersions": "7.0.18"
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
Expand Down Expand Up @@ -149,4 +147,4 @@
]
}
}
}
}
Loading