File tree 3 files changed +12
-12
lines changed
ComponentsWebAssembly-CSharp 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.7 " />
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.10 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
16
16
<PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version =" 4.*-*" />
17
17
<PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version =" 4.*-*" />
18
18
</ItemGroup >
Original file line number Diff line number Diff line change 19
19
<!-- #if (UseWebAssembly || IndividualLocalAuth) -->
20
20
<ItemGroup >
21
21
<ProjectReference Include =" ..\BlazorWeb-CSharp.Client\BlazorWeb-CSharp.Client.csproj" Condition =" '$(UseWebAssembly)' == 'True'" />
22
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.7 " Condition =" '$(UseWebAssembly)' == 'True'" />
23
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
24
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
25
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
26
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
27
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.10 " Condition =" '$(UseWebAssembly)' == 'True'" />
23
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
24
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
25
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
26
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
27
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'True'" />
28
28
</ItemGroup >
29
29
30
30
<!-- #endif -->
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.7 " />
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.7 " PrivateAssets =" all" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.7 " Condition =" '$(IndividualLocalAuth)' == 'true'" />
16
- <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version =" 8.0.7 " Condition =" '$(OrganizationalAuth)' == 'true' OR '$(IndividualB2CAuth)' == 'true'" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.10 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.10 " PrivateAssets =" all" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.10 " Condition =" '$(IndividualLocalAuth)' == 'true'" />
16
+ <PackageReference Include =" Microsoft.Authentication.WebAssembly.Msal" Version =" 8.0.10 " Condition =" '$(OrganizationalAuth)' == 'true' OR '$(IndividualB2CAuth)' == 'true'" />
17
17
<PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version =" 4.*-*" />
18
18
<PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version =" 4.*-*" />
19
19
</ItemGroup >
You can’t perform that action at this time.
0 commit comments