You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Text="Configuration '$(Configuration)' is not one of the supported configurations: Debug, Release, Proto"
555
591
Condition="'$(Configuration)'!='Release' and '$(Configuration)'!='Debug' and '$(Configuration)'!='Proto'"/>
556
592
<Error
557
-
Text="TargetFramework '$(TargetFramework)' is not one of the supported configurations: 'empty', net20, net40, sl3-wp, sl5, sl5-compiler, portable47"
593
+
Text="TargetFramework '$(TargetFramework)' is not one of the supported configurations: 'empty', net20, net40, sl3-wp, sl5, sl5-compiler, portable47, netcore78"
558
594
Condition="! ('$(TargetFramework)' == 'net40' or
559
595
'$(TargetFramework)' == 'net20' or
560
596
'$(TargetFramework)' == 'sl5' or
561
597
'$(TargetFramework)' == 'sl5-compiler' or
562
598
'$(TargetFramework)' == 'sl3-wp' or
563
-
'$(TargetFramework)' == 'portable47')"/>
599
+
'$(TargetFramework)' == 'portable47' or
600
+
'$(TargetFramework)' == 'netcore78')"/>
564
601
<Error
565
602
Text="TargetFramework '$(TargetFramework)' is only supported when building FSharp.Core.dll. All other components must be built with TargetFramework=net40"
566
603
Condition="'$(AssemblyName)' != 'FSharp.Core' and '$(TargetFramework)' != 'net40'"/>