mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 18:49:08 +08:00
chore(Target): add version props (#4705)
This commit is contained in:
parent
dc640a7268
commit
a88f48080d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user