Skip to content

Commit

Permalink
Merge pull request #93 from jakubch1/main
Browse files Browse the repository at this point in the history
Upgrade testing platform samples to stable packages
  • Loading branch information
jakubch1 authored Jan 24, 2024
2 parents b853d98 + 1ca9e9c commit 4f0639c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.2.0-preview.24069.3" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.0.0-preview.24068.6" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.1-preview.24069.1" />
<PackageReference Include="Microsoft.CodeCoverage.MSBuild" Version="17.10.1-preview.24069.1" />
<PackageReference Include="MSTest" Version="3.2.0" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.0.0" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.1" />
<PackageReference Include="Microsoft.CodeCoverage.MSBuild" Version="17.10.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f0639c

Please sign in to comment.