Enrico Sada
|
8739803778
|
netcore frameworks
|
2016-03-16 03:01:05 +01:00 |
|
Bryan
|
b1885eaa58
|
Cleanup all the Trims everywhere. csc is the only program which requires response files to have quotes.
additional cleanup
|
2016-02-17 16:38:41 -08:00 |
|
Enrico Sada
|
7dd4bdf268
|
fix build of target framework net46
|
2016-02-12 19:14:50 +01:00 |
|
Enrico Sada
|
57ae360c23
|
use DNXCORE50 define to check if target framework is Desktop
Best is to use NuGetFramework.IsDesktop method, but i cannot parse the assemblyInfoOptions.TargetFramework as NuGetFramework
|
2016-02-12 19:14:50 +01:00 |
|
Enrico Sada
|
a2a319c55a
|
support project.json compilationOptions.additionalArguments
|
2016-02-12 19:14:49 +01:00 |
|
Enrico Sada
|
19a66849a4
|
always create a pdb, dotnet-build crash if not found
a `noPdb` options doesnt exists in project.json, a pdb is required as compile output
|
2016-02-12 19:14:49 +01:00 |
|
Enrico Sada
|
e8e3f7c78f
|
fix invalid arguments, fsc has problems with quoted arguments ( quoted with " )
|
2016-02-12 19:14:48 +01:00 |
|
Enrico Sada
|
2bd7a978cf
|
add --targetprofile:netcore if target framework is not desktop
|
2016-02-12 19:14:47 +01:00 |
|
David Fowler
|
dfc59eb20e
|
Everything in the same project
- Build in intrinsic commands as part of dotnet
|
2016-02-01 14:56:32 -08:00 |
|