| Name | Message | Date |
|---|---|---|
| 📁 OklchConverterTests | 10 hours ago | |
| 📄 Mosaic.Colors.Tests.csproj | 10 hours ago | |
| 📄 MSTestSettings.cs | 10 hours ago | |
| 📄 packages.lock.json | 10 hours ago |
📄
Colors/tests/Mosaic.Colors.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Mosaic.Colors.Tests</RootNamespace>
<AssemblyName>Mosaic.Colors.Tests</AssemblyName>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\Mosaic.Colors.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MSTest" />
<PackageReference Include="Shouldly" />
</ItemGroup>
</Project>