Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Apr 27, 2023
1 parent 2974cdf commit 4ef4967
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.1.19
dotnetSDKVersion: 7.0.202
dotnetSDKVersion: 7.0.203
nodeVersion: 18

jobs:
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.202",
"version": "7.0.203",
"rollForward": "latestMajor"
}
}
4 changes: 2 additions & 2 deletions src/Deployment/nuget/ReportGenerator.Core.nuspec
Expand Up @@ -25,7 +25,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="7.0.3" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="7.0.4" />
<dependency id="Microsoft.Extensions.Configuration.CommandLine" version="7.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Json" version="7.0.0" />
<dependency id="SixLabors.ImageSharp.Drawing" version="1.0.0-beta15" />
Expand All @@ -34,7 +34,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc

<group targetFramework="netcoreapp">
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="7.0.3" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="7.0.4" />
<dependency id="Microsoft.Extensions.Configuration.CommandLine" version="7.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Json" version="7.0.0" />
<dependency id="SixLabors.ImageSharp.Drawing" version="1.0.0-beta15" />
Expand Down
2 changes: 1 addition & 1 deletion src/ReportGenerator.Core/ReportGenerator.Core.csproj
Expand Up @@ -84,7 +84,7 @@
<ItemGroup>
<PackageReference Include="DotNetConfig" Version="1.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta15" />
Expand Down

0 comments on commit 4ef4967

Please sign in to comment.