Can't run tests local

This commit is contained in:
2024-05-03 16:10:24 -07:00
parent 9d76773ae5
commit cfdf757a42
18 changed files with 654 additions and 159 deletions

View File

@ -31,6 +31,9 @@
<PropertyGroup Condition="'$(IsLinux)'=='true'">
<DefineConstants>Linux</DefineConstants>
</PropertyGroup>
<ItemGroup>
<RuntimeHostConfigurationOption Include="AssemblyName" Value="METCLIMATEC" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="FFMpegCore" Version="5.1.0" />