Skip to content

Commit 2c65708

Browse files
committed
Upgrade to .NET 10
1 parent 004c35c commit 2c65708

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Greetings from Cairo, Egypt. You can [sponsor](https://github.com/sponsors/dodyg
77

88
## ASP.NET Core 10
99

10-
You can find samples on new features availabel in ASP.NET Core 10 Preview 3(8) [here](/projects/net10).
10+
You can find samples on new features availabel in ASP.NET Core 10 Preview 4(8) [here](/projects/net10).
1111

1212
## ASP.NET Core 9
1313

projects/net10/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ASP.NET Core 10 (8)
22

3-
These samples require SDK [10-preview.3](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
3+
These samples require SDK [10-preview.4](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
44

55
- [open-api-8](open-api-8)
66

projects/net10/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.3.25201.16",
3+
"version": "10.0.100-preview.4.25258.110",
44
"rollForward": "major"
55
}
66
}

0 commit comments

Comments
 (0)