📄 tests/Integrations/HomeAssistant/HomeAssistant.csproj
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <RootNamespace>MMirror.Integrations.HomeAssistant.Tests</RootNamespace>
    <AssemblyName>MMirror.Integrations.HomeAssistant.Tests</AssemblyName>
    <UserSecretsId>a3f8c2d1-7b4e-4a9f-9c6d-1e2f3a4b5c6d</UserSecretsId>
    <EnableMSTestRunner>true</EnableMSTestRunner>
    <OutputType>Exe</OutputType>
    <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
    <TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\src\Integrations\HomeAssistant\HomeAssistant.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.Hosting" />
    <PackageReference Include="MSTest" />
    <PackageReference Include="Shouldly" />
  </ItemGroup>
</Project>