Skip to content

Commit

Permalink
#705: Fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 8, 2024
1 parent 7a4be5c commit 20438c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Deployment/nuget/ReportGenerator.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc
<dependency id="Microsoft.Extensions.Configuration.Json" version="8.0.1" />
<dependency id="Microsoft.Extensions.ObjectPool" version="8.0.10" />
<dependency id="System.Text.Json" version="8.0.5" />
<dependency id="DotNetConfig" version="1.0.6" />
<dependency id="DotNetConfig" version="1.2.0" />
</group>

<group targetFramework="netcoreapp">
Expand All @@ -41,7 +41,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc
<dependency id="Microsoft.Extensions.Configuration.Json" version="8.0.1" />
<dependency id="Microsoft.Extensions.ObjectPool" version="8.0.10" />
<dependency id="System.Text.Json" version="8.0.5" />
<dependency id="DotNetConfig" version="1.0.6" />
<dependency id="DotNetConfig" version="1.2.0" />
<dependency id="McMaster.NETCore.Plugins" version="1.4.0" />
</group>
</dependencies>
Expand Down

0 comments on commit 20438c8

Please sign in to comment.