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 --- src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj') diff --git a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj index 3f59e352..d6a60a38 100644 --- a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj +++ b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 true -- cgit v1.2.3-55-g6feb