feat: move to props file.

This commit is contained in:
rabbitism
2023-04-23 01:41:42 +08:00
parent 39b17f52d1
commit 29f7af5bd0
9 changed files with 23 additions and 15 deletions

View File

@@ -6,6 +6,8 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<Import Project="../Directory.Build.props" />
<ItemGroup>
<WasmExtraFilesToDeploy Include="AppBundle\**" />
</ItemGroup>
@@ -19,8 +21,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Browser" Version="11.0.999-cibuild0033637-beta" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.999-cibuild0033637-beta" />
<PackageReference Include="Avalonia.Browser" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
</ItemGroup>
<ItemGroup>