mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
4be602a137
Update to C# bindings to use a more recent version of GtkSharp and regenerate the bindings with that version Fix #1718
19 lines
No EOL
773 B
XML
19 lines
No EOL
773 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
|
|
<RootNamespace>Gst</RootNamespace>
|
|
<LangVersion>10</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="GLibSharp.GLibSharp" Version="3.22.0" />
|
|
<PackageReference Include="GLibSharp.GioSharp" Version="3.22.0" />
|
|
<PackageReference Include="GLibSharp.AtkSharp" Version="3.22.0" />
|
|
</ItemGroup>
|
|
</Project> |