Skip to content

Commit

Permalink
Bug #270 Fix error NU1605: Detected package downgrade on dotnet publi…
Browse files Browse the repository at this point in the history
…sh (#271)

* Fix error NU1605: Detected package downgrade on dotnet publish

* Remove unused directive.
  • Loading branch information
TechPreacher committed Jan 7, 2021
1 parent 3aeacc3 commit df05171
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Targets" Version="3.1.0" PrivateAssets="all" />
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.22.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.6" />
Expand Down

0 comments on commit df05171

Please sign in to comment.