зеркало из https://github.com/DeGsoft/maui-linux.git
14 строки
408 B
XML
14 строки
408 B
XML
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
<Version>10.0.3</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|