File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 <PackageReference Include =" System.Text.Json" Version =" $(NET9Version)" />
6464 </ItemGroup >
6565
66- <ItemGroup >
67- <PackageReference Include =" AspNetCore.SassCompiler" Version =" 1.80.4" Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == 'net8.0'" />
68- </ItemGroup >
69-
7066 <ItemGroup >
7167 <SupportedPlatform Include =" browser" />
7268 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22
3+ <ItemGroup >
4+ <PackageReference Include =" AspNetCore.SassCompiler" Version =" 1.79.5" Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == 'net8.0'" />
5+ </ItemGroup >
6+
37 <Target Name =" CopyCss" AfterTargets =" Build" Condition =" '$(TargetFramework)' == 'net8.0'" >
48 <Message Text =" Copy bootstrap assets ..." Importance =" high" ></Message >
59 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" ></Copy >
You can’t perform that action at this time.
0 commit comments