From ab2d0f4cfd4217cd7bf36b1dd48c89ddf8d71cbb Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Fri, 8 Aug 2025 11:39:24 -0700 Subject: [PATCH] CSHARP-5699: Add System.Linq by default into LinqIntegrationTest template --- CSharpDriver.sln.DotSettings | 1 + 1 file changed, 1 insertion(+) diff --git a/CSharpDriver.sln.DotSettings b/CSharpDriver.sln.DotSettings index fc0f06c9c74..b52f6048577 100644 --- a/CSharpDriver.sln.DotSettings +++ b/CSharpDriver.sln.DotSettings @@ -120,6 +120,7 @@ namespace $NAMESPACE$ */ using System.Collections.Generic; +using System.Linq; using MongoDB.Driver.TestHelpers; using FluentAssertions; using Xunit;