Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jul 15, 2024
1 parent 079ffc7 commit a551c33
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.3.7
dotnetSDKVersion: 8.0.302
dotnetSDKVersion: 8.0.303
nodeVersion: 20

jobs:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.302",
"version": "8.0.303",
"rollForward": "latestMajor"
}
}
4 changes: 2 additions & 2 deletions src/Deployment/nuget/ReportGenerator.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Extensions.Configuration" version="8.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="8.0.1" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="8.0.2" />
<dependency id="Microsoft.Extensions.Configuration.CommandLine" version="8.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Json" version="8.0.0" />
<dependency id="System.Text.Json" version="8.0.4" />
Expand All @@ -35,7 +35,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc

<group targetFramework="netcoreapp">
<dependency id="Microsoft.Extensions.Configuration" version="8.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="8.0.1" />
<dependency id="Microsoft.Extensions.Configuration.Binder" version="8.0.2" />
<dependency id="Microsoft.Extensions.Configuration.CommandLine" version="8.0.0" />
<dependency id="Microsoft.Extensions.Configuration.Json" version="8.0.0" />
<dependency id="System.Text.Json" version="8.0.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/ReportGenerator.Core/ReportGenerator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetConfig" Version="1.0.6" />
<PackageReference Include="DotNetConfig" Version="1.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
Expand Down

0 comments on commit a551c33

Please sign in to comment.