NancyFx / Nancy

Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
http://nancyfx.org
MIT License
7.16k stars 1.47k forks source link

Target .NET Standard 2.1 #3007

Open 0x414c49 opened 4 years ago

0x414c49 commented 4 years ago

Prerequisites

Description

At the moment NancyFX only targets .NET Standard 2.0 and .NET 4.5.2. Since .NET Standard 2.1 is out, we can target the project for .NET Standrd 2.1.

0x414c49 commented 4 years ago

In PR #3008, I resolved this issue. The only problem is the +500 analysis warnings for async usages.