8000 Release Add support for netstandard2_0 · faustodavid/ListPool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for netstandard2_0

Compare
Choose a tag to compare
@faustodavid faustodavid released this 10 Feb 12:11
17a6539

By adding support to NetStandard2_0, we can target more frameworks and work with the applications that haven't been migrated to dotnet core 3.0 or above.

At the moment we are targeting NetStandard2_1 and NetStandard2_0.

0