|
8 | 8 | <PropertyGroup Label="Version settings"> |
9 | 9 | <AspNetCoreMajorVersion>3</AspNetCoreMajorVersion> |
10 | 10 | <AspNetCoreMinorVersion>1</AspNetCoreMinorVersion> |
11 | | - <AspNetCorePatchVersion>7</AspNetCorePatchVersion> |
| 11 | + <AspNetCorePatchVersion>8</AspNetCorePatchVersion> |
12 | 12 | <PreReleasePreviewNumber>0</PreReleasePreviewNumber> |
13 | 13 | <ComponentsWebAssemblyMajorVersion>3</ComponentsWebAssemblyMajorVersion> |
14 | 14 | <ComponentsWebAssemblyMinorVersion>2</ComponentsWebAssemblyMinorVersion> |
|
24 | 24 | <PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel> |
25 | 25 | <AspNetCoreMajorMinorVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion> |
26 | 26 | <!-- The following property may need to be updated if ingesting new versions of Extensions.Refs package. The package override version is used to create PackageOverrides.txt in the targeting pack. --> |
| 27 | + <!-- !!! Update to 3.1.8 once we have a new official build of dotnet/extensions. --> |
27 | 28 | <MicrosoftInternalExtensionsRefsPackageOverrideVersion>3.1.0</MicrosoftInternalExtensionsRefsPackageOverrideVersion> |
28 | 29 | <!-- Additional assembly attributes are already configured to include the source revision ID. --> |
29 | 30 | <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> |
|
34 | 35 | <!-- TargetingPackVersionPrefix is used by projects, like .deb and .rpm, which use slightly different version formats. --> |
35 | 36 | <TargetingPackVersionPrefix>$(VersionPrefix)</TargetingPackVersionPrefix> |
36 | 37 | <!-- Targeting packs do not produce patch versions in servicing builds. No API changes are allowed in patches. --> |
37 | | - <TargetingPackVersionPrefix Condition="'$(IsTargetingPackBuilding)' != 'true'">$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).3</TargetingPackVersionPrefix> |
| 38 | + <TargetingPackVersionPrefix Condition="'$(IsTargetingPackBuilding)' != 'true'">$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).8</TargetingPackVersionPrefix> |
38 | 39 | <ExperimentalVersionPrefix>0.3.$(AspNetCorePatchVersion)</ExperimentalVersionPrefix> |
39 | 40 | <!-- ANCM versioning is intentionally 10 + AspNetCoreMajorVersion because earlier versions of ANCM shipped as 8.x. --> |
40 | 41 | <AspNetCoreModuleVersionMajor>$([MSBuild]::Add(10, $(AspNetCoreMajorVersion)))</AspNetCoreModuleVersionMajor> |
|
0 commit comments