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

Commit

Permalink
Remove Microsoft ApplicationInsights
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Moerman committed May 16, 2018
1 parent 8dd9c79 commit 50a5c4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/TeamCityTheatre.Web/TeamCityTheatre.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.4" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.3" />
Expand Down
5 changes: 1 addition & 4 deletions src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@using Microsoft.ApplicationInsights.AspNetCore
@inject JavaScriptSnippet JavaScriptSnippet
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
Expand All @@ -10,7 +8,6 @@
<link asp-append-version="true" rel="stylesheet" href="~/css/bootstrap.min.css"/>
<link asp-append-version="true" rel="stylesheet" href="~/css/font-awesome.min.css"/>
@RenderSection("styles", required:false)
@Html.Raw(JavaScriptSnippet.FullScript)
</head>
<body>
@{ Html.RenderPartial("_nav"); }
Expand Down

0 comments on commit 50a5c4c

Please sign in to comment.