File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
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
- <Version >9.10.0 </Version >
4
+ <Version >9.10.1 </Version >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
</ItemGroup >
8
8
9
9
<Target Name =" CopyCss" AfterTargets =" Build" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
10
- <Message Text =" Copy bootstrap assets ..." Importance =" high" ></Message >
11
- <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'!='Debug'" ></Copy >
12
- <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'=='Debug'" ></Copy >
10
+ <Message Text =" Copy bootstrap assets ..." Importance =" high" Condition =" '$(Configuration)'=='Debug'" ></Message >
11
+ <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" ></Copy >
13
12
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.min.css" SkipUnchangedFiles =" true" ></Copy >
14
13
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.rtl.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.rtl.min.css" SkipUnchangedFiles =" true" ></Copy >
15
14
You can’t perform that action at this time.
0 commit comments