Skip to content

Commit

Permalink
Use v8 deps, update renovate config (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinothamar authored Jan 15, 2025
1 parent cffe5f2 commit 567c7b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
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.404",
"version": "8.0.405",
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"local>Altinn/renovate-config"
],
"labels": ["dependency"],
"baseBranches": ["main"]
"baseBranches": ["main"],
"packageRules": [
{
"matchPackageNames": ["/dotnet(-|\\/)sdk/", "/^Microsoft\\.AspNetCore/", "/^Microsoft\\.Extensions/", "!Microsoft.Extensions.Caching.Hybrid"],
"allowedVersions": "<=8"
}
]
}
4 changes: 2 additions & 2 deletions test/Altinn.App.Common.Tests/Altinn.App.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.10.0" />
<PackageReference Include="Verify.Xunit" Version="28.4.0" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.0.0" />
Expand All @@ -42,4 +42,4 @@
<ProjectReference Include="..\..\src\Altinn.App.Core\Altinn.App.Core.csproj" />
</ItemGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion test/Altinn.App.Core.Tests/Altinn.App.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.10.0" />
<PackageReference Include="Verify.Xunit" Version="28.4.0" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.0.0" />
Expand Down

0 comments on commit 567c7b6

Please sign in to comment.