Initial commit
This commit is contained in:
18
TechMedia.Backend.Vlc/TechMedia.Backend.Vlc.csproj
Normal file
18
TechMedia.Backend.Vlc/TechMedia.Backend.Vlc.csproj
Normal file
@@ -0,0 +1,18 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\TechMedia.Core\TechMedia.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="LibVLCSharp" Version="3.6.5" />
|
||||
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.16" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user