aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.XsdGen
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-11 22:56:54 -0500
committerBob Arnson <github@bobs.org>2021-12-12 15:13:53 -0500
commitebe9e91768d9514e8dbd617aaa05366365a05cf7 (patch)
treed9f0075df47e1caa89437d194655c24992b04314 /src/internal/WixBuildTools.XsdGen
parentdc3c94f9c313d8509e304d6085af527a576cf623 (diff)
downloadwix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.tar.gz
wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.tar.bz2
wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.zip
Switch to `net472` as Framework baseline.
Diffstat (limited to 'src/internal/WixBuildTools.XsdGen')
-rw-r--r--src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj b/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
index 65a65bd0..dd5a8272 100644
--- a/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
+++ b/src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
@@ -2,8 +2,8 @@
2 2
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Exe</OutputType> 4 <OutputType>Exe</OutputType>
5 <!-- <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> --> 5 <!-- <TargetFrameworks>netcoreapp2.0;net472</TargetFrameworks> -->
6 <TargetFrameworks>net461</TargetFrameworks> 6 <TargetFrameworks>net472</TargetFrameworks>
7 <IsTool>true</IsTool> 7 <IsTool>true</IsTool>
8 <IncludeBuildOutput>false</IncludeBuildOutput> 8 <IncludeBuildOutput>false</IncludeBuildOutput>
9 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> 9 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
@@ -17,7 +17,7 @@
17 <Content Include="build\WixBuildTools.XsdGen.targets" PackagePath="build\" /> 17 <Content Include="build\WixBuildTools.XsdGen.targets" PackagePath="build\" />
18 <Content Include="buildCrossTargeting\WixBuildTools.XsdGen.targets" PackagePath="buildCrossTargeting\" /> 18 <Content Include="buildCrossTargeting\WixBuildTools.XsdGen.targets" PackagePath="buildCrossTargeting\" />
19 19
20 <Content Include="$(OutputPath)net461\$(TargetFileName)" PackagePath="tools\full" /> 20 <Content Include="$(OutputPath)net472\$(TargetFileName)" PackagePath="tools\full" />
21 <!-- <Content Include="$(OutputPath)netcoreapp2.0\$(TargetFileName)" PackagePath="tools\core" /> --> 21 <!-- <Content Include="$(OutputPath)netcoreapp2.0\$(TargetFileName)" PackagePath="tools\core" /> -->
22 </ItemGroup> 22 </ItemGroup>
23 23