Skip to content
zmjack edited this page Jun 12, 2023 · 2 revisions

NStandard

Welcome to the NStandard wiki!


This is a .NET extension library for system library.

No depndencies, providing compatible implementations for .NET Framework similar to some of .NET Core functions.


You can use it to get the following support:

  • Provide compatibility implementation of some new features of .NET Core for .NET Framework.
  • Common data structures and some code patterns.

These frameworks are supported:

NET NET Standard NET Framework
- .NET 5.0
- .NET 6.0
- .NET 7.0
- .NET Standard 2.0
- .NET Standard 2.1
- .NET Framework 3.5
- .NET Framework 4.5.1 - 4.5.2
- .NET Framework 4.6 - 4.6.2
- .NET Framework 4.7 - 4.7.2
- .NET Framework 4.8

Install

  • .NET CLI

    dotnet add package NStandard