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.
16 lines
577 B
16 lines
577 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net7.0</TargetFramework> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<Nullable>enable</Nullable> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="CliWrap" Version="3.6.3" /> |
|
<PackageReference Include="LanguageExt.Core" Version="4.4.3" /> |
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" /> |
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|