Skip to content

Commit d9ac318

Browse files
authored
Merge pull request #50261 from mrbullwinkle/mrb_08_28_2018_console
Fix Note text .NET Framework
2 parents b8231d6 + fef72a4 commit d9ac318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-insights/application-insights-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: tbd
1212
ms.tgt_pltfrm: ibiza
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 08/15/2018
15+
ms.date: 08/28/2018
1616
ms.reviewer: lmolkova
1717
ms.author: mbullwin
1818

@@ -41,7 +41,7 @@ telemetryClient.TrackTrace("Hello World!");
4141
You may initialize and configure Application Insights from the code or using `ApplicationInsights.config` file. Make sure initialization happens as early as possible.
4242

4343
> [!NOTE]
44-
> Instructions referring to **ApplicationInsights.config** are only applicable to apps that are targeting .NET Standard, and do not apply to .NET Core applications.
44+
> Instructions referring to **ApplicationInsights.config** are only applicable to apps that are targeting the .NET Framework, and do not apply to .NET Core applications.
4545
4646
### Using config file
4747

0 commit comments

Comments
 (0)