aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-03 12:51:14 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-03 14:24:34 +1000
commit874fb5fc3597d784a4e8ac07d735e3caa34417be (patch)
tree450ecaa6f90e641acbfe48081c36bd970227a3c4 /src
parentbe9b04d2272ef9a9e811d2d5486593b628a68993 (diff)
downloadwix-874fb5fc3597d784a4e8ac07d735e3caa34417be.tar.gz
wix-874fb5fc3597d784a4e8ac07d735e3caa34417be.tar.bz2
wix-874fb5fc3597d784a4e8ac07d735e3caa34417be.zip
Set .NET Core RollForward policy to Major.
Diffstat (limited to 'src')
-rw-r--r--src/heat/heat.csproj1
-rw-r--r--src/wix/wix.csproj1
-rw-r--r--src/wixcop/WixCop.csproj1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj
index b5018b67..9d6eeaa7 100644
--- a/src/heat/heat.csproj
+++ b/src/heat/heat.csproj
@@ -13,6 +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 </PropertyGroup> 17 </PropertyGroup>
17 18
18 <PropertyGroup> 19 <PropertyGroup>
diff --git a/src/wix/wix.csproj b/src/wix/wix.csproj
index 2b053196..117bbcd9 100644
--- a/src/wix/wix.csproj
+++ b/src/wix/wix.csproj
@@ -13,6 +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>wix.exe.manifest</ApplicationManifest> 15 <ApplicationManifest>wix.exe.manifest</ApplicationManifest>
16 <RollForward>Major</RollForward>
16 </PropertyGroup> 17 </PropertyGroup>
17 18
18 <PropertyGroup> 19 <PropertyGroup>
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj
index c7c04f55..13a188ab 100644
--- a/src/wixcop/WixCop.csproj
+++ b/src/wixcop/WixCop.csproj
@@ -13,6 +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>wixcop.exe.manifest</ApplicationManifest> 15 <ApplicationManifest>wixcop.exe.manifest</ApplicationManifest>
16 <RollForward>Major</RollForward>
16 </PropertyGroup> 17 </PropertyGroup>
17 18
18 <PropertyGroup> 19 <PropertyGroup>