File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ vNext]
8
+ - Fixed MSBuild evaluation issues by updating NuGet.Packaging to v4.9.2
8
9
9
10
## [ 0.20.0] / 2019-05-29
10
11
- Changed ` Solution.GetProject ` to allow resolution from full path
Original file line number Diff line number Diff line change 20
20
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 15.9.20" />
21
21
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.9.20" />
22
22
<PackageReference Include =" Newtonsoft.Json" Version =" 10.*" />
23
- <PackageReference Include =" NuGet.Packaging" Version =" 4.5.0 " />
23
+ <PackageReference Include =" NuGet.Packaging" Version =" 4.9.2 " />
24
24
<PackageReference Include =" Refit" Version =" 4.0.0" />
25
25
<PackageReference Include =" SharpZipLib" Version =" 1.1.0" />
26
26
<PackageReference Include =" System.Diagnostics.Process" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments