Skip to content

Commit 1a84a67

Browse files
committed
.NET 9 support added.
1 parent 8ed7ada commit 1a84a67

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

blazorbootstrap/BlazorBootstrap.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,18 @@
4545
</ItemGroup>
4646

4747
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
48-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.29" />
49-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
48+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.36" />
49+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.1" />
5050
</ItemGroup>
5151

5252
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
53-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />
53+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
5454
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
5555
</ItemGroup>
5656

57+
<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
58+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.0" />
59+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0" />
60+
</ItemGroup>
61+
5762
</Project>

0 commit comments

Comments
 (0)