The-Standard-Organization / ADotNet

ADotNet is a.NET library that enables software engineers on the .NET platform to develop AzureDevOps pipelines and Git Actions in C#.
98 stars 34 forks source link

CONFIG: Added LangVersion to project file to enable multi-targeting on .netstandard2.0/2.1 #70

Closed dlandi closed 1 year ago

dlandi commented 1 year ago

Consider multi-targeting on .NetStandard 2.0 and 2.0 for maximum reach. I added the LangVersion=11 option to the project file to get around .NetStandard 2.0 limitations.

I also updated the nuget packages.

All unit tests pass.