mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2025-12-06 07:28:50 +08:00
chore(Target): add version props (#4705)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<Project>
|
||||
|
||||
<Import Project="Version.props"/>
|
||||
|
||||
<PropertyGroup>
|
||||
<RunTargetFramework>net9.0</RunTargetFramework>
|
||||
<TargetFramework>$(RunTargetFramework)</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
7
Version.props
Normal file
7
Version.props
Normal file
@@ -0,0 +1,7 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<RunTargetFramework>net9.0</RunTargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
@@ -1,5 +1,7 @@
|
||||
<Project>
|
||||
|
||||
<Import Project="..\..\Version.props" />
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AspNetCore.SassCompiler" Version="1.79.5" Condition="'$(Configuration)'=='Debug' and '$(TargetFramework)' == '$(RunTargetFramework)'" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user