Use compatible NuGet.Build.Tasks package

This commit is contained in:
Pranav K 2019-10-23 14:00:18 -07:00
parent 70392d94aa
commit a3349381d3
No known key found for this signature in database
GPG Key ID: F748807460A27E91
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Tasks" Version="5.3.0" />
<PackageReference Include="NuGet.Build.Tasks" Version="5.3.0-rtm.6192" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
</ItemGroup>