Skip to content

Commit

Permalink
Add net10 feed to the readme (#46016)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Feb 5, 2025
2 parents cfc3df8 + 7a5e90c commit 2788851
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ You can download the .NET SDK as either an installer (MSI, PKG) or a zip (zip, t
> [!NOTE]
> When acquiring installers from the latest builds table, be aware that the installers are the **latest bits**. With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes.
### For .NET 10 builds
```xml
<configuration>
<packageSources>
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
</packageSources>
</configuration>
```

### For .NET 9 builds
```xml
<configuration>
Expand Down Expand Up @@ -95,4 +104,4 @@ For PRs, we assign a reviewer once a week on Wednesday, looking only at PRs that

The .NET SDK project uses the [MIT license](LICENSE.TXT).

The *LICENSE.txt* and *ThirdPartyNotices.txt* in any downloaded archives are authoritative.
The *LICENSE.txt* and *ThirdPartyNotices.txt* in any downloaded archives are authoritative.

0 comments on commit 2788851

Please sign in to comment.