From 874fb5fc3597d784a4e8ac07d735e3caa34417be Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 3 Jun 2020 12:51:14 +1000 Subject: Set .NET Core RollForward policy to Major. --- src/heat/heat.csproj | 1 + src/wix/wix.csproj | 1 + src/wixcop/WixCop.csproj | 1 + 3 files changed, 3 insertions(+) (limited to 'src') 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 @@ win-x86 app.config heat.exe.manifest + Major 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 @@ win-x86 app.config wix.exe.manifest + Major 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 @@ win-x86 app.config wixcop.exe.manifest + Major -- cgit v1.2.3-55-g6feb