|
12 | 12 |
|
13 | 13 | <ItemGroup> |
14 | 14 | <PackageReference Include="Altinn.ApiClients.Dialogporten" Version="1.76.2" /> |
15 | | - <PackageReference Include="Blazor.Bootstrap" Version="3.3.1"/> |
16 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0"/> |
17 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/> |
18 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8"/> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0"/> |
20 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.5"/> |
21 | | - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8"/> |
22 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5"/> |
23 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5"> |
| 15 | + <PackageReference Include="Blazor.Bootstrap" Version="3.4.0"/> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.3.0"/> |
| 17 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.19"/> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.19"/> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.3.0"/> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.8"/> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.19"/> |
| 22 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.8"/> |
| 23 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.8"> |
24 | 24 | <PrivateAssets>all</PrivateAssets> |
25 | 25 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
26 | 26 | </PackageReference> |
27 | | - <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.0.2"/> |
| 27 | + <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.13.1"/> |
28 | 28 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3"/> |
29 | 29 | <PackageReference Include="Refit.HttpClientFactory" Version="8.0.0"/> |
30 | | - <PackageReference Include="ScottBrady.IdentityModel" Version="4.0.0"/> |
31 | | - <PackageReference Include="ScottBrady.IdentityModel.AspNetCore" Version="2.1.0"/> |
32 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/> |
| 30 | + <PackageReference Include="ScottBrady.IdentityModel" Version="4.1.0"/> |
| 31 | + <PackageReference Include="ScottBrady.IdentityModel.AspNetCore" Version="2.2.0"/> |
| 32 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0"/> |
33 | 33 | </ItemGroup> |
34 | 34 | <ItemGroup> |
35 | 35 | <None Update="Attachments\sample.docx"> |
|
0 commit comments