Skip to content

Commit

Permalink
Bump System.Reflection.Metadata from 6.0.1 to 7.0.0 in /Src
Browse files Browse the repository at this point in the history
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: System.Reflection.Metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 25, 2022
1 parent 7a8c1f9 commit 35f743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/ILGPU/ILGPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="6.0.1" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" />
<PackageReference Include="T4.Build" Version="0.2.4" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 35f743c

Please sign in to comment.