diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:01:32 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-05 21:48:37 +1000 |
commit | ba3a735e21086722c64caa001d618e5505a2e656 (patch) | |
tree | 46eb62b56152b2a5d19998f4bca157742cfc4b4d /src/test | |
parent | 98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2 (diff) | |
download | wix-ba3a735e21086722c64caa001d618e5505a2e656.tar.gz wix-ba3a735e21086722c64caa001d618e5505a2e656.tar.bz2 wix-ba3a735e21086722c64caa001d618e5505a2e656.zip |
Modernize IIsCompiler and tuples.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj b/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj index 66e4edc6..49ed89bc 100644 --- a/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj +++ b/src/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp2.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | 9 | ||