FlatFile
FlatFile copied to clipboard
.Net Core Support
Are there any plans to support .Net Core 1.1/.2.0?
+1
@forcewake any idea when .net standard will be supported?
Hello @helder-goncalves-cko @niemyjski I will start work on this
Awesome!! That is greatly appreciated!
See pull request #57
How can I help?
Is there actually a code change needed?
I'm working in a .Net Core 2.0 solution, if I use nuget to get the files it forces portable and runs Framework 4.6, but If I just include the source files directly, it runs Core 2.0 native.
Maybe this is just a fix to the nuget publish configuration/current project file settings?