Skip to content

Commit 71093c8

Browse files
author
Mischa Spelt
committed
Update package references
1 parent 51737af commit 71093c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazorbootstrap/BlazorBootstrap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!--<Company>your_company</Company>-->
1717
<Copyright>Copyright © 2024 Blazor Bootstrap</Copyright>
1818

19-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
19+
<TargetFrameworks>net8.0</TargetFrameworks>
2020
<Nullable>enable</Nullable>
2121
<ImplicitUsings>enable</ImplicitUsings>
2222
<OutputType>Library</OutputType>
@@ -49,7 +49,7 @@
4949
</ItemGroup>
5050

5151
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
52-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />
52+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" />
5353
</ItemGroup>
5454

5555
</Project>

0 commit comments

Comments
 (0)