Skip to content

Conversation

@seancpeters
Copy link
Contributor

Update the scaffolding build to 2.2.1-servicing-

<MicrosoftAspNetCoreServerKestrelPackageVersion>2.2.0-preview3-35425</MicrosoftAspNetCoreServerKestrelPackageVersion>
<MicrosoftAspNetCoreStaticFilesPackageVersion>2.2.0-preview3-35425</MicrosoftAspNetCoreStaticFilesPackageVersion>
<MicrosoftAspNetCoreTestingPackageVersion>2.2.0-preview3-35425</MicrosoftAspNetCoreTestingPackageVersion>
<MicrosoftApplicationInsightsAspNetCorePackageVersion>2.2.0</MicrosoftApplicationInsightsAspNetCorePackageVersion>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all dependencies still 2.2.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@natemcmaster - per your email I updated all these to 2.2.0, just want to confirm that that's correct.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particular one should be kept at 2.1.1. AppInsights is a partner's team package. You may not want to update your dependency from 2.1.1 to 2.2.0 in a patch update.

@seancpeters seancpeters merged commit d913864 into release/2.2 Dec 7, 2018
Copy link
Contributor

@natemcmaster natemcmaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is close. Just a few things I would recommend changing. otherwise looks good.

<VersionSuffix>rtm</VersionSuffix>
<VersionPrefix>2.2.1</VersionPrefix>
<VersionSuffix>servicing</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll also need to update this line, otherwise the final package builds wont be "2.2.1". I recommend replacing your version.props file with this: https://github.com/aspnet/EntityFrameworkCore/blob/release/2.2/version.props

<MicrosoftAspNetCoreServerKestrelPackageVersion>2.2.0-preview3-35425</MicrosoftAspNetCoreServerKestrelPackageVersion>
<MicrosoftAspNetCoreStaticFilesPackageVersion>2.2.0-preview3-35425</MicrosoftAspNetCoreStaticFilesPackageVersion>
<MicrosoftAspNetCoreTestingPackageVersion>2.2.0-preview3-35425</MicrosoftAspNetCoreTestingPackageVersion>
<MicrosoftApplicationInsightsAspNetCorePackageVersion>2.2.0</MicrosoftApplicationInsightsAspNetCorePackageVersion>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particular one should be kept at 2.1.1. AppInsights is a partner's team package. You may not want to update your dependency from 2.1.1 to 2.2.0 in a patch update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants