From 464575def4341d65bc3fa72298798755cdee527e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 1 Oct 2022 02:38:00 -0700 Subject: Standardize on .NET 6 as the minimum for .NET Core platform. Closes 6942 --- .../WixToolset.BootstrapperCore.Native.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj') diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj index 0bd374c7..fd26a027 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 WixToolset.BootstrapperCore.Native WiX Bootstrapper native interfaces -- cgit v1.2.3-55-g6feb