diff --git a/Directory.Build.props b/Directory.Build.props index ef167aadb34a..9fef8a526ee0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -88,7 +88,10 @@ true - + net5.0 net461 diff --git a/eng/Versions.props b/eng/Versions.props index 513f6a97a04c..1204c564bed4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -237,10 +237,10 @@ 11.1.0 1.4.0 6.7.1 - + 2.1.1 2.2.0 - 3.1.3-servicing-20163-14 + 3.1.7-servicing-20372-13 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension31PackageVersion) $(MicrosoftAspNetCoreAzureAppServicesSiteExtension31PackageVersion) diff --git a/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj index dcb3bfe974fc..24e529ed1a7e 100644 --- a/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj +++ b/src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj @@ -24,13 +24,27 @@ + - - - + + + @@ -43,8 +57,13 @@ - - + + - - + + + + - - + diff --git a/src/SiteExtensions/Sdk/SiteExtension.targets b/src/SiteExtensions/Sdk/SiteExtension.targets index c2bf7ea61a28..792d83e0906a 100644 --- a/src/SiteExtensions/Sdk/SiteExtension.targets +++ b/src/SiteExtensions/Sdk/SiteExtension.targets @@ -9,11 +9,11 @@ <_TemplatesDirectory>$(MSBuildThisFileDirectory)..\content\ - <_DepsOutputDirectory>$(IntermediateOutputPath)\se\ - <_WorkingDirectory>$(_DepsOutputDirectory)\depswork + <_DepsOutputDirectory>$(IntermediateOutputPath)se\ + <_WorkingDirectory>$(_DepsOutputDirectory)depswork <_BasePackagePath>content\additionaldeps\ - <_RuntimeStoreManifestFile>$(_DepsOutputDirectory)\rs.csproj - <_RuntimeStoreOutput>$(_DepsOutputDirectory)\rs\ + <_RuntimeStoreManifestFile>$(_DepsOutputDirectory)rs.csproj + <_RuntimeStoreOutput>$(_DepsOutputDirectory)rs\ <_RsRestoreSources> $(RestoreAdditionalProjectSources); $(ArtifactsShippingPackagesDir); @@ -55,7 +55,7 @@ Project="$(_DepsOutputDirectory)%(HostingStartupPackageReference.Identity)\HostingStartup.csproj" DepsFile="$(_DepsOutputDirectory)%(HostingStartupPackageReference.Identity)\p\HostingStartup.deps.json" TrimmedDepsFile="$(_DepsOutputDirectory)%(HostingStartupPackageReference.Identity)\%(HostingStartupPackageReference.Identity).deps.json" - PackagePath="$(_BasePackagePath)\shared\Microsoft.AspNetCore.App\$(AspNetCoreMajorMinorVersion).0\" + PackagePath="$(_BasePackagePath)shared\Microsoft.AspNetCore.App\$(AspNetCoreMajorMinorVersion).0\" /> diff --git a/src/SiteExtensions/build.cmd b/src/SiteExtensions/build.cmd index d0f42cd74e4a..687895d0c9af 100644 --- a/src/SiteExtensions/build.cmd +++ b/src/SiteExtensions/build.cmd @@ -3,7 +3,7 @@ SET RepoRoot=%~dp0..\.. ECHO Building x64 Microsoft.AspNetCore.Runtime.SiteExtension CALL "%RepoRoot%\build.cmd" -arch x64 -projects "%~dp0Runtime\Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj" ^ - "/bl:%RepoRoot%/artifacts/log/SiteExtensions-Runtime-x86.binlog" %* + "/bl:%RepoRoot%/artifacts/log/SiteExtensions-Runtime-x64.binlog" %* IF %ERRORLEVEL% NEQ 0 ( EXIT /b %ErrorLevel% )