Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2020-08-31 22:26:04 +0300
committerGitHub <noreply@github.com>2020-08-31 22:26:04 +0300
commit27582545ba5b840cdc7100e7d24df452618c2209 (patch)
tree0791cba5476cd2bfda56a26f6ccfdc4d3f679786 /Directory.Build.props
parentcca4bef83b726e69014adf0225c55b457aafd79b (diff)
Correct the site extensions builds (#25406)
- handle differing SiteExtensions package versions - the arch-specific packages don't stabilize when final package does - update 3.1 packages in bundle to 3.1.7 version - remove useless empty folder from LoggingBranch (arch-specific) package - double slashes help nobody but add an empty-named level in the package nit: fix a binary log filename
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props5
1 files changed, 4 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index ef167aadb3..9fef8a526e 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -88,7 +88,10 @@
<IncludeSymbols>true</IncludeSymbols>
- <!-- Also update the DefaultNetCoreTargetFramework defined at src/Razor/test/testassets/Directory.Build.props -->
+ <!--
+ Also update the DefaultNetCoreTargetFramework defined at src/Razor/test/testassets/Directory.Build.props and
+ the packages referenced in Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj when this changes.
+ -->
<DefaultNetCoreTargetFramework>net5.0</DefaultNetCoreTargetFramework>
<DefaultNetFxTargetFramework>net461</DefaultNetFxTargetFramework>
</PropertyGroup>