mirror of https://github.com/ErsatzTV/ErsatzTV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
579 B
18 lines
579 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net5.0</TargetFramework> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="MediatR" Version="9.0.0" /> |
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0" /> |
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
|
<PackageReference Include="Winista.MimeDetect" Version="1.0.1" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\ErsatzTV.Core\ErsatzTV.Core.csproj" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|