mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
9 lines
200 B
XML
9 lines
200 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<DeterministicSourcePaths>true</DeterministicSourcePaths>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|