@@ -27,13 +27,13 @@ The component automatically handle token / session update with use of the refres
27
27
</PropertyGroup >
28
28
29
29
<ItemGroup >
30
- <PackageReference Include =" Blazored.SessionStorage" Version =" 1.0.13 " />
31
- <PackageReference Include =" ITfoxtec.Identity" Version =" 2.3.0 " />
30
+ <PackageReference Include =" Blazored.SessionStorage" Version =" 2. 1.0" />
31
+ <PackageReference Include =" ITfoxtec.Identity" Version =" 2.3.1 " />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
35
- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 5.0.4 " />
36
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.4 " />
35
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 5.0.9 " />
36
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.9 " />
37
37
</ItemGroup >
38
38
<PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
39
39
<DefineConstants >NET50;NET</DefineConstants >
@@ -50,9 +50,9 @@ The component automatically handle token / session update with use of the refres
50
50
</PropertyGroup >
51
51
52
52
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
53
- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.10 " />
54
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.10 " />
55
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 3.1.12 " />
53
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.14 " />
54
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.14 " />
55
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 3.1.18 " />
56
56
</ItemGroup >
57
57
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
58
58
<DefineConstants >NETSTANDARD2;NETSTANDARD</DefineConstants >
0 commit comments