We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51737af commit 71093c8Copy full SHA for 71093c8
blazorbootstrap/BlazorBootstrap.csproj
@@ -16,7 +16,7 @@
16
<!--<Company>your_company</Company>-->
17
<Copyright>Copyright © 2024 Blazor Bootstrap</Copyright>
18
19
- <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>net8.0</TargetFrameworks>
20
<Nullable>enable</Nullable>
21
<ImplicitUsings>enable</ImplicitUsings>
22
<OutputType>Library</OutputType>
@@ -49,7 +49,7 @@
49
</ItemGroup>
50
51
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
52
- <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />
+ <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" />
53
54
55
</Project>
0 commit comments