Skip to content

Commit

Permalink
Bump System.Runtime.CompilerServices.Unsafe from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: System.Runtime.CompilerServices.Unsafe
  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 9, 2021
1 parent 035d59e commit 1fa8a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PeNet/PeNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<ItemGroup Condition=" '$(IsDotNetFramework)' == 'true' ">
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<Compile Include="NET48_Helpers.cs_">
<Link>NET48_Helpers.cs</Link>
</Compile>
Expand Down

0 comments on commit 1fa8a67

Please sign in to comment.