blob: a321d624f2dd19bea12d313c5509ffee398fd5fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageVersion>0.0.1</PackageVersion>
<Company>Alee Productions</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="gstreamer-sharp-netcore" Version="0.0.8" />
</ItemGroup>
</Project>
|