AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Drop .NET Core 2.0 targeting in test project #13

Closed AArnott closed 5 years ago

AArnott commented 5 years ago

Microsoft's long-term support for .NET Core 1.x and 2.0 are over. Customers targeting these versions are in a really bad place due to no security patches being offered and thus there are likely few to none out there.

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #13   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 753dd46...6885403. Read the comment docs.