add maui workload feed

This commit is contained in:
Marc Paine 2021-07-14 17:01:49 -07:00 committed by GitHub
parent 2ec8242666
commit 1b240b7e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**
```