diff options
-rw-r--r-- | src/heat/heat.csproj | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.Sdk/MsbuildHeatFixture.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index b82087df..f21f2eb6 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj | |||
@@ -13,7 +13,7 @@ | |||
13 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> | 13 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> |
14 | <AppConfig>app.config</AppConfig> | 14 | <AppConfig>app.config</AppConfig> |
15 | <ApplicationManifest>heat.exe.manifest</ApplicationManifest> | 15 | <ApplicationManifest>heat.exe.manifest</ApplicationManifest> |
16 | <RollForward>Major</RollForward> | 16 | <RollForward>LatestMajor</RollForward> |
17 | </PropertyGroup> | 17 | </PropertyGroup> |
18 | 18 | ||
19 | <PropertyGroup> | 19 | <PropertyGroup> |
diff --git a/src/test/WixToolsetTest.Sdk/MsbuildHeatFixture.cs b/src/test/WixToolsetTest.Sdk/MsbuildHeatFixture.cs index bbf151eb..10840c56 100644 --- a/src/test/WixToolsetTest.Sdk/MsbuildHeatFixture.cs +++ b/src/test/WixToolsetTest.Sdk/MsbuildHeatFixture.cs | |||
@@ -257,7 +257,7 @@ namespace WixToolsetTest.Sdk | |||
257 | } | 257 | } |
258 | } | 258 | } |
259 | 259 | ||
260 | [Theory(Skip = "DotNetCoreSdk builds fail in 16.8.1")] | 260 | [Theory] |
261 | [InlineData(BuildSystem.DotNetCoreSdk, true)] | 261 | [InlineData(BuildSystem.DotNetCoreSdk, true)] |
262 | [InlineData(BuildSystem.DotNetCoreSdk, false)] | 262 | [InlineData(BuildSystem.DotNetCoreSdk, false)] |
263 | [InlineData(BuildSystem.MSBuild, true)] | 263 | [InlineData(BuildSystem.MSBuild, true)] |