| Name | Message | Date |
|---|---|---|
| 📄 JsonLdRecipeParser.Tests.csproj | 5 days ago | |
| 📄 MSTestSettings.cs | 5 days ago | |
| 📄 packages.lock.json | 5 days ago |
📄
test/JsonLdRecipeParser.Tests/JsonLdRecipeParser.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>JsonLdRecipeParser.Tests</RootNamespace>
<AssemblyName>JsonLdRecipeParser.Tests</AssemblyName>
<TargetFramework>net11.0</TargetFramework>
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\JsonLdRecipeParser\JsonLdRecipeParser.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" />
<PackageReference Include="MSTest" />
</ItemGroup>
</Project>