Skip to content

Commit

Permalink
dotnet v8.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ipax77 committed Feb 26, 2025
1 parent cf4f61d commit 0f8d1e8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/dsstats.apiServices/dsstats.apiServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/dsstats.razorlib/dsstats.razorlib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ItemGroup>
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="pax.BlazorChartJs" Version="0.8.5" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/dsstats.web/dsstats.authclient/dsstats.authclient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.13" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/dsstats.web/dsstats.web.Client/dsstats.web.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.13" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/dsstats.web/dsstats.web/dsstats.web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<ProjectReference Include="..\..\dsstats.shared\dsstats.shared.csproj" />
<ProjectReference Include="..\dsstats.authclient\dsstats.authclient.csproj" />
<ProjectReference Include="..\dsstats.web.Client\dsstats.web.Client.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.11" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.13" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
</ItemGroup>

</Project>

0 comments on commit 0f8d1e8

Please sign in to comment.