diff options
Diffstat (limited to 'src/wix/heat/heat.csproj')
-rw-r--r-- | src/wix/heat/heat.csproj | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/wix/heat/heat.csproj b/src/wix/heat/heat.csproj index 650203b0..2aa0c278 100644 --- a/src/wix/heat/heat.csproj +++ b/src/wix/heat/heat.csproj | |||
@@ -10,7 +10,7 @@ | |||
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)'!='netcoreapp3.1' ">win-x86</RuntimeIdentifier> | 13 | <RuntimeIdentifiers Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp3.1' ">win-x86;win-x64</RuntimeIdentifiers> |
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> |
@@ -35,20 +35,18 @@ | |||
35 | </EmbeddedResource> | 35 | </EmbeddedResource> |
36 | </ItemGroup> | 36 | </ItemGroup> |
37 | 37 | ||
38 | <ItemGroup Condition="'$(TargetFramework)'=='net461' and '$(OS)' != 'Windows_NT'"> | 38 | <ItemGroup> |
39 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" /> | 39 | <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" /> |
40 | <ProjectReference Include="..\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" /> | ||
40 | </ItemGroup> | 41 | </ItemGroup> |
41 | 42 | ||
42 | <ItemGroup> | 43 | <ItemGroup> |
43 | <PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" /> | 44 | <PackageReference Include="Microsoft.Win32.Registry" /> |
44 | <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.7.0" /> | 45 | <PackageReference Include="System.Diagnostics.PerformanceCounter" /> |
45 | <PackageReference Include="System.DirectoryServices" Version="4.7.0" /> | 46 | <PackageReference Include="System.DirectoryServices" /> |
46 | <PackageReference Include="WixToolset.Core" Version="4.0.*" /> | ||
47 | <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" /> | ||
48 | </ItemGroup> | 47 | </ItemGroup> |
49 | 48 | ||
50 | <ItemGroup> | 49 | <ItemGroup Condition="'$(TargetFramework)'=='net461' and '$(OS)' != 'Windows_NT'"> |
51 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | 50 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> |
52 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | ||
53 | </ItemGroup> | 51 | </ItemGroup> |
54 | </Project> | 52 | </Project> |