Skip to content

Commit 1408cec

Browse files
committed
Update docs to point to dotnet9 feed for daily builds
1 parent b11e7b9 commit 1408cec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/using-latest-daily.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ If you just want the latest **released** version, the packages are on [NuGet.org
1414

1515
The newest builds are pushed to a special feed, which you need to add in Visual Studio or through:
1616
```sh
17-
dotnet nuget add source --name dotnet8 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
17+
dotnet nuget add source --name dotnet9 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
1818
```
1919

2020
This will add the feed to any existing NuGet.config in the current directory or above, or else
2121
in the global NuGet.config. See [configuring NuGet behavior](https://learn.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) to read more about that.
2222

2323
If you are using Visual Studio, you can [Install and manage packages in Visual Studio](https://learn.microsoft.com/nuget/consume-packages/install-use-packages-visual-studio#package-sources)
24-
and add the feed `https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json` there.
24+
and add the feed `https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json` there.
2525

26+
**Although the feed name is dotnet9, the package still contains .NET 8 DLL and can be used in projects targeting that version.**
2627
## Documentation
2728

2829
Documentation and examples for this preliminary version are available at [https://preview.fluentui-blazor.net/](https://preview.fluentui-blazor.net/).

0 commit comments

Comments
 (0)