Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit 50a5c4c

Browse files
author
Alexander Moerman
committed
Remove Microsoft ApplicationInsights
1 parent 8dd9c79 commit 50a5c4c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.1" />
2827
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.3" />
2928
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.4" />
3029
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.3" />

src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@using Microsoft.ApplicationInsights.AspNetCore
2-
@inject JavaScriptSnippet JavaScriptSnippet
3-
<!DOCTYPE html>
1+
<!DOCTYPE html>
42
<html>
53
<head>
64
<meta charset="utf-8"/>
@@ -10,7 +8,6 @@
108
<link asp-append-version="true" rel="stylesheet" href="~/css/bootstrap.min.css"/>
119
<link asp-append-version="true" rel="stylesheet" href="~/css/font-awesome.min.css"/>
1210
@RenderSection("styles", required:false)
13-
@Html.Raw(JavaScriptSnippet.FullScript)
1411
</head>
1512
<body>
1613
@{ Html.RenderPartial("_nav"); }

0 commit comments

Comments
 (0)