From 904aac36123e7d62081eb4f0e50c86a50aab9a66 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 16 Oct 2018 08:14:16 -0700 Subject: [PATCH] Embed version into 2.1 logging site extensions name (#238) --- build/repo.props | 2 +- .../Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/repo.props b/build/repo.props index a24704a3c4..9c56de94ff 100644 --- a/build/repo.props +++ b/build/repo.props @@ -13,7 +13,7 @@ - + diff --git a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj index 725847a797..0db7d43804 100644 --- a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj +++ b/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj @@ -1,6 +1,7 @@  + $(VersionPrefix.Substring(0, $(VersionPrefix.LastIndexOf('.')))) ASP.NET Core Extensions This extension enables additional functionality for ASP.NET Core on Azure WebSites, such as enabling Azure logging. net461 @@ -8,6 +9,7 @@ aspnet;logging;aspnetcore;AzureSiteExtension;keyvault;configuration;dataprotection content $(MicrosoftNETCoreApp21PackageVersion) + AspNetCoreRuntime.$(TrimmedVersion)