Skip to content

Commit 59f584f

Browse files
committed
integrate visualfsharp OOB (2)
1 parent b5d393a commit 59f584f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/FSharpSource.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
609609
<DefineConstants>$(DefineConstants);FX_NO_APP_DOMAINS</DefineConstants>
610610
<DefineConstants>$(DefineConstants);FX_NO_PROCESS_DIAGNOSTICS</DefineConstants>
611611
<DefineConstants>$(DefineConstants);FX_NO_IOBSERVABLE</DefineConstants>
612+
<DefineConstants>$(DefineConstants);FX_NO_WEB_CLIENT</DefineConstants>
612613
<DefineConstants>$(DefineConstants);DONT_INCLUDE_DEPRECATED</DefineConstants>
613614
<DefineConstants>$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants>
614615
<DefineConstants>$(DefineConstants);FX_NO_CONCURRENT_DICTIONARY</DefineConstants>

tests/fsharp/core/netcore/ConsoleApplication1/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static void SetHooks()
9292
}
9393

9494
// execute and handle errors for individual test areas
95-
static void RUN(string testArea, Action action)
95+
static void Run(string testArea, Action action)
9696
{
9797
Console.WriteLine("RUNning area {0}", testArea);
9898

0 commit comments

Comments
 (0)