Commit 95ece2f
fix: update Dockerfile to use .NET 10 SDK and runtime
The project was upgraded to target .NET 10 but the Dockerfile was
still using .NET 9 images, causing build failures:
"error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0"
Updated base images from mcr.microsoft.com/dotnet/{sdk,aspnet}:9.0
to mcr.microsoft.com/dotnet/{sdk,aspnet}:10.0
Co-Authored-By: claude-flow <ruv@ruv.net>1 parent 12ec244 commit 95ece2f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments