From 56f667871f18c582d52476ca8eaaa3cdd7e0ff1e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 17:43:20 +0000
Subject: [PATCH] Build(deps): Bump xunit.runner.visualstudio from 2.8.2 to
 3.0.0

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 TdLib.CodeGen/TdLib.CodeGen.fsproj | 2 +-
 TdLib.Tests/TdLib.Tests.csproj     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TdLib.CodeGen/TdLib.CodeGen.fsproj b/TdLib.CodeGen/TdLib.CodeGen.fsproj
index c30ba7ae..71cbb86a 100644
--- a/TdLib.CodeGen/TdLib.CodeGen.fsproj
+++ b/TdLib.CodeGen/TdLib.CodeGen.fsproj
@@ -29,7 +29,7 @@ SPDX-License-Identifier: MIT
         <PackageReference Include="FParsec" Version="1.1.1" />
         <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
         <PackageReference Include="xunit" Version="2.9.2" />
-        <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
+        <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
             <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
             <PrivateAssets>all</PrivateAssets>
         </PackageReference>
diff --git a/TdLib.Tests/TdLib.Tests.csproj b/TdLib.Tests/TdLib.Tests.csproj
index e75b775e..b545217e 100644
--- a/TdLib.Tests/TdLib.Tests.csproj
+++ b/TdLib.Tests/TdLib.Tests.csproj
@@ -18,7 +18,7 @@ SPDX-License-Identifier: MIT
         <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
         <PackageReference Include="tdlib.native" Version="1.8.29" />
         <PackageReference Include="xunit" Version="2.9.2" />
-        <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
+        <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
     </ItemGroup>
 
     <ItemGroup>