Samuel Surtees
0f54214cf7
Merge pull request #1565 from ClxS/AllowUnsafeBlocks-net5-fix
...
AllowUnsafeBlocks will now be a project level property in new format
2020-12-08 11:06:52 +10:00
Carl
2e4df1f347
AllowUnsafeBlocks will now be a project level property in new format C# projects
...
Fixes #1549
2020-12-07 21:17:19 +00:00
Carl
7af525d706
Simplified net platform check to include net[x]
2020-12-07 20:09:36 +00:00
rhuvendiek
79eb04b5e6
Do not add <Link> for .NET resources or the resource will not be
...
properly embedded.
2020-05-13 21:25:57 +02:00
Carl
148bd00268
Fixed test failures
2020-01-05 20:25:40 +00:00
Carl
33e5be812c
Initial netcore support ( #2 )
2020-01-05 19:59:51 +00:00
thwatson
e152b8ba85
Support for CSDialect
2018-07-27 11:49:58 -07:00
Tom van Dijck
472523d59d
fixes to dotnetbase code for C++ nuget support.
2017-10-09 10:38:01 -07:00
R. Blaine Whittle
116b1c2c80
for vs2017 and up nuget is now handled by msbuild instead of premake
...
via the new PackageReference nodes.
The upsides here are
1) the MS package downloading and validation is much faster than the premake version
2) since the config is in the project file instead of packages.config which means
multiple nuget projects can sit in the same folder.
Fixed nuget code to only use PackageReference on .net projects,
and moved validation code into the module where it belongs.
2017-10-09 10:38:01 -07:00
Erian Russell
8e02b419d0
fix disablewarnings ( #795 ) ( #896 )
2017-09-19 09:13:09 -07:00
Tom van Dijck
f2f739d79c
Fsharp support ( #879 )
...
* Generate fsproj for F# projects.
* store the order of the original file list.
* fixes based on review.
* I guess this was supposed to be moved.
2017-08-30 11:35:42 -07:00