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:
Diffstat (limited to 'eng/PatchConfig.props')
-rw-r--r--eng/PatchConfig.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index d96deb365d..784f0cce0c 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -114,4 +114,8 @@ Later on, this will be checked using this condition:
<PackagesInPatch>
</PackagesInPatch>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.33' ">
+ <PackagesInPatch>
+ </PackagesInPatch>
+ </PropertyGroup>
</Project>