Skip to content

Commit b94ecdb

Browse files
AThraenclaude
andcommitted
chore(deps): align unit test framework with UITests
Bumps Microsoft.NET.Test.Sdk 17.12.0 → 18.5.1 and xunit.runner.visualstudio 2.8.2 → 3.1.5 in the unit test project so both test projects share the same test framework after #45. All 82 unit tests pass. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a6b01cc commit b94ecdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/CodeShellManager.Tests/CodeShellManager.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
11+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>

0 commit comments

Comments
 (0)