Skip to content

Commit

Permalink
Typo on Build Targets
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-manley committed Feb 10, 2024
1 parent 771e617 commit b413fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ internal partial class ThisAssembly
</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>
</Project>

0 comments on commit b413fd2

Please sign in to comment.