Skip to content

Commit 35c3b00

Browse files
committed
hotfix: templates use 8.0.11 SDK
1 parent d640694 commit 35c3b00

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/Templates/content/BlazorWeb-CSharp/BlazorWeb-CSharp.Client/BlazorWeb-CSharp.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
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'" />
14+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
15+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'True'" />
1616
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-*" />
1717
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-*" />
1818
</ItemGroup>

src/Templates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/BlazorWeb-CSharp.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<!--#if (UseWebAssembly || IndividualLocalAuth) -->
2020
<ItemGroup>
2121
<ProjectReference Include="..\BlazorWeb-CSharp.Client\BlazorWeb-CSharp.Client.csproj" Condition="'$(UseWebAssembly)' == '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'" />
22+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.11" Condition="'$(UseWebAssembly)' == 'True'" />
23+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'True'" />
24+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'True'" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'True'" />
2828
</ItemGroup>
2929

3030
<!--#endif -->

src/Templates/content/ComponentsWebAssembly-CSharp/ComponentsWebAssembly-CSharp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
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'" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
14+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" />
15+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.11" Condition="'$(IndividualLocalAuth)' == 'true'" />
16+
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.11" Condition="'$(OrganizationalAuth)' == 'true' OR '$(IndividualB2CAuth)' == 'true'" />
1717
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-*" />
1818
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-*" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)