mirror of https://github.com/winsw/winsw
Bump System.Diagnostics.EventLog from 4.7.0 to 5.0.0 (#707)
Bumps [System.Diagnostics.EventLog](https://github.com/dotnet/runtime) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/709/head
parent
d46a4331d8
commit
478e7b7f31
|
@ -17,7 +17,7 @@
|
|||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0-windows'">
|
||||
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="4.7.0" />
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="5.0.0" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue