File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" Autofac.Extensions.DependencyInjection" Version =" 4.1.0" />
1414 <PackageReference Include =" IdentityServer4.AccessTokenValidation" Version =" 1.2.0" />
15- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.0.0" />
1615 <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.2" />
1716 <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.3" />
1817 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 1.1.2" />
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . IO ;
4- using System . Linq ;
5- using System . Threading . Tasks ;
1+ using System . IO ;
62using Microsoft . AspNetCore . Builder ;
73using Microsoft . AspNetCore . Hosting ;
84
@@ -17,7 +13,6 @@ public static void Main(string[] args)
1713 . UseHealthChecks ( "/hc" )
1814 . UseContentRoot ( Directory . GetCurrentDirectory ( ) )
1915 . UseStartup < Startup > ( )
20- . UseApplicationInsights ( )
2116 . Build ( ) ;
2217
2318 host . Run ( ) ;
Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212 <ItemGroup >
1313 <PackageReference Include =" Autofac.Extensions.DependencyInjection" Version =" 4.1.0" />
14- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.0.0" />
1514 <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.2" />
1615 <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.3" />
1716 <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.2" />
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . IO ;
4- using System . Linq ;
5- using System . Threading . Tasks ;
1+ using System . IO ;
62using Microsoft . AspNetCore . Builder ;
73using Microsoft . AspNetCore . Hosting ;
84
@@ -16,7 +12,6 @@ public static void Main(string[] args)
1612 . UseKestrel ( )
1713 . UseContentRoot ( Directory . GetCurrentDirectory ( ) )
1814 . UseStartup < Startup > ( )
19- . UseApplicationInsights ( )
2015 . Build ( ) ;
2116
2217 host . Run ( ) ;
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . IO ;
4- using System . Linq ;
5- using System . Threading . Tasks ;
1+ using System . IO ;
62using Microsoft . AspNetCore . Hosting ;
73
84namespace WebStatus
@@ -16,7 +12,6 @@ public static void Main(string[] args)
1612 . UseContentRoot ( Directory . GetCurrentDirectory ( ) )
1713 . UseIISIntegration ( )
1814 . UseStartup < Startup > ( )
19- . UseApplicationInsights ( )
2015 . Build ( ) ;
2116
2217 host . Run ( ) ;
Original file line number Diff line number Diff line change 99 <DockerComposeProjectPath >..\..\..\docker-compose.dcproj</DockerComposeProjectPath >
1010 </PropertyGroup >
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.0.0" />
1312 <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.2" />
1413 <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.3" />
1514 <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 1.1.2" />
You can’t perform that action at this time.
0 commit comments