@joebigelow / wix / commits / 874fb5fc

Set .NET Core RollForward policy to Major.

Sean Hall committed Jun 3, 2020 at 12:51 UTC 874fb5fc3597d784a4e8ac07d735e3caa34417be
3 files changed +3
src/heat/heat.csproj
+1
@@ -13,6 +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>
17 </PropertyGroup>
18
19 <PropertyGroup>
src/wix/wix.csproj
+1
@@ -13,6 +13,7 @@
13 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier>
14 <AppConfig>app.config</AppConfig>
15 <ApplicationManifest>wix.exe.manifest</ApplicationManifest>
16 + <RollForward>Major</RollForward>
17 </PropertyGroup>
18
19 <PropertyGroup>
src/wixcop/WixCop.csproj
+1
@@ -13,6 +13,7 @@
13 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier>
14 <AppConfig>app.config</AppConfig>
15 <ApplicationManifest>wixcop.exe.manifest</ApplicationManifest>
16 + <RollForward>Major</RollForward>
17 </PropertyGroup>
18
19 <PropertyGroup>