diff options
Diffstat (limited to 'src/heat/heat.csproj')
-rw-r--r-- | src/heat/heat.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index b82087df..f21f2eb6 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj | |||
@@ -13,7 +13,7 @@ | |||
13 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> | 13 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.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>Major</RollForward> | 16 | <RollForward>LatestMajor</RollForward> |
17 | </PropertyGroup> | 17 | </PropertyGroup> |
18 | 18 | ||
19 | <PropertyGroup> | 19 | <PropertyGroup> |