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)