We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eb208 commit 24a9300Copy full SHA for 24a9300
source/trx2junit/trx2junit.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>netcoreapp3.0;netcoreapp2.1</TargetFrameworks>
+ <TargetFrameworks>netcoreapp3.0;netcoreapp2.1;net5.0</TargetFrameworks>
6
<PackAsTool>true</PackAsTool>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
tests/Directory.Build.props
@@ -3,7 +3,7 @@
<Import Project="../Directory.Build.props" />
- <TestTfm>netcoreapp3.0;netcoreapp2.1</TestTfm>
+ <TestTfm>netcoreapp3.0;netcoreapp2.1;net5.0</TestTfm>
<IsPackable>false</IsPackable>
9
0 commit comments