Skip to content

Commit 24a9300

Browse files
authored
net5 (#79)
1 parent c5eb208 commit 24a9300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/trx2junit/trx2junit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.0;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp3.0;netcoreapp2.1;net5.0</TargetFrameworks>
66
<PackAsTool>true</PackAsTool>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="../Directory.Build.props" />
44

55
<PropertyGroup>
6-
<TestTfm>netcoreapp3.0;netcoreapp2.1</TestTfm>
6+
<TestTfm>netcoreapp3.0;netcoreapp2.1;net5.0</TestTfm>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)