xamarin-macios/tests/bindings-test2/dotnet/macOS/bindings-test2.csproj

14 строки
380 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-macos</TargetFramework>
</PropertyGroup>
<!-- Imports of the form '../shared.csproj' will be processed by xharness -->
<Import Project="../shared.csproj" />
<ItemGroup>
<!-- this empty item group is here for xharness -->
</ItemGroup>
</Project>