feat: extract AvaloniaVersion markup.

This commit is contained in:
Zhang Dian
2023-07-20 00:32:38 +08:00
parent 8d922f7f06
commit f0e5d34803
3 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Package.props"/>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
@@ -11,11 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="TypeConverters" />
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)"/>
</ItemGroup>
</Project>