File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0 </TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Company >Ophois</Company >
2424 <PackageReference Include =" MudBlazor" Version =" 8.0.0-preview.4" />
2525 </ItemGroup >
2626
27- <ItemGroup >
27+ <ItemGroup Condition = " '$(TargetFramework)' == 'net8.0' " >
2828 <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 8.0.*" />
2929 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.*" />
3030 </ItemGroup >
3131
32+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0' " >
33+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 9.0.*" />
34+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.*" />
35+ </ItemGroup >
36+
3237 <ItemGroup >
3338 <None Include =" ..\content\nuget.png" >
3439 <Pack >True</Pack >
You can’t perform that action at this time.
0 commit comments