Skip to content

Commit

Permalink
chore: bump app lib references to v8.3.5 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad authored Oct 9, 2024
1 parent 15f5fc4 commit 3c113bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<RootNamespace>Altinn.App</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Altinn.App.Api" Version="8.0.0">
<PackageReference Include="Altinn.App.Api" Version="8.3.5">
<CopyToOutputDirectory>lib\$(TargetFramework)\*.xml</CopyToOutputDirectory>
</PackageReference>
<PackageReference Include="Altinn.App.Core" Version="8.0.0" />
<PackageReference Include="Altinn.App.Core" Version="8.3.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 3c113bc

Please sign in to comment.