Skip to content

Commit

Permalink
centralize versions in one file and update accesstoken nuget (#11402)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic authored Oct 19, 2023
1 parent bd3b60c commit 988d590
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/PolicyAdmin/PolicyAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.5" />
<PackageReference Include="Altinn.Authorization.ABAC" />
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup Label="Altinn specific packages">
<PackageReference Update="Altinn.Common.AccessToken" Version="3.0.1" />
<PackageReference Update="Altinn.Common.AccessToken" Version="3.0.3" />
<PackageReference Update="Altinn.Common.AccessTokenClient" Version="1.1.3" />
<PackageReference Update="Altinn.Platform.Storage.Interface" Version="3.23.0" />
</ItemGroup>
Expand Down Expand Up @@ -32,6 +32,8 @@
<PackageReference Update="Yuniql.PostgreSql" Version="1.3.15" />
<PackageReference Update="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Update="Polly" Version="8.0.0" />
<PackageReference Update="Altinn.Authorization.ABAC" Version="0.0.5" />
<PackageReference Update="Altinn.ApiClients.Maskinporten" Version="9.0.0" />
</ItemGroup>

<ItemGroup Label="Packages used for testing">
Expand Down
4 changes: 2 additions & 2 deletions backend/src/Designer/Designer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.5" />
<PackageReference Include="Altinn.ApiClients.Maskinporten" Version="9.0.0" />
<PackageReference Include="Altinn.Authorization.ABAC" />
<PackageReference Include="Altinn.ApiClients.Maskinporten" />
<PackageReference Include="Altinn.Common.AccessToken" />
<PackageReference Include="Altinn.Common.AccessTokenClient" />
<PackageReference Include="Altinn.Platform.Storage.Interface" />
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/Designer.Tests/Designer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Altinn.ApiClients.Maskinporten" Version="9.0.0" />
<PackageReference Include="Altinn.ApiClients.Maskinporten" />
<PackageReference Include="Basic.Reference.Assemblies" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
Expand Down

0 comments on commit 988d590

Please sign in to comment.