add maui workload feed
This commit is contained in:
parent
2ec8242666
commit
1b240b7e3b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -58,6 +58,16 @@ With development builds, internal NuGet feeds are necessary for some scenarios (
|
|||
```
|
||||
**Note:** that you may need to add the dotnet5 feed for a short period of time while .NET transitions to .NET 6
|
||||
|
||||
**For .NET 6 Optional workloads**
|
||||
|
||||
```
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="maui" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
```
|
||||
|
||||
**For .NET 5 builds**
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue