diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-02 14:29:33 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-02 14:46:29 -0700 |
commit | 80ef64aa4351d715c8de14984534b80ce22c5ebd (patch) | |
tree | a87ac402f043e69dfff2afa1c22c1c1f0080e070 /src | |
parent | 4bb99d4a7521f3182b3d8ea9833038dc067db118 (diff) | |
download | wix-80ef64aa4351d715c8de14984534b80ce22c5ebd.tar.gz wix-80ef64aa4351d715c8de14984534b80ce22c5ebd.tar.bz2 wix-80ef64aa4351d715c8de14984534b80ce22c5ebd.zip |
Standardize on .NET Core v3.1
Diffstat (limited to 'src')
-rw-r--r-- | src/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj b/src/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj index d35ba853..fb0f8594 100644 --- a/src/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj +++ b/src/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj | |||
@@ -1,7 +1,7 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | ||
3 | <PropertyGroup> | 3 | <PropertyGroup> |
4 | <TargetFramework>netcoreapp2.1</TargetFramework> | 4 | <TargetFramework>netcoreapp3.1</TargetFramework> |
5 | 5 | ||
6 | <IsPackable>false</IsPackable> | 6 | <IsPackable>false</IsPackable> |
7 | </PropertyGroup> | 7 | </PropertyGroup> |