Skip to content

Commit 45234ce

Browse files
committed
update web to dotnet 8.0.17
1 parent c48d172 commit 45234ce

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

src/dsstats.maui/dsstats.maui8/dsstats.maui8.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<ProjectReference Include="..\..\dsstats.ratings.lib\dsstats.ratings.lib.csproj" />
8888
<ProjectReference Include="..\..\dsstats.razorlib\dsstats.razorlib.csproj" />
8989
<ProjectReference Include="..\..\dsstats.shared\dsstats.shared.csproj" />
90+
<ProjectReference Include="..\dsstats.builder\dsstats.builder\dsstats.builder.csproj" />
9091
<ProjectReference Include="..\dsstats.localization\dsstats.localization.csproj" />
9192
<ProjectReference Include="..\pax.dsstats.parser\pax.dsstats.parser.csproj" />
9293
<ProjectReference Include="..\SqliteMigrations\SqliteMigrations.csproj" />

src/dsstats.web/dsstats.authclient/dsstats.authclient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.15" />
17-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.15" />
16+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.17" />
17+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.17" />
1818
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1919
</ItemGroup>
2020

src/dsstats.web/dsstats.web.Client/dsstats.web.Client.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.15" />
14-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.15" />
15-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.15" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.17" />
14+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.17" />
15+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.17" />
1616
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1717
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
1818
</ItemGroup>

src/dsstats.web/dsstats.web/dsstats.web.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<ProjectReference Include="..\..\dsstats.shared\dsstats.shared.csproj" />
1313
<ProjectReference Include="..\dsstats.authclient\dsstats.authclient.csproj" />
1414
<ProjectReference Include="..\dsstats.web.Client\dsstats.web.Client.csproj" />
15-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.15" />
16-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.15" />
17-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.15" />
18-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.15" />
15+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.17" />
16+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.17" />
17+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.17" />
18+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.17" />
1919
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)