Skip to content

Commit 2be7a4e

Browse files
dependabot[bot]jnyrup
authored andcommitted
Bump System.Reflection.Metadata from 9.0.0 to 9.0.1
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: System.Reflection.Metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0ddf6d commit 2be7a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Benchmarks/Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1010
<PackageReference Include="Bogus" Version="35.6.1" />
1111
<!-- Resolve MSB3277 -->
12-
<PackageReference Include="System.Reflection.Metadata" Version="9.0.0" Condition="'$(TargetFramework)' == 'net472'" />
12+
<PackageReference Include="System.Reflection.Metadata" Version="9.0.1" Condition="'$(TargetFramework)' == 'net472'" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<Reference Include="FluentAssertions">

0 commit comments

Comments
 (0)