Commit graph

5 commits

Author SHA1 Message Date
LORDofDOOM 81bbe62c5c [Core] Change .NET Full Framework from 4.7 to 4.6.1 2018-03-21 01:12:52 +01:00
LORDofDOOM bc306495ec [Core] Upgrade packages to support netstandard 2018-01-22 22:02:20 +01:00
LORDofDOOM d62e35df8e [Core] Change libs to netstandard -> Make it run on Linux, rename unused files to *.cs.bak 2018-01-22 21:48:48 +01:00
Andres G. Aragoneses b129e655f8 build: switch to lower framework version (4.5.2 -> 4.5)
This change is good because:
a) It's better to target a lower target framework version if
the project doesn't necessarily depend on the new features
of the newer versions (so, bigger target audience).
b) It lets compile the project with implementations of the
.NET Framework that are not compatible with 4.5.2. For example,
after this change I can successfully build TLSharp with the
Mono v4.2.1 that comes in my Ubuntu Linux 16.04.1.
2016-10-21 23:58:21 +08:00
Afshin Arani 6af7c66a81 Redesign Everything 2016-09-24 17:08:26 +03:30