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.
20 lines
697 B
20 lines
697 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net9.0</TargetFramework> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<Nullable>enable</Nullable> |
|
<AnalysisLevel>latest-Recommended</AnalysisLevel> |
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="CliWrap" Version="3.9.0" /> |
|
<PackageReference Include="LanguageExt.Core" Version="4.4.9" /> |
|
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.6" /> |
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" /> |
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project>
|
|
|