upgraded to netcoreapp2.0

This commit is contained in:
TomPallister
2017-09-21 23:00:22 +01:00
parent badae88e46
commit c06b492b46
8 changed files with 16 additions and 8 deletions

View File

@ -1 +1,6 @@
{"projects":["src","test"]}
{
"projects": [ "src", "test" ],
"sdk": {
"version": "2.0.0"
}
}