From 7f8fe65f05d2985834e2ba194a23012503f1310e Mon Sep 17 00:00:00 2001
From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
Date: Tue, 16 Dec 2025 15:45:53 -0800
Subject: [PATCH] chore: Conditional build targets for linux
---
pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj
index 3ae874b5..37085312 100644
--- a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj
+++ b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj
@@ -10,6 +10,7 @@
that doesn't have the MAUI tools installed. That is currently the case in
the release phase where we build HTML documentation. -->
+ netstandard2.0;net8.0
netstandard2.0;net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows
$(BUILDFRAMEWORKS)
Library