Skip to content

Commit

Permalink
Update JetBrains.Microsoft.Deployment.WindowsInstaller to WixToolset.…
Browse files Browse the repository at this point in the history
…Dtf.WindowsInstaller.
  • Loading branch information
ww898 committed Apr 19, 2023
1 parent e8859d8 commit 85b5476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
<Company>JetBrains s.r.o.</Company>
<Copyright>Copyright © 2021-$([System.DateTime]::Now.ToString('yyyy')) JetBrains s.r.o.</Copyright>
<Authors>Mikhail Pilin</Authors>
<Version>16.1.1-review1</Version>
<Version>16.1.1-preview1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
<PackageReference Include="HtmlSanitizer" Version="8.0.645" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.0.2" />
<PackageReference Include="JetBrains.Microsoft.Deployment.WindowsInstaller" Version="3.11.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="All" />
<PackageReference Include="JetBrains.DownloadPgpVerifier" Version="1.0.0" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.0.2" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<Resource Include="EtwHostService.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using Microsoft.Deployment.WindowsInstaller;
using WixToolset.Dtf.WindowsInstaller;

namespace JetBrains.Etw.HostService.Updater.Util
{
Expand Down

0 comments on commit 85b5476

Please sign in to comment.