misc: rename project.

This commit is contained in:
rabbitism
2022-11-05 00:11:50 +08:00
parent c55e64a3d8
commit 9a0b5c661e
26 changed files with 59 additions and 59 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<LangVersion>10</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0-preview3" />
</ItemGroup>
</Project>