diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-02 14:54:40 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-03 13:59:25 -0700 |
| commit | 04dd968856734d40e20802cd07e89f40ac871191 (patch) | |
| tree | d6157b4f0edc39c108d2104a88e09b008d263aa6 /src/heat | |
| parent | 9331f113bcaedd6c391077a07d5f98f3fdb85a95 (diff) | |
| download | wix-04dd968856734d40e20802cd07e89f40ac871191.tar.gz wix-04dd968856734d40e20802cd07e89f40ac871191.tar.bz2 wix-04dd968856734d40e20802cd07e89f40ac871191.zip | |
Standardize on .NET Core v3.1
Diffstat (limited to 'src/heat')
| -rw-r--r-- | src/heat/heat.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index 53446e2f..08cf61c0 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj | |||
| @@ -3,14 +3,14 @@ | |||
| 3 | 3 | ||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks> | 6 | <TargetFrameworks>netcoreapp3.1;net461</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> |
| 10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
| 11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 12 | <!-- <PackAsTool>true</PackAsTool> --> | 12 | <!-- <PackAsTool>true</PackAsTool> --> |
| 13 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> | 13 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp3.1' ">win-x86</RuntimeIdentifier> |
| 14 | <AppConfig>app.config</AppConfig> | 14 | <AppConfig>app.config</AppConfig> |
| 15 | <ApplicationManifest>heat.exe.manifest</ApplicationManifest> | 15 | <ApplicationManifest>heat.exe.manifest</ApplicationManifest> |
| 16 | <RollForward>LatestMajor</RollForward> | 16 | <RollForward>LatestMajor</RollForward> |
