🐛 Fix self contained app locating MSBuild

This commit is contained in:
Matthew Parker [SSW]
2024-01-17 16:21:55 +10:00
parent 80d6a11c63
commit 5cb6c3c604
4 changed files with 13 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.8.3" />
<PackageReference Include="Microsoft.Build" Version="17.8.3" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.6.10" />
<PackageReference Include="NuGet.Protocol" Version="6.8.0" />
</ItemGroup>