File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
<!-- <Company>your_company</Company>-->
17
17
<Copyright >Copyright © 2024 Blazor Bootstrap</Copyright >
18
18
19
- <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
19
+ <TargetFrameworks >net6.0;net8.0;net9.0 </TargetFrameworks >
20
20
<Nullable >enable</Nullable >
21
21
<ImplicitUsings >enable</ImplicitUsings >
22
22
<OutputType >Library</OutputType >
44
44
<SupportedPlatform Include =" browser" />
45
45
</ItemGroup >
46
46
47
- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
47
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
48
48
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 6.0.36" />
49
49
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.1" />
50
50
</ItemGroup >
51
51
52
- <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
52
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
53
53
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.11" />
54
54
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8.0.0" />
55
55
</ItemGroup >
56
56
57
- <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0' " >
57
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
58
58
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0" />
59
59
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.0" />
60
60
</ItemGroup >
You can’t perform that action at this time.
0 commit comments