Skip to content

Commit

Permalink
Update NuGet.Packaging version for net5.0 support (#5292)
Browse files Browse the repository at this point in the history
The TargetFramework.Sdk uses NuGet.Packaging to parse a supplied TargetFramework. Raising the dependency version to understand the net5.0 tfm.
  • Loading branch information
ViktorHofer authored May 1, 2020
1 parent 5f124ea commit f82d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
<SystemTextJsonVersion>4.7.0</SystemTextJsonVersion>
<NuGetVersioningVersion>4.4.0</NuGetVersioningVersion>
<NuGetVersion>5.3.0</NuGetVersion>
<NuGetVersion>5.6.0-preview.2.6489</NuGetVersion>
<OctokitVersion>0.32.0</OctokitVersion>
<DotNetSleetLibVersion>2.2.143</DotNetSleetLibVersion>
<SwashbuckleAspNetCoreSwaggerVersion>3.0.0</SwashbuckleAspNetCoreSwaggerVersion>
Expand Down

0 comments on commit f82d7ca

Please sign in to comment.