📄 tests/Integrations/Vasttrafik/Vasttrafik.csproj
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <RootNamespace>MMirror.Integrations.Vasttrafik.Tests</RootNamespace>
    <AssemblyName>MMirror.Integrations.Vasttrafik.Tests</AssemblyName>
    <UserSecretsId>56558719-c98e-4775-b354-047b9642b3e9</UserSecretsId>
    <EnableMSTestRunner>true</EnableMSTestRunner>
    <OutputType>Exe</OutputType>
    <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
    <TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\src\Integrations\Vasttrafik\Vasttrafik.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.Hosting" />
    <PackageReference Include="MSTest" />
    <PackageReference Include="Shouldly" />
  </ItemGroup>
</Project>