Skip to content

Commit

Permalink
Merge pull request #5 from Silvenga/target-net461
Browse files Browse the repository at this point in the history
Target net461
  • Loading branch information
StephenCleary authored Sep 25, 2021
2 parents a3e3ce3 + cc10d11 commit fb12d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Nito.Collections.Deque/Nito.Collections.Deque.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>A double-ended queue.</Description>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.0;netstandard2.0;net461</TargetFrameworks>
<PackageTags>collection;deque;dequeue</PackageTags>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/project.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.1.1</VersionPrefix>
<Authors>Stephen Cleary</Authors>
</PropertyGroup>
</Project>

0 comments on commit fb12d99

Please sign in to comment.