Skip to content

Commit

Permalink
Update unit test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Feb 21, 2024
1 parent 2f1c1ad commit fc7dd3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest" Version="1.1.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/WinUIEx.Tests/WinUIEx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<ItemGroup>
<ProjectCapability Include="TestContainer" />
<PackageReference Include="MSTest.TestAdapter">
<Version>2.2.8</Version>
<Version>3.2.1</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
<PackageReference Include="Microsoft.TestPlatform.TestHost">
<Version>17.0.0</Version>
<Version>17.8.0</Version>
<ExcludeAssets>build</ExcludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit fc7dd3b

Please sign in to comment.