Skip to content

Commit 4941724

Browse files
Bump Microsoft.Bcl.HashCode from 1.1.0 to 1.1.1 (#790)
Bumps [Microsoft.Bcl.HashCode](https://github.com/dotnet/corefx) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](dotnet/corefx@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: Microsoft.Bcl.HashCode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40b5c98 commit 4941724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Core/Silk.NET.Core/Silk.NET.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
19-
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0" />
19+
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
2020
</ItemGroup>
2121

2222
<Import Project="..\..\..\build\props\common.props" />

src/Maths/Silk.NET.Maths/Silk.NET.Maths.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
26-
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0" />
26+
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' != 'net5.0'">

0 commit comments

Comments
 (0)