File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup Condition =" $(VisualStudioVersion) == 17.0" >
44 <RunTargetFramework >net9.0</RunTargetFramework >
5+ <RunTargetFrameworks >net6.0;net7.0;net8.0;net9.0</RunTargetFrameworks >
56 </PropertyGroup >
67
78 <PropertyGroup Condition =" $(VisualStudioVersion) == 18.0" >
89 <RunTargetFramework >net10.0</RunTargetFramework >
10+ <RunTargetFrameworks >net6.0;net7.0;net8.0;net9.0;net10.0</RunTargetFrameworks >
911 </PropertyGroup >
1012
1113</Project >
Original file line number Diff line number Diff line change 33 <Import Project =" ..\Directory.Build.props" />
44 <Import Project =" ..\Logo.props" />
55 <Import Project =" ..\SourceLink.targets" />
6-
6+ <Import Project =" ..\..\Version.props" />
7+
78 <PropertyGroup >
89 <PackageTags >Bootstrap Blazor WebAssembly wasm UI Components</PackageTags >
910 <Description >Bootstrap UI components for Blazor and Razor Components</Description >
1617 <IsPackable >true</IsPackable >
1718 </PropertyGroup >
1819
19- <PropertyGroup Condition =" $(VisualStudioVersion) == 17.0" >
20- <TargetFrameworks >net6.0;net7.0;net8.0;net9.0</TargetFrameworks >
21- </PropertyGroup >
22-
23- <PropertyGroup Condition =" $(VisualStudioVersion) == 18.0" >
24- <TargetFrameworks >net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks >
20+ <PropertyGroup >
21+ <TargetFrameworks >$(RunTargetFrameworks)</TargetFrameworks >
2522 </PropertyGroup >
2623
2724 <PropertyGroup >
Original file line number Diff line number Diff line change 11<Project >
22
3- <Import Project =" ..\..\Version.props" />
4-
53 <ItemGroup >
64 <PackageReference Include =" AspNetCore.SassCompiler" Version =" 1.93.2" Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == '$(RunTargetFramework)'" />
75 </ItemGroup >
You can’t perform that action at this time.
0 commit comments