Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 5c75348

Browse files
chore(deps): update nuget non-major dependencies (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb67fb1 commit 5c75348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CSharpier.MsBuild" Version="0.29.2">
10+
<PackageReference Include="CSharpier.MsBuild" Version="0.30.6">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1313
</PackageReference>

src/App/App.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<RootNamespace>Altinn.App</RootNamespace>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Altinn.App.Api" Version="8.6.3">
8+
<PackageReference Include="Altinn.App.Api" Version="8.6.4">
99
<CopyToOutputDirectory>lib\$(TargetFramework)\*.xml</CopyToOutputDirectory>
1010
</PackageReference>
11-
<PackageReference Include="Altinn.App.Core" Version="8.6.3" />
11+
<PackageReference Include="Altinn.App.Core" Version="8.6.4" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<Folder Include="wwwroot\css\" />

0 commit comments

Comments
 (0)