File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<Dependencies >
3
3
<ProductDependencies >
4
4
<!-- Intermediate is necessary for source build. -->
5
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-externals" Version =" 9.0.0-alpha.1.24575.1 " >
5
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-externals" Version =" 9.0.0-alpha.1.24515.2 " >
6
6
<Uri >https://github.com/dotnet/source-build-externals</Uri >
7
- <Sha >ab469606a3e6b026dcac301e2dab96117c94faeb </Sha >
7
+ <Sha >659bf534d9fbf673493b821be99df12032277549 </Sha >
8
8
<SourceBuild RepoName =" source-build-externals" ManagedOnly =" true" />
9
9
</Dependency >
10
10
<!-- Intermediate is necessary for source build. -->
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >9.0.103 </VersionPrefix >
3
+ <VersionPrefix >9.0.200 </VersionPrefix >
4
4
<!-- When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages -->
5
5
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true</StabilizePackageVersion >
6
6
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
7
7
<!-- Calculate prerelease label -->
8
- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >rtm </PreReleaseVersionLabel >
8
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
9
9
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
10
10
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
11
11
<PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >
You can’t perform that action at this time.
0 commit comments