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> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <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> </PropertyGroup>
<ItemGroup> <ItemGroup>