File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net8.0;net7.0;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >net9.0; net8.0;net7.0;net6.0</TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
57
57
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.1" />
58
58
</ItemGroup >
59
59
60
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
61
+ <PackageReference Include =" Macross.Json.Extensions" Version =" 3.0.0" />
62
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.5" />
63
+ </ItemGroup >
64
+
60
65
<ItemGroup >
61
66
<WebpackFiles Include =" $(ProjectDir)src\**.*;" />
62
67
<CompiledWebpackFiles Include =" $(OutDir)wwwroot\XtermBlazor.min.js;$(OutDir)wwwroot\XtermBlazor.min.css" />
You can’t perform that action at this time.
0 commit comments