Skip to content

Commit 3caf0bf

Browse files
committed
wip
1 parent fa14c59 commit 3caf0bf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<!-- System.* packages -->
7676
<!-- If a System.* package is stuck on version 4.3.x, targets .NET Standard 1.x and hasn't been
7777
updated in years, you most likely DON'T need it, please exercise caution when adding it to the list. -->
78-
<SystemPackageVersionVersion>9.0.0</SystemPackageVersionVersion>
78+
<SystemPackageVersionVersion>8.0.0</SystemPackageVersionVersion>
7979
<SystemBuffersVersion>4.6.0</SystemBuffersVersion>
8080
<SystemCollectionsImmutableVersion>$(SystemPackageVersionVersion)</SystemCollectionsImmutableVersion>
8181
<SystemComponentModelCompositionVersion>$(SystemPackageVersionVersion)</SystemComponentModelCompositionVersion>

tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" GeneratePathProperty="true" />
9999
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
100100
<PackageReference Include="System.Buffers" Version="$(SystemBuffersVersion)" />
101-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" />
101+
<!--<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" />-->
102102
<PackageReference Include="Microsoft.DiaSymReader.PortablePdb" Version="$(MicrosoftDiaSymReaderPortablePdbVersion)">
103103
<PrivateAssets>all</PrivateAssets>
104104
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/FSharp.Test.Utilities/XunitHelpers.fs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ open FSharp.Compiler.Diagnostics
1515
open OpenTelemetry
1616
open OpenTelemetry.Resources
1717
open OpenTelemetry.Trace
18-
open FSharp.Compiler.Diagnostics
1918

2019
/// Disables custom internal parallelization added with XUNIT_EXTRAS.
2120
/// Execute test cases in a class or a module one by one instead of all at once. Allow other collections to run simultaneously.

0 commit comments

Comments
 (0)