mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
8 lines
200 B
XML
8 lines
200 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<DeterministicSourcePaths>true</DeterministicSourcePaths>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|