Updated code to correclty support and compile using .NET Core RC4 (and Visual Studio 2017). May break compatibility with VS2015. Older .NET Core will not be supported. Fixes #13

Signed-off-by: Natalia Portillo <claunia@claunia.com>
This commit is contained in:
2017-02-22 21:25:31 +00:00
parent c646d1beb2
commit e071148e2b
15 changed files with 157 additions and 325 deletions

View File

@@ -1,3 +1,17 @@
2017-02-22 Natalia Portillo <claunia@claunia.com>
* SvnInfo.txt:
Removed, no longer tracking from SVN.
* plist-cil.csproj:
Updated for .NET Core.
* .travis.yml:
Added .NET Core target.
* .gitignore:
Ignore .vs settings folder.
2015-02-25 Natalia Portillo <claunia@claunia.com>
* SvnInfo.txt: