From f042ca2a0a7c59d535dddba476b0bac15cfea08d Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Mon, 12 May 2025 10:27:50 +0200 Subject: [PATCH] System.Formats.Cbor.Tests: enable the project to find the SDK-bundled FSharp.Core package. --- .../tests/System.Formats.Cbor.Tests.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj b/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj index f0963233d34ed6..85bd48fc2b918d 100644 --- a/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj +++ b/src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj @@ -1,4 +1,13 @@ + + + + + $(RestoreAdditionalProjectSources);$(_FSharpCoreLibraryPacksFolder) + + $(NetCoreAppCurrent);$(NetFrameworkCurrent) true