de-exeify HostingStartup to fix downgrade errors

This commit is contained in:
Andrew Stanton-Nurse 2017-07-11 10:30:22 -07:00
parent 68612c25ce
commit cec12fdd7d
2 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,6 @@
<Description>ASP.NET Core lightup integration with Application Insights.</Description>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>Exe</OutputType>
<PackageTags>aspnetcore;ApplicationInsights;Analytics;Telemetry;AppInsights</PackageTags>
</PropertyGroup>
@ -21,4 +20,4 @@
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="$(AspNetCoreVersion)" />
</ItemGroup>
</Project>
</Project>

View File

@ -7,7 +7,6 @@
<Description>ASP.NET Core lightup integration with Azure AppServices.</Description>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>Exe</OutputType>
<PackageTags>aspnetcore;azure;appservices</PackageTags>
</PropertyGroup>
@ -19,4 +18,4 @@
<ProjectReference Include="..\Microsoft.AspNetCore.AzureAppServicesIntegration\Microsoft.AspNetCore.AzureAppServicesIntegration.csproj" />
</ItemGroup>
</Project>
</Project>