Gallery/Gallery.Util/Gallery.Util.csproj
2021-08-05 16:19:53 +08:00

24 lines
706 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Ref\Tsanie.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<None Remove="System.Text.Json" />
<None Remove="Xamarin.Forms" />
<None Remove="Interface\" />
<None Remove="Model\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2083" />
</ItemGroup>
<ItemGroup>
<Folder Include="Interface\" />
<Folder Include="Model\" />
</ItemGroup>
</Project>