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>2022-01-19 21:01:39 +0300
committerGitHub <noreply@github.com>2022-01-19 21:01:39 +0300
commit08968dd0d6ab23fc9eafdda03ef65d0d6eefab85 (patch)
tree5a638c6a473ca04b5b9e57205a7ce013295bb7bf /Directory.Build.targets
parentb77071145f277356bbdada2f73cd163ff1d070bb (diff)
Always build App.Ref and the targeting packs (#39568)
- remove `$(IsTargetingPackBuilding)` entirely
Diffstat (limited to 'Directory.Build.targets')
-rw-r--r--Directory.Build.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/Directory.Build.targets b/Directory.Build.targets
index 037e05200a..d8bf2ae9cd 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -47,7 +47,6 @@
<SharedFxProductName>$(Product) $(SharedFxVersion) Shared Framework</SharedFxProductName>
<TargetingPackVersion>$(SharedFxVersion)</TargetingPackVersion>
- <TargetingPackVersion Condition=" ! $(IsTargetingPackBuilding) ">$(TargetingPackVersionPrefix)</TargetingPackVersion>
<PackageVersion Condition=" '$(NoSemVer20)' == 'true' ">$(SiteExtensionVersion)</PackageVersion>
</PropertyGroup>