Typo on Build Targets

This commit is contained in:
Michael J. Manley 2024-02-09 16:39:07 -08:00
parent 771e617624
commit b413fd2c9d

View File

@ -92,6 +92,6 @@ internal partial class ThisAssembly
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<RestoreSources>$(RestoreSources);./Packages;https://api.nuget.org/v3/index.json</RestoreSources> <RestoreSources>$(RestoreSources);../Packages;https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup> </PropertyGroup>
</Project> </Project>