Skip to content

Commit

Permalink
Bump System.Runtime.CompilerServices.Unsafe from 4.5.3 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps System.Runtime.CompilerServices.Unsafe from 4.5.3 to 6.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 3197865 commit 0474535
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MailKit/MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,8 @@
<Compile Include="WebAlertEventArgs.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions MailKit/MailKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,8 @@
<Compile Include="WebAlertEventArgs.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 0474535

Please sign in to comment.