feat: 全面更新抽离版本号

This commit is contained in:
陈淳
2024-04-02 13:51:48 +08:00
parent 11443beb22
commit 3bfe4b6980
39 changed files with 72 additions and 146 deletions

View File

@@ -1,5 +1,9 @@
<Project>
<Import Project="usings.props" />
<Import Project="version.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
@@ -27,5 +31,9 @@
<ItemGroup>
<Content Remove="$(UserProfile)\.nuget\packages\*\*\contentFiles\any\*\*.abppkg*.json" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>