Skip to content

Commit c13d166

Browse files
committed
Update nbgv to ship MSBuild 16.9
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.
1 parent 0b29e5a commit c13d166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbgv/nbgv.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20574.7" />
1616
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="3.4.173-alpha" PrivateAssets="all" />
1717
<PackageReference Include="System.Diagnostics.Tools" Version="4.3.0" />
18-
<PackageReference Include="Microsoft.Build" Version="15.9.20" />
18+
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)