Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:9.0@sha256:b878b60a68aadab1a1d7e7ace12504073ce5a6ce568c785f54a9ef4b834e373f
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:10.0@sha256:97961d9ef283e2404a79fb9bdca5837b6af57f5f8688556e21cbc5686af72770
RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && nvm install lts/* 2>&1"
RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g cspell" 2>&1
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="SimpleExec" Version="12.0.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.analyzers" Version="1.25.0" />
<PackageVersion Include="xunit.analyzers" Version="1.26.0" />
<PackageVersion Include="xunit.extensibility.core" Version="2.9.3" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.3" />
</ItemGroup>
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": "10.0.100",
"version": "10.0.101",
"rollForward": "latestPatch",
"allowPrerelease": false
}
Expand Down
24 changes: 12 additions & 12 deletions tests/LambdaTale.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
},
"xunit.analyzers": {
"type": "CentralTransitive",
"requested": "[1.25.0, )",
"resolved": "1.25.0",
"contentHash": "J3wD5p2VVOg6TXeOOCrD+7Nl2H/LOZuK1GovDyPbFFnvv8katIULfBCj2sQLIPKT22Ds44j1aHjJle4AU7jCbA=="
"requested": "[1.26.0, )",
"resolved": "1.26.0",
"contentHash": "YrWZOfuU1Scg4iGizAlMNALOxVS+HPSVilfscNDEJAyrTIVdF4c+8o+Aerw2RYnrJxafj/F56YkJOKCURUWQmA=="
},
"xunit.extensibility.core": {
"type": "CentralTransitive",
Expand Down Expand Up @@ -232,9 +232,9 @@
},
"xunit.analyzers": {
"type": "CentralTransitive",
"requested": "[1.25.0, )",
"resolved": "1.25.0",
"contentHash": "J3wD5p2VVOg6TXeOOCrD+7Nl2H/LOZuK1GovDyPbFFnvv8katIULfBCj2sQLIPKT22Ds44j1aHjJle4AU7jCbA=="
"requested": "[1.26.0, )",
"resolved": "1.26.0",
"contentHash": "YrWZOfuU1Scg4iGizAlMNALOxVS+HPSVilfscNDEJAyrTIVdF4c+8o+Aerw2RYnrJxafj/F56YkJOKCURUWQmA=="
},
"xunit.extensibility.core": {
"type": "CentralTransitive",
Expand Down Expand Up @@ -350,9 +350,9 @@
},
"xunit.analyzers": {
"type": "CentralTransitive",
"requested": "[1.25.0, )",
"resolved": "1.25.0",
"contentHash": "J3wD5p2VVOg6TXeOOCrD+7Nl2H/LOZuK1GovDyPbFFnvv8katIULfBCj2sQLIPKT22Ds44j1aHjJle4AU7jCbA=="
"requested": "[1.26.0, )",
"resolved": "1.26.0",
"contentHash": "YrWZOfuU1Scg4iGizAlMNALOxVS+HPSVilfscNDEJAyrTIVdF4c+8o+Aerw2RYnrJxafj/F56YkJOKCURUWQmA=="
},
"xunit.extensibility.core": {
"type": "CentralTransitive",
Expand Down Expand Up @@ -468,9 +468,9 @@
},
"xunit.analyzers": {
"type": "CentralTransitive",
"requested": "[1.25.0, )",
"resolved": "1.25.0",
"contentHash": "J3wD5p2VVOg6TXeOOCrD+7Nl2H/LOZuK1GovDyPbFFnvv8katIULfBCj2sQLIPKT22Ds44j1aHjJle4AU7jCbA=="
"requested": "[1.26.0, )",
"resolved": "1.26.0",
"contentHash": "YrWZOfuU1Scg4iGizAlMNALOxVS+HPSVilfscNDEJAyrTIVdF4c+8o+Aerw2RYnrJxafj/F56YkJOKCURUWQmA=="
},
"xunit.extensibility.core": {
"type": "CentralTransitive",
Expand Down