Skip to content

Commit

Permalink
fix nuget path
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed Aug 24, 2018
1 parent 91cadcb commit 477b89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StatsDisplay/StatsDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@
</ItemGroup>
<ItemGroup>
<!-- Need to glob and get last versions instead of hard coding a version. This will break when NuGet package is updated -->
<NuGetCommandLine Include="packages\NuGet.CommandLine.4.3.0\tools\nuget.exe">
<NuGetCommandLine Include="..\packages\NuGet.CommandLine.4.3.0\tools\nuget.exe">
<InProject>False</InProject>
</NuGetCommandLine>
<Squirrel Include="packages\Squirrel.Windows.1.2.5\tools\squirrel.exe">
<Squirrel Include="..\packages\Squirrel.Windows.1.2.5\tools\squirrel.exe">
<InProject>False</InProject>
</Squirrel>
</ItemGroup>
Expand Down

0 comments on commit 477b89e

Please sign in to comment.