File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Samples for ASP.NET Core 6.0 (471)
2
2
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).
4
4
5
5
Samples for ASP.NET Core ** 7.0** is available [ here] ( /projects/.net7 ) (45).
6
6
Original file line number Diff line number Diff line change 1
- # ASP.NET 8.0 Preview 3 (9)
1
+ # ASP.NET 8.0 Preview 4 (9)
2
2
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 ) .
4
4
5
5
6
6
* [ QuickGrid One] ( QuickGridOne )
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.100-preview.3 .*" ,
3
+ "version" : " 8.0.100-preview.4 .*" ,
4
4
"rollForward" : " major"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
- <!--
5
4
<clear />
6
5
<add key =" aspnetcore" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
7
6
<add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
8
- -->
9
7
</packageSources >
10
8
</configuration >
You can’t perform that action at this time.
0 commit comments