Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to 8.0.1
Browse files Browse the repository at this point in the history
| datasource | package                                 | from  | to    |
| ---------- | --------------------------------------- | ----- | ----- |
| nuget      | Microsoft.Extensions.Configuration.Json | 8.0.0 | 8.0.1 |
| nuget      | System.Security.Cryptography.Pkcs       | 8.0.0 | 8.0.1 |
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent a2ac17c commit 90813a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EPPlus/EPPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Security.Claims" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
Expand Down

0 comments on commit 90813a1

Please sign in to comment.