diff options
Diffstat (limited to 'src/internal')
3 files changed, 5 insertions, 5 deletions
diff --git a/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj b/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj index 421f0713..0be55c43 100644 --- a/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj +++ b/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <PropertyGroup> | 3 | <PropertyGroup> |
4 | <OutputType>Exe</OutputType> | 4 | <OutputType>Exe</OutputType> |
5 | <TargetFramework>net461</TargetFramework> | 5 | <TargetFramework>net472</TargetFramework> |
6 | <IsTool>true</IsTool> | 6 | <IsTool>true</IsTool> |
7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | 7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
8 | <DebugType>embedded</DebugType> | 8 | <DebugType>embedded</DebugType> |
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> |
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 | ||