diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-11 22:56:54 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-12 15:13:53 -0500 |
commit | ebe9e91768d9514e8dbd617aaa05366365a05cf7 (patch) | |
tree | d9f0075df47e1caa89437d194655c24992b04314 /src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |
parent | dc3c94f9c313d8509e304d6085af527a576cf623 (diff) | |
download | wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.tar.gz wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.tar.bz2 wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.zip |
Switch to `net472` as Framework baseline.
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj index 01166782..3006e784 100644 --- a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj +++ b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |||
@@ -4,7 +4,7 @@ | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | 5 | ||
6 | <PropertyGroup> | 6 | <PropertyGroup> |
7 | <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks> | 7 | <TargetFrameworks>netstandard2.0;net472</TargetFrameworks> |
8 | <IsPackable>true</IsPackable> | 8 | <IsPackable>true</IsPackable> |
9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |