@joebigelow / wix-1 / commits / b3fa4360

Use LatestMajor roll forward for Heat so it can load newer MSBuild.

Sean Hall committed Nov 28, 2020 at 21:49 UTC b3fa4360440e42f162d695423b50f6cbc45f7f35
2 files changed +2 -2
src/heat/heat.csproj
+1 -1
@@ -13,7 +13,7 @@
13 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier>
14 <AppConfig>app.config</AppConfig>
15 <ApplicationManifest>heat.exe.manifest</ApplicationManifest>
16 - <RollForward>Major</RollForward>
16 + <RollForward>LatestMajor</RollForward>
17 </PropertyGroup>
18
19 <PropertyGroup>
src/test/WixToolsetTest.Sdk/MsbuildHeatFixture.cs
+1 -1
@@ -257,7 +257,7 @@ namespace WixToolsetTest.Sdk
257 }
258 }
259
260 - [Theory(Skip = "DotNetCoreSdk builds fail in 16.8.1")]
260 + [Theory]
261 [InlineData(BuildSystem.DotNetCoreSdk, true)]
262 [InlineData(BuildSystem.DotNetCoreSdk, false)]
263 [InlineData(BuildSystem.MSBuild, true)]