Skip to content

Commit 1f14a93

Browse files
[main] Source code updates from dotnet/dotnet (#19258)
* Backflow from https://github.com/dotnet/dotnet / 3531114 build 300217 [[ commit created by automation ]] * Update dependencies --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1870673 commit 1f14a93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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>

0 commit comments

Comments
 (0)