Skip to content

Commit 0845a82

Browse files
authored
Update nightly references to daily (#8586)
It slightly bugged me that the document is called `using-latest-daily`, yet the document refers to `nightly` in the contents.
1 parent 454198b commit 0845a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-latest-daily.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See [machine-requirements.md](machine-requirements.md).
88

99
## (Optional) Create a local nuget.config file
1010

11-
Since dogfooding will require using nightly build feeds, you may not want to add feeds globally which could alter how other code on your machine builds. To avoid this happening, you can create a local nuget.config file by running the following command in the root of your repository:
11+
Since dogfooding will require using daily build feeds, you may not want to add feeds globally which could alter how other code on your machine builds. To avoid this happening, you can create a local nuget.config file by running the following command in the root of your repository:
1212

1313
```bash
1414
dotnet new nugetconfig
@@ -33,7 +33,7 @@ If you use [Package Source Mapping](https://learn.microsoft.com/en-us/nuget/cons
3333
</packageSourceMapping>
3434
```
3535

36-
## Install the nightly .NET Aspire templates
36+
## Install the daily .NET Aspire templates
3737

3838
To be able to create aspire projects, you will need to install the latest Aspire templates. You can do this by running the following command:
3939

0 commit comments

Comments
 (0)