File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Dependencies >
3- <Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="887f3d5a26e1001ee2777afde10cadcacb8cc735 " BarId="297286 " />
3+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" fsharp" Sha =" 3531114c7feabc86ea3769ca2c5b804e5339a932 " BarId =" 300217 " />
44 <ProductDependencies >
55 <Dependency Name =" Microsoft.Build" Version =" 18.1.0-preview-25515-01" >
66 <Uri >https://github.com/dotnet/msbuild</Uri >
Original file line number Diff line number Diff line change 1414 <PropertyGroup>
1515 <!-- Don't use the built in support for pre-release iteration. The nuget repack task doesn't support
1616 the iteration format at the moment. https://github.com/dotnet/arcade/issues/15919 -->
17- <FSharpPreReleaseIteration></FSharpPreReleaseIteration>
18- <PreReleaseVersionLabel>alpha $(FSharpPreReleaseIteration)</PreReleaseVersionLabel>
17+ <FSharpPreReleaseIteration>2 </FSharpPreReleaseIteration>
18+ <PreReleaseVersionLabel>preview $(FSharpPreReleaseIteration)</PreReleaseVersionLabel>
1919 <!-- F# Version components -->
2020 <FSMajorVersion>11</FSMajorVersion>
2121 <FSMinorVersion>0</FSMinorVersion>
You can’t perform that action at this time.
0 commit comments