2018-11-09 04:07:18 +03:00
|
|
|
Preparing new servicing updates
|
|
|
|
===============================
|
|
|
|
|
|
|
|
In order to prepare this repo to build a new servicing update, the following changes need to be made.
|
|
|
|
|
2019-06-08 03:19:41 +03:00
|
|
|
* Increment the patch version in the [eng/Versions.props](/eng/Versions.props) file in the repository root.
|
2018-11-09 04:07:18 +03:00
|
|
|
|
|
|
|
```diff
|
|
|
|
- <AspNetCorePatchVersion>7</AspNetCorePatchVersion>
|
|
|
|
+ <AspNetCorePatchVersion>8</AspNetCorePatchVersion>
|
|
|
|
```
|
|
|
|
|
2018-11-10 00:05:31 +03:00
|
|
|
* Update the package baselines. This is used to ensure packages keep a consistent set of dependencies between releases.
|
|
|
|
See [eng/tools/BaselineGenerator/](/eng/tools/BaselineGenerator/README.md) for instructions on how to run this tool.
|