Baseflow / DSTV.Net

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

Added support for .netstandard 2.0 #8

Closed tluijken closed 1 year ago

tluijken commented 1 year ago

Added support for .netstandard 2.0.

I've separated the build targets for the test project and the library project. If I were to set netstandard20 as a target framework on the directory level, the xUnit runners are restored using .NET Framework 4.7.3, which isn't available on Linux.

Other notable changes: