File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
+ <Import Project =" Version.props" />
4
+
3
5
<PropertyGroup >
4
- <RunTargetFramework >net9.0</RunTargetFramework >
5
6
<TargetFramework >$(RunTargetFramework)</TargetFramework >
6
7
</PropertyGroup >
7
8
Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <PropertyGroup >
4
+ <RunTargetFramework >net9.0</RunTargetFramework >
5
+ </PropertyGroup >
6
+
7
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
+ <Import Project =" ..\..\Version.props" />
4
+
3
5
<ItemGroup >
4
6
<PackageReference Include =" AspNetCore.SassCompiler" Version =" 1.79.5" Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == '$(RunTargetFramework)'" />
5
7
</ItemGroup >
6
-
8
+
7
9
<Target Name =" CopyCss" AfterTargets =" Build" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
8
10
<Message Text =" Copy bootstrap assets ..." Importance =" high" ></Message >
9
11
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js/bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" ></Copy >
10
12
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.min.css" SkipUnchangedFiles =" true" ></Copy >
11
13
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.rtl.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.rtl.min.css" SkipUnchangedFiles =" true" ></Copy >
12
-
14
+
13
15
<Message Text =" Copy bootstrapblazor assets ..." Importance =" high" ></Message >
14
16
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/lib/animate/animate.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/animate.min.css" SkipUnchangedFiles =" true" ></Copy >
15
17
<Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/lib/swal/sweetalert2.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/sweetalert2.css" SkipUnchangedFiles =" true" ></Copy >
You can’t perform that action at this time.
0 commit comments