Skip to content

Commit

Permalink
[release/2.1] Bump some versions (#3866)
Browse files Browse the repository at this point in the history
* Move to latest KoreBuild / .NET SDK

* Update baselines
- did not ship any C# packages in 2.1.27
- re-enable baseline validation

* Bump Microsoft.NETCore.App package version
  • Loading branch information
dougbu committed Apr 14, 2021
1 parent 6d15218 commit fd30ce1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/Baseline.Designer.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<ExtensionsBaselineVersion>2.1.26</ExtensionsBaselineVersion>
<ExtensionsBaselineVersion>2.1.27</ExtensionsBaselineVersion>
</PropertyGroup>
<!-- Package: Microsoft.Extensions.Caching.Abstractions-->
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Caching.Abstractions' ">
Expand Down
2 changes: 1 addition & 1 deletion eng/Baseline.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Baseline Version="2.1.26">
<Baseline Version="2.1.27">
<Package Id="Microsoft.Extensions.Caching.Abstractions" Version="2.1.23" />
<Package Id="Microsoft.Extensions.Caching.Memory" Version="2.1.23" />
<Package Id="Microsoft.Extensions.Caching.Redis" Version="2.1.2" />
Expand Down
5 changes: 3 additions & 2 deletions eng/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

<!-- These package versions may be overridden or updated by automation. -->
<PropertyGroup Label="Package Versions: Auto">
<InternalAspNetCoreSdkPackageVersion>2.1.7-build-20200221.1</InternalAspNetCoreSdkPackageVersion>
<MicrosoftNETCoreAppPackageVersion>2.1.26</MicrosoftNETCoreAppPackageVersion>
<InternalAspNetCoreSdkPackageVersion>2.1.7-build-20210413.1</InternalAspNetCoreSdkPackageVersion>
<MicrosoftNETCoreAppPackageVersion>2.1.27</MicrosoftNETCoreAppPackageVersion>

<NETStandardLibrary20PackageVersion>2.0.3</NETStandardLibrary20PackageVersion>
<SystemDataSqlClientPackageVersion>4.5.3</SystemDataSqlClientPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>4.5.1</SystemDiagnosticsDiagnosticSourcePackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions korebuild-lock.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version:2.1.7-build-20210309.1
commithash:661bf72b3a220a08f26c1919c6f33113e894466d
version:2.1.7-build-20210413.1
commithash:41a55f8d844c4be8c4afa5f70f72b80067f0d113
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<MajorVersion>2</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>28</PatchVersion>
<ValidateBaseline>false</ValidateBaseline>
<ValidateBaseline>true</ValidateBaseline>

<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel></PreReleaseBrandingLabel>
Expand Down

0 comments on commit fd30ce1

Please sign in to comment.