Skip to content

Commit

Permalink
System.ServiceProcess.ServiceController package updated to v4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
falahati committed Mar 31, 2020
1 parent 38dc3f3 commit 362ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsFirewallHelper/WindowsFirewallHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<Reference Condition="'$(TargetFramework)'=='net4'" Include="System.ServiceProcess"></Reference>
<PackageReference Condition="'$(TargetFramework)'=='netstandard2'" Include="System.ServiceProcess.ServiceController" Version="4.5.0"></PackageReference>
<PackageReference Condition="'$(TargetFramework)'=='netstandard2'" Include="System.ServiceProcess.ServiceController" Version="4.7.0"></PackageReference>
</ItemGroup>
<ItemGroup>
<Content Include="Icon.png">
Expand Down

0 comments on commit 362ef99

Please sign in to comment.