mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Add dotnet-trx fixture project
This commit is contained in:
parent
6aba2a4454
commit
62ec9da2d6
10 changed files with 676 additions and 3 deletions
7
reports/dotnet/DotnetTests.Unit/DotnetTests.Unit.csproj
Normal file
7
reports/dotnet/DotnetTests.Unit/DotnetTests.Unit.csproj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue