Fix package name (#241)

This commit is contained in:
dotnet-maestro-bot 2018-10-16 11:02:05 -07:00 committed by Pavel Krymets
parent 74aefc855d
commit a68e40c2ca
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<PackageTags>aspnet;logging;aspnetcore;AzureSiteExtension;keyvault;configuration;dataprotection</PackageTags>
<ContentTargetFolders>content</ContentTargetFolders>
<HostingStartupRuntimeFrameworkVersion>$(MicrosoftNETCoreApp21PackageVersion)</HostingStartupRuntimeFrameworkVersion>
<PackageId>AspNetCoreRuntime.$(TrimmedVersion)</PackageId>
<PackageId>Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(TrimmedVersion)</PackageId>
</PropertyGroup>
<ItemGroup>