Skip to content

Commit

Permalink
Downgraded dependency on Altinn.App.Core to minimum required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Birkeli committed May 16, 2023
1 parent 651e2cf commit 9dc2fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Altinn.Codelists/Altinn.Codelists.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Altinn.App.Core" Version="7.9.0" />
<!-- This defines the minimum required version of Altinn.App.Core and should not be bumped unless new features require it.-->
<PackageReference Include="Altinn.App.Core" Version="7.8.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
<PackageReference Include="Scrutor" Version="4.2.2" />
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down

0 comments on commit 9dc2fda

Please sign in to comment.