Skip to content

Commit

Permalink
Replaced dependency on Microsoft.Windows.Compatibility
Browse files Browse the repository at this point in the history
with System.ServiceProcess.ServiceController and Microsoft.Win32.Registry
  • Loading branch information
p-rossi authored and phatboyg committed Mar 4, 2019
1 parent 99ec15e commit 66b04be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Topshelf/Topshelf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ProjectReference Include="..\TopShelf.ServiceInstaller\TopShelf.ServiceInstaller.csproj" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="HelpText.txt" />
Expand Down

0 comments on commit 66b04be

Please sign in to comment.