misterspeedy / FsExcel

An F# Excel spreadsheet generator
MIT License
143 stars 18 forks source link

Add support for netstandard20 #54

Closed gdziadkiewicz closed 1 year ago

gdziadkiewicz commented 1 year ago

This changes the target framework from netstandard21 to netstandard20 and adds test execution on net481.

gdziadkiewicz commented 1 year ago

@misterspeedy could you take a look at this small one? This is for the netstandard21 -> netstandard20 change and extension of tests.

@smoothdeveloper could you also take a look and review if this plays well with your needs?

smoothdeveloper commented 1 year ago

@gdziadkiewicz could you also adjust .\FsExcel\src\Scripts\CreateRegressionTestActuals.fsx to load from netstandard2.0 location?

After doing this, I was able to run the script under fsianycpu.exe on windows from your branch, which is what I was looking after.

gdziadkiewicz commented 1 year ago

Done

smoothdeveloper commented 1 year ago

Thanks!

misterspeedy commented 1 year ago

Merged! Thanks guys!