Baseflow / DSTV.Net

A basic Tekla DSTV NC file parser written in C#
MIT License
3 stars 6 forks source link

Need . netstandard2.0 #7

Closed hqzzzz closed 1 year ago

hqzzzz commented 1 year ago

https://dotnet.microsoft.com/zh-cn/platform/dotnet-standard#versions

Can you provide. NET Standard to run in more places.

martijn00 commented 1 year ago

Why do you need this? Is there a case .NET6 is not sufficient enough?

tluijken commented 1 year ago

I understand the need for the .net standard runtime, as the domain where this package is typically used, still relies on .NET Framework 4.x.x heavily.

Please review changes made to the netstandard20 branch. When approved, the nuget package with support for .NET Standard 2.0 will be available soon after merging.

tluijken commented 1 year ago

@hqzzzz a netstandard runtime version has been made available in version 1.2.0.

Supported framework versions are listed here

Thank you for reporting this issue.