1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

PM-3350 Added nuget.config so we add the nuget package source for MAUI Nightly builds

This commit is contained in:
Federico Maccaroni
2024-01-11 10:31:36 -03:00
parent d1e4e8645a
commit 7ac3646fb0

6
nuget.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="MAUI Nightly builds" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/maui-nightly/nuget/v3/index.json" />
</packageSources>
</configuration>