Skip to content

Commit 6e6e8cf

Browse files
arodusmatkoch
authored andcommitted
Update NuGet.Packaging to v4.9.2 (#26)
1 parent ece91fc commit 6e6e8cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [vNext]
8+
- Fixed MSBuild evaluation issues by updating NuGet.Packaging to v4.9.2
89

910
## [0.20.0] / 2019-05-29
1011
- Changed `Solution.GetProject` to allow resolution from full path

source/Nuke.Common/Nuke.Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.9.20" />
2121
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
2222
<PackageReference Include="Newtonsoft.Json" Version="10.*" />
23-
<PackageReference Include="NuGet.Packaging" Version="4.5.0" />
23+
<PackageReference Include="NuGet.Packaging" Version="4.9.2" />
2424
<PackageReference Include="Refit" Version="4.0.0" />
2525
<PackageReference Include="SharpZipLib" Version="1.1.0" />
2626
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />

0 commit comments

Comments
 (0)