diff options
Diffstat (limited to 'src/wix/heat/heat.csproj')
-rw-r--r-- | src/wix/heat/heat.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wix/heat/heat.csproj b/src/wix/heat/heat.csproj index 2aa0c278..341a2083 100644 --- a/src/wix/heat/heat.csproj +++ b/src/wix/heat/heat.csproj | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks> | 6 | <TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks> |
7 | <OutputType>Exe</OutputType> | 7 | <OutputType>Exe</OutputType> |
8 | <Description>Harvester</Description> | 8 | <Description>Harvester</Description> |
9 | <Title>WiX Harvester</Title> | 9 | <Title>WiX Harvester</Title> |
@@ -46,7 +46,7 @@ | |||
46 | <PackageReference Include="System.DirectoryServices" /> | 46 | <PackageReference Include="System.DirectoryServices" /> |
47 | </ItemGroup> | 47 | </ItemGroup> |
48 | 48 | ||
49 | <ItemGroup Condition="'$(TargetFramework)'=='net461' and '$(OS)' != 'Windows_NT'"> | 49 | <ItemGroup Condition="'$(TargetFramework)'=='net472' and '$(OS)' != 'Windows_NT'"> |
50 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> | 50 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> |
51 | </ItemGroup> | 51 | </ItemGroup> |
52 | </Project> | 52 | </Project> |