Skip to content

Commit

Permalink
Bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Dec 7, 2024
1 parent 385ddba commit 4bc1b18
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"image": "mcr.microsoft.com/devcontainers/base",
"features": {
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0.403",
"version": "latest",
"additionalVersions": "9.0.100"
},
"./mono": {},
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="Pastel" Version="5.2.1" />
<PackageVersion Include="Pastel" Version="6.0.1" />
<PackageVersion Include="Polly.Core" Version="8.5.0" />
<PackageVersion Include="PolySharp" Version="1.15.0" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.5" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "9.0.100"
"version": "9.0.101"
}
}
6 changes: 3 additions & 3 deletions samples/HttpClientFactoryUsage/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"Pastel": {
"type": "Direct",
"requested": "[5.2.1, )",
"resolved": "5.2.1",
"contentHash": "4DpPqBGwJ3XuTY2b4KMzOhnBOHRHDGTfIsJl5Sx86749vQ0pus3EqQW6Kdki9ZOBjz+uugTo+bv6pjASE8T/4A=="
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "7naIbEgNzZnorWWIfI0rsC4GUtw/Yjqt+Kd28e8xpzfsaismJ02WF4vG/USDbmJQkBMWPsNPM+KUxNlUiGad+w=="
},
"Microsoft.Extensions.Configuration": {
"type": "Transitive",
Expand Down
3 changes: 2 additions & 1 deletion wiki/PC-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Alternatively you can use the command palette (Ctrl+Shift+P) and do _> Dev Conta
You can ignore this if you use the dev container. Otherwise install the software from the following sections.

- Visual Studio 2022 (17.9+), Visual Studio Code or Rider
- [.NET 9.0.100 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) to build and run the solution
- [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) to build and run the solution
- (Check `global.json` for the exact version needed)
- Windows
- [.NET Framework 4.8.1 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net481) to run .NET Framework tests
- Mac/Linux
Expand Down

0 comments on commit 4bc1b18

Please sign in to comment.