adding a nuget package source doesn't work.

I wish the documentation would stop saying "dotnet restore uses the nuget config", because it doesn't.
This commit is contained in:
Adam R. Grey 2021-12-17 04:32:00 -05:00
parent c404c8ce4e
commit 3915469604

View File

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