| Name | Message | Date |
|---|---|---|
| 📁 SmhiClientTests | 1 month ago | |
| 📄 MSTestSettings.cs | 1 month ago | |
| 📄 packages.lock.json | 1 month ago | |
| 📄 README.md | 1 month ago | |
| 📄 Smhi.csproj | 1 month ago |
📄
tests/Integrations/Smhi/Smhi.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>MMirror.Integrations.Smhi.Tests</RootNamespace>
<AssemblyName>MMirror.Integrations.Smhi.Tests</AssemblyName>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Integrations\Smhi\Smhi.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="MSTest" />
<PackageReference Include="Shouldly" />
</ItemGroup>
</Project>