Skip to content

Commit

Permalink
Bump System.Formats.Asn1 from 7.0.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Formats.Asn1](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: System.Formats.Asn1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jstedfast committed Nov 20, 2023
1 parent aa02bb1 commit 2d023ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MailKit/MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) Or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Formats.Asn1" Version="7.0.0" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions MailKit/MailKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) Or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Formats.Asn1" Version="7.0.0" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="System.Formats.Asn1" Version="7.0.0" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2d023ab

Please sign in to comment.