why is there a NuGet.Config file, again?

This commit is contained in:
Adam R. Grey 2021-12-09 07:14:21 -05:00
parent ca51aba2c8
commit c3f33481a5

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RestoreSources>$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
<RestoreSources>https://thegreyn.jfrog.io/artifactory/api/nuget/adamrgrey-nuget;https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>