Skip to content

Commit 93708e8

Browse files
committed
Updated test project to net5.0
1 parent f25d16f commit 93708e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />
1515

1616
<PropertyGroup>
17-
<TargetFramework>netcoreapp3.1</TargetFramework>
17+
<TargetFramework>net5.0</TargetFramework>
1818
<IsPackable>false</IsPackable>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)