From 417e6b81ea4febeac4ff8b20a17f6ba0848b728d Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 29 Jun 2017 11:15:57 -0700 Subject: [PATCH] Cross-compile hosting startups (#68) --- .../ApplicationInsightsHostingStartupSample.csproj | 2 -- .../AzureAppServicesHostingStartupSample.csproj | 1 - sample/AzureAppServicesSample/AzureAppServicesSample.csproj | 1 - ...crosoft.AspNetCore.ApplicationInsights.HostingStartup.csproj | 2 +- .../Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj | 2 +- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj b/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj index bb6c2bf18a..2fadb39ae1 100644 --- a/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj +++ b/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj @@ -4,8 +4,6 @@ netcoreapp2.0;net461 - win7-x86;win7-x64;linux-x64;osx-x64 - netcoreapp2.0 diff --git a/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj b/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj index e67d4532eb..e1b3edb605 100644 --- a/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj +++ b/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj @@ -4,7 +4,6 @@ netcoreapp2.0;net461 - netcoreapp2.0 diff --git a/sample/AzureAppServicesSample/AzureAppServicesSample.csproj b/sample/AzureAppServicesSample/AzureAppServicesSample.csproj index b68846a080..c4d3357ba0 100644 --- a/sample/AzureAppServicesSample/AzureAppServicesSample.csproj +++ b/sample/AzureAppServicesSample/AzureAppServicesSample.csproj @@ -4,7 +4,6 @@ netcoreapp2.0;net461 - netcoreapp2.0 diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj b/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj index 51bbb0c1a5..904fedb20f 100644 --- a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj +++ b/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj @@ -5,7 +5,7 @@ ASP.NET Core lightup integration with Application Insights. - netstandard2.0 + netcoreapp2.0;net461 true Exe aspnetcore;ApplicationInsights;Analytics;Telemetry;AppInsights diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj b/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj index ea0266352f..e59b812222 100644 --- a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj +++ b/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj @@ -5,7 +5,7 @@ ASP.NET Core lightup integration with Azure AppServices. - netstandard2.0 + netcoreapp2.0;net461 true Exe aspnetcore;azure;appservices