Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 413 Bytes

File metadata and controls

11 lines (8 loc) · 413 Bytes

Preparing new servicing updates

In order to prepare this repo to build a new servicing update, the following changes need to be made.

  • Increment the patch version in the eng/Versions.props file in the repository root.

    -  <AspNetCorePatchVersion>7</AspNetCorePatchVersion>
    +  <AspNetCorePatchVersion>8</AspNetCorePatchVersion>