From 2287b4dc6efeaeb4da04d7a2893020d50a8c3d9d Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Mon, 5 Apr 2021 23:38:03 +0200 Subject: [PATCH] Target netstandard 2.0 as well as net5.0 --- src/Directory.Build.props | 5 ++--- src/TermInfo/TermInfo.csproj | 24 +++++++++++++++--------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7ade758..797c9bb 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -16,10 +16,9 @@ A .NET library to read binary terminfo files. Patrik Svensson, Phil Scott git - https://github.com/spectreconsole/wcwidth - https://github.com/spectreconsole/wcwidth + https://github.com/spectreconsole/terminfo + https://github.com/spectreconsole/terminfo MIT - https://github.com/spectreconsole/wcwidth/releases diff --git a/src/TermInfo/TermInfo.csproj b/src/TermInfo/TermInfo.csproj index 2894266..2609517 100644 --- a/src/TermInfo/TermInfo.csproj +++ b/src/TermInfo/TermInfo.csproj @@ -1,20 +1,26 @@ - net5.0 - TermInfo - Patrik Svensson, Phil Scott + net5.0;netstandard2.0 enable - TermInfo - A library to read binary terminfo files. - MIT - https://github.com/spectreconsole/terminfo - https://github.com/spectreconsole/terminfo - git + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + 3.0.0 + False + +