just use artifactory

it's the right answer, and if you insist on being independent from untrustworthy and/or overpriced platforms, make a nuget feed. But I'm too lazy. So: artifactory free tier.
This commit is contained in:
Adam R. Grey 2021-12-09 06:06:10 -05:00
parent 73557b8b25
commit ca51aba2c8

View File

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