mirror of https://github.com/winsw/winsw
Bump System.Reflection.Metadata from 1.8.1 to 5.0.0 (#710)
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 1.8.1 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/711/head
parent
f566e59901
commit
4e5b0ff786
|
@ -21,7 +21,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' != 'net5.0-windows'">
|
<ItemGroup Condition="'$(TargetFramework)' != 'net5.0-windows'">
|
||||||
<PackageReference Include="System.Reflection.Metadata" Version="1.8.1" />
|
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
|
||||||
<Reference Include="System.ServiceProcess" />
|
<Reference Include="System.ServiceProcess" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue