Flurl/Flurl.NETCore/project.json
Nikolay Molchanov 8aa329bbd0 This closes #61
2016-04-06 00:40:58 +03:00

23 lines
435 B
JSON

{
"title": "Flurl.NETCore",
"compile": [ "../Flurl/**/*.cs" ],
"compileExclude": [ "../**/AssemblyInfo.cs", "../Flurl/Util/CommonExtensions.cs" ],
"configurations": {
"Release": {
"compilationOptions": {
"optimize": true
}
}
},
"frameworks": {
"dotnet54": {
"dependencies": {
"System.Linq": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0"
}
}
}
}