File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7.0;net8.0 </TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
3939 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7.0.1" />
4040 </ItemGroup >
4141
42+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
43+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.0" />
44+ </ItemGroup >
45+
4246 <ItemGroup >
4347 <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
4448 <_Parameter1 >BCSS.Test</_Parameter1 >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net7.0</ TargetFramework >
4+ <TargetFrameworks >net7.0;net8.0</ TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
1111 <SupportedPlatform Include =" browser" />
1212 </ItemGroup >
1313
14- <ItemGroup >
15- <PackageReference Include =" CodeBeam.MudBlazor.Extensions" Version =" 6.5.8" />
16- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7.0.10" />
17- <PackageReference Include =" MudBlazor" Version =" 6.9.0" />
18- </ItemGroup >
14+ <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
15+ <PackageReference Include =" CodeBeam.MudBlazor.Extensions" Version =" 6.5.8" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7.0.10" />
17+ <PackageReference Include =" MudBlazor" Version =" 6.9.0" />
18+ </ItemGroup >
19+
20+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
21+ <PackageReference Include =" CodeBeam.MudBlazor.Extensions" Version =" 6.5.8" />
22+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.0" />
23+ <PackageReference Include =" MudBlazor" Version =" 6.9.0" />
24+ </ItemGroup >
1925
2026 <ItemGroup >
2127 <ProjectReference Include =" ..\BCSS\BCSS.csproj" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" CodeBeam.MudBlazor.Extensions" Version =" 6.5.8 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.10 " />
12- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7 .0.10 " PrivateAssets =" all" />
13- <PackageReference Include =" MudBlazor" Version =" 6.9 .0" />
10+ <PackageReference Include =" CodeBeam.MudBlazor.Extensions" Version =" 6.6.2 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.0 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.0 " PrivateAssets =" all" />
13+ <PackageReference Include =" MudBlazor" Version =" 6.11 .0" />
1414 </ItemGroup >
1515
1616 <ItemGroup >
You can’t perform that action at this time.
0 commit comments