Skip to content

Commit

Permalink
Update Dev Container config (microsoft#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Dec 5, 2024
1 parent cacb2fd commit 8e3e469
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "PSRule development environment",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
"name": "PSRule Developer",
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-noble",
"customizations": {
"vscode": {
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"sdk": {
"allowPrerelease": false,
"version": "8.0.404",
"version": "8.0.400",
"rollForward": "latestPatch"
}
}
6 changes: 3 additions & 3 deletions src/PSRule.Tool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1633,8 +1633,8 @@
},
"YamlDotNet": {
"type": "Transitive",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
"resolved": "16.2.1",
"contentHash": "im6zTVgesjcfTRfuMpnx51Rg2svWenp/3q5XBfcIzgj8PNIkkSD2xEl9HWcVi2SaJPP9XcXUdzed9gSDEuf1TA=="
},
"Microsoft.PSRule.Badges": {
"type": "Project",
Expand Down Expand Up @@ -1674,7 +1674,7 @@
"type": "Project",
"dependencies": {
"Newtonsoft.Json": "[13.0.3, )",
"YamlDotNet": "[16.2.0, )"
"YamlDotNet": "[16.2.1, )"
}
}
},
Expand Down

0 comments on commit 8e3e469

Please sign in to comment.