File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\Version.props" />
44
55 <ItemGroup >
6- <PackageReference Include =" AspNetCore.SassCompiler" Version =" 1.79.5 " Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == '$(RunTargetFramework)'" />
6+ <PackageReference Include =" AspNetCore.SassCompiler" Version =" 1.92.1 " Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == '$(RunTargetFramework)'" />
77 </ItemGroup >
88
99 <Target Name =" CopyCss" AfterTargets =" Build" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
10- <Message Text =" Copy bootstrap assets ..." Importance =" high" Condition = " '$(Configuration)'=='Debug' " ></Message >
10+ <Message Text =" Copy bootstrap assets ..." Importance =" high" ></Message >
1111 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" ></Copy >
1212 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.min.css" SkipUnchangedFiles =" true" ></Copy >
1313 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.rtl.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.rtl.min.css" SkipUnchangedFiles =" true" ></Copy >
You can’t perform that action at this time.
0 commit comments