Skip to content

Commit 675e23b

Browse files
chore(deps): update microsoft.testing to 2.2.1 (#5432)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 3a5a0b1 commit 675e23b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Directory.Packages.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<PackageVersion Include="Microsoft.Playwright" Version="1.58.0" />
4646
<PackageVersion Include="Microsoft.TemplateEngine.Authoring.TemplateVerifier" Version="10.0.201" />
4747
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.2" />
48-
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.1.0" />
49-
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="2.1.0" />
50-
<PackageVersion Include="Microsoft.Testing.Extensions.Telemetry" Version="2.1.0" />
51-
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.1.0" />
52-
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport.Abstractions" Version="2.1.0" />
53-
<PackageVersion Include="Microsoft.Testing.Platform" Version="2.1.0" />
54-
<PackageVersion Include="Microsoft.Testing.Platform.MSBuild" Version="2.1.0" />
48+
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.2.1" />
49+
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="2.2.1" />
50+
<PackageVersion Include="Microsoft.Testing.Extensions.Telemetry" Version="2.2.1" />
51+
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.2.1" />
52+
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport.Abstractions" Version="2.2.1" />
53+
<PackageVersion Include="Microsoft.Testing.Platform" Version="2.2.1" />
54+
<PackageVersion Include="Microsoft.Testing.Platform.MSBuild" Version="2.2.1" />
5555
<PackageVersion Include="Imposter" Version="0.1.9"/>
5656
<PackageVersion Include="Mockolate" Version="2.4.0" />
5757
<PackageVersion Include="Moq" Version="4.20.72" />

examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectReference Include="..\..\..\TUnit\TUnit.csproj" />
2323
<ProjectReference Include="..\..\..\TUnit.Aspire\TUnit.Aspire.csproj" />
2424
<ProjectReference Include="..\..\..\TUnit.Assertions.SourceGenerator\TUnit.Assertions.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
25-
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="2.1.0" />
25+
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="2.2.1" />
2626
<PackageReference Include="Npgsql" Version="10.0.2" />
2727
<PackageReference Include="StackExchange.Redis" Version="2.12.14" />
2828
<PackageReference Include="RabbitMQ.Client" Version="7.2.1" />

0 commit comments

Comments
 (0)