Merge in 'release/7.0.1xx' changes

This commit is contained in:
dotnet-bot 2022-09-30 17:50:47 +00:00
commit 37730d5380

View file

@ -61,9 +61,9 @@
<PropertyGroup> <PropertyGroup>
<VersionFeature21>30</VersionFeature21> <VersionFeature21>30</VersionFeature21>
<VersionFeature31>30</VersionFeature31> <VersionFeature31>$([MSBuild]::Add($(VersionFeature), 31))</VersionFeature31>
<VersionFeature50>17</VersionFeature50> <VersionFeature50>17</VersionFeature50>
<VersionFeature60>10</VersionFeature60> <VersionFeature60>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature60>
</PropertyGroup> </PropertyGroup>
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents"> <Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">