Skip to content

Commit 9dc42fd

Browse files
committed
Fix target framework
1 parent 656ac56 commit 9dc42fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Git.hub/Git.hub.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)