feat: reference Shared package.

This commit is contained in:
Zhang Dian
2025-09-02 16:23:16 +08:00
parent ae5655595b
commit ff81cd3258
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,6 @@
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
</PackageReference>
<PackageReference Include="CommunityToolkit.Mvvm" Version="$(CommunityToolkitVersion)"/>
<PackageReference Include="Irihi.Avalonia.Shared" Version="0.3.0" />
</ItemGroup>
<ItemGroup>

View File

@@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)"/>
<PackageReference Include="Irihi.Avalonia.Shared" Version="0.3.0"/>
</ItemGroup>
</Project>