Skip to content

Commit

Permalink
Downgrade NuGet version to 5.4.0 for Visual Studio 2010 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jun 22, 2020
1 parent 81cbef9 commit 3f5d79a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/ice.common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<!-- Custom task to download files -->
<!-- Nuget executable -->
<PropertyGroup>
<NugetExe>$(MSBuildThisFileDirectory)NuGet-5.6.0.exe</NugetExe>
<NugetURL>https://dist.nuget.org/win-x86-commandline/v5.6.0/nuget.exe</NugetURL>
<!-- Use NuGet 5.4.0 more recent versions (5.6.0) fails with Visual Studio 2010 -->
<NugetExe>$(MSBuildThisFileDirectory)NuGet-5.4.0.exe</NugetExe>
<NugetURL>https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe</NugetURL>
</PropertyGroup>

<!-- Download nuget.exe if not present -->
Expand Down

0 comments on commit 3f5d79a

Please sign in to comment.