Skip to content

Commit

Permalink
Update nbgv to ship MSBuild 16.9
Browse files Browse the repository at this point in the history
This is the latest version that still supports netcoreapp3.1.
This should fix the problem of parsing msbuild project files with metadata as xml attributes.
  • Loading branch information
AArnott committed Sep 23, 2021
1 parent 0b29e5a commit c13d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbgv/nbgv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20574.7" />
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="3.4.173-alpha" PrivateAssets="all" />
<PackageReference Include="System.Diagnostics.Tools" Version="4.3.0" />
<PackageReference Include="Microsoft.Build" Version="15.9.20" />
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c13d166

Please sign in to comment.