Skip to content

Commit 17e33e1

Browse files
committed
Update to ASP.NET Core 8 Preview 3
1 parent 68bb084 commit 17e33e1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

projects/.net8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ASP.NET 8.0 Preview 3 (7)
22

3-
These samples require [.NET 8.0 Preview 3](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md). You will have to install the daily build since Preview 3 is not officially released yet.
3+
These samples require [.NET 8.0 Preview 3](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
44

55

66
* [QuickGrid One](QuickGridOne)

projects/.net8/build.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dotnet build QuickGridOne
2+
dotnet build RazorComponentFive
3+
dotnet build RazorComponentFour
4+
dotnet build RazorComponentOne
5+
dotnet build RazorComponentSix
6+
dotnet build RazorComponentThree
7+
dotnet build RazorComponentTwo

projects/.net8/nuget.config

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

0 commit comments

Comments
 (0)