Skip to content

Commit ad49e54

Browse files
wtgodbedougbu
andauthored
Update branding to 2.1.39 (#29437)
* Update branding to 2.1.38 * Update dependencies.props * Update version.props Co-authored-by: Doug Bunting <[email protected]> Co-authored-by: Doug Bunting <[email protected]>
1 parent 727c0ed commit ad49e54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<!-- These package versions may be overridden or updated by automation. -->
77
<PropertyGroup Label="Package Versions: Auto">
88
<InternalAspNetCoreSdkPackageVersion>2.1.7-build-20210413.1</InternalAspNetCoreSdkPackageVersion>
9-
<MicrosoftNETCoreApp21PackageVersion>2.1.27</MicrosoftNETCoreApp21PackageVersion>
9+
<MicrosoftNETCoreApp21PackageVersion>2.1.30</MicrosoftNETCoreApp21PackageVersion>
1010
</PropertyGroup>
1111

1212
<!-- This may import a generated file which may override the variables above. -->
1313
<Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
1414

1515
<!-- These are package versions that should not be overridden or updated by automation. -->
1616
<PropertyGroup Label="Package Versions: Pinned">
17-
<MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion>2.1.1</MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion>
17+
<MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion>2.1.17-servicing-31324</MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion>
1818
<MicrosoftExtensionsCachingMemoryPackageVersion>2.1.23</MicrosoftExtensionsCachingMemoryPackageVersion>
1919
<MicrosoftExtensionsConfigurationAbstractionsPackageVersion>2.1.1</MicrosoftExtensionsConfigurationAbstractionsPackageVersion>
2020
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>2.1.1</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<MajorVersion>2</MajorVersion>
44
<MinorVersion>1</MinorVersion>
5-
<PatchVersion>14</PatchVersion>
5+
<PatchVersion>39</PatchVersion>
66
<PreReleaseLabel>servicing</PreReleaseLabel>
77
<OfficialBuildId Condition="'$(OfficialBuildId)' == ''">$(BUILD_BUILDNUMBER)</OfficialBuildId>
88
</PropertyGroup>

0 commit comments

Comments
 (0)