Skip to content

Commit c5b5365

Browse files
committed
Update to ASP.NET Core 8 Preview 4
1 parent bf29678 commit c5b5365

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

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

3-
Samples for ASP.NET Core **8.0 Preview 3** is available [here](/projects/.net8) (9).
3+
Samples for ASP.NET Core **8.0 Preview 4** is available [here](/projects/.net8) (9).
44

55
Samples for ASP.NET Core **7.0** is available [here](/projects/.net7) (45).
66

projects/.net8/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ASP.NET 8.0 Preview 3 (9)
1+
# ASP.NET 8.0 Preview 4 (9)
22

3-
These samples require [.NET 8.0 Preview 3](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
3+
These samples require [.NET 8.0 Preview 4](https://github.com/dotnet/installer#table).
44

55

66
* [QuickGrid One](QuickGridOne)

projects/.net8/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": "8.0.100-preview.3.*",
3+
"version": "8.0.100-preview.4.*",
44
"rollForward": "major"
55
}
66
}

projects/.net8/nuget.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<!--
54
<clear />
65
<add key="aspnetcore" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
76
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
8-
-->
97
</packageSources>
108
</configuration>

0 commit comments

Comments
 (0)