Skip to content

Commit fb296af

Browse files
[main] Source code updates from dotnet/dotnet (#18890)
* Backflow from https://github.com/dotnet/dotnet / 2b85e08 build 282207 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 282207 No dependency updates to commit * Update dependencies from https://github.com/dotnet/dotnet build 282240 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1614065 commit fb296af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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="9eb0ecd40ec7a605a0c9c41341919db0ff9bf5ad" BarId="282024" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="8ea69c337be69385ff7eb44b2a54db78010110d8" BarId="282240" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Build" Version="17.15.0-preview-25278-01">
66
<Uri>https://github.com/dotnet/msbuild</Uri>

tests/AheadOfTime/Trimming/check.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ CheckTrim -root "SelfContained_Trimming_Test" -tfm "net9.0" -outputfile "FSharp.
5858
CheckTrim -root "StaticLinkedFSharpCore_Trimming_Test" -tfm "net9.0" -outputfile "StaticLinkedFSharpCore_Trimming_Test.dll" -expected_len 9154048
5959

6060
# Check net9.0 trimmed assemblies with F# metadata resources removed
61-
CheckTrim -root "FSharpMetadataResource_Trimming_Test" -tfm "net9.0" -outputfile "FSharpMetadataResource_Trimming_Test.dll" -expected_len 7607296
61+
CheckTrim -root "FSharpMetadataResource_Trimming_Test" -tfm "net9.0" -outputfile "FSharpMetadataResource_Trimming_Test.dll" -expected_len 7607296
6262

0 commit comments

Comments
 (0)