Skip to content

Commit 9e139ba

Browse files
authored
fix: downgrade AccessTokenClient library (#551)
1 parent 964883d commit 9e139ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</When>
2727
</Choose>
2828
<ItemGroup>
29-
<PackageVersion Include="Altinn.Common.AccessTokenClient" Version="3.2.3" />
29+
<PackageVersion Include="Altinn.Common.AccessTokenClient" Version="3.2.0" />
3030
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="9.0.0" />
3131
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.5.0" />
3232
<PackageVersion Include="Azure.Identity" Version="1.20.0" />

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in
3636
pkgs.pnpm
3737
pkgs.just
3838
pkgs.powershell
39-
pkgs.nodePackages.nodejs
39+
pkgs.nodejs
4040
];
4141

4242
languages.dotnet.enable = true;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.3.0</Version>
4+
<Version>0.0.0</Version>
55
</PropertyGroup>
66

77
</Project>

0 commit comments

Comments
 (0)