kevin-montrose / Sigil

A fail-fast validating helper for .NET CIL generation
Microsoft Public License
988 stars 92 forks source link

Support for .NETStandard 1.0 - 1.4 #37

Closed Konard closed 5 years ago

Konard commented 8 years ago

Hello, do you plan to support an older versions of .NETStandard platform?

Looks like https://www.nuget.org/packages/Sigil/4.7.0 supports only .NETStandard 1.5

Konard commented 8 years ago

"System.Reflection.Emit": "4.0.1-rc2-24027" - .NETStandard 1.1+ "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027" - .NETStandard 1.0+ "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027" - .NETStandard 1.0+ "System.Reflection.TypeExtensions": "4.1.0-rc2-24027" - .NETStandard 1.3+ "System.Reflection.Metadata": "1.3.0-rc2-24027*" - .NETStandard 1.1+

Your dependencies allow to make at least .NETStandard 1.3+ supportable, not only .NETStandard 1.5

Konard commented 5 years ago

Well, there is .NET Standard 2.0 now much better, so this looks like a useless request.