You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're forking and maintaining the amazing work done by Richard Schneider, who appears to have permanently logged off since November 2019.
To support IPFS in the .NET ecosystem, I'll be maintaining this repo and the net-ipfs-http-client repo, approving PRs, and generally helping the community pick up where Richard left off.
First steps
Before we can have PRs rolling in, one of the first things we need to do is consolidating our TargetFramework to netstandard2.0.
Background
We're forking and maintaining the amazing work done by Richard Schneider, who appears to have permanently logged off since November 2019.
To support IPFS in the .NET ecosystem, I'll be maintaining this repo and the net-ipfs-http-client repo, approving PRs, and generally helping the community pick up where Richard left off.
First steps
Before we can have PRs rolling in, one of the first things we need to do is consolidating our TargetFramework to
netstandard2.0
.There's a few reasons for this:
net45
has since reach end of lifenetstandard1.4
is starting to show its age (also just not recommended anymore)Checklist
netstandard2.0
#if NET45
, etc) have been removed.The text was updated successfully, but these errors were encountered: