We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent66a86ca commit1ca42f3Copy full SHA for 1ca42f3
src/FSharpSource.targets
@@ -376,6 +376,12 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
376
<DefineConstants>$(DefineConstants);FX_NO_CONCURRENT_DICTIONARY</DefineConstants>
377
<DefineConstants>$(DefineConstants);PUT_TYPE_PROVIDERS_IN_FSCORE;</DefineConstants>
378
<DefineConstants>$(DefineConstants);FX_ATLEAST_LINQ</DefineConstants>
379
+
380
+ <DefineConstants>$(DefineConstants);FX_NO_TPL_PARALLEL</DefineConstants>
381
+ <DefineConstants>$(DefineConstants);FX_NO_CUSTOMATTRIBUTEDATA</DefineConstants>
382
+ <DefineConstants>$(DefineConstants);FX_NO_BIGINT</DefineConstants>
383
+ <DefineConstants>$(DefineConstants);FX_NO_MONITOR_REPORTS_LOCKTAKEN</DefineConstants>
384
385
<Tailcalls>false</Tailcalls>
386
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
387
<TargetFrameworkOutputDirectory>$(TargetFramework)</TargetFrameworkOutputDirectory>