Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
remove netstandard2.0 from unit test project target
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Apr 23, 2024
1 parent e51d071 commit 05b0bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
single framework that we are testing; this allows us to test with older SDK
versions that would error out if they saw any newer target frameworks listed
here, even if we weren't running those. -->
<TestFramework Condition="'$(TESTFRAMEWORK)' == ''">netstandard2.0;net462;net6.0</TestFramework>
<TestFramework Condition="'$(TESTFRAMEWORK)' == ''">net462;net6.0</TestFramework>
<TargetFrameworks>$(TESTFRAMEWORK)</TargetFrameworks>
<AssemblyName>LaunchDarkly.ServerSdk.Telemetry.Tests</AssemblyName>
<PackageId>LaunchDarkly.ServerSdk.Telemetry.Tests</PackageId>
Expand Down

0 comments on commit 05b0bc7

Please sign in to comment.