Skip to content

Commit

Permalink
Revert "set targetframework to 6.0"
Browse files Browse the repository at this point in the history
This reverts commit 64b095b.
  • Loading branch information
benjamin-hodgson committed Dec 28, 2022
1 parent 4f26fd8 commit 9ac7abe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RepositoryUrl>https://github.com/benjamin-hodgson/Pidgin</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>

<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Pidgin.snk</AssemblyOriginatorKeyFile>
Expand Down
1 change: 1 addition & 0 deletions Pidgin.BuildTool.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);SA0001</NoWarn>
<RollForward>major</RollForward>
Expand Down
3 changes: 2 additions & 1 deletion Pidgin.Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"src": [
{
"files": [
"Pidgin/bin/Release/net6.0/Pidgin.dll"
"Pidgin/bin/Release/net5.0/Pidgin.dll"
],
"src": ".."
}
Expand All @@ -30,3 +30,4 @@
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}

0 comments on commit 9ac7abe

Please sign in to comment.