Skip to content

Commit

Permalink
chore: Bump to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 14, 2025
1 parent 915dbc5 commit 96b0ec3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@

<PropertyGroup>
<!-- IMPORTANT!!! KEEP BOTH MSTest and MTP versions in sync -->
<!-- For a given MSTest version, go to https://www.nuget.org/packages/MSTest.TestAdapter/3.7.0#dependencies-body-tab -->
<!-- (replacing 3.7.0 in the url with the MSTest version in question) -->
<!-- For a given MSTest version, go to https://www.nuget.org/packages/MSTest.TestAdapter/3.7.1#dependencies-body-tab -->
<!-- (replacing 3.7.1 in the url with the MSTest version in question) -->
<!-- And look for MTP version in there, and make sure MicrosoftTestingPlatformVersion is the same -->
<!-- Alternatively, migrate to MSTest.Sdk and let it handle the MTP versioning for you -->
<!-- In case of MSTest.Sdk, the TrxReport package will not be needed. It will be added automatically -->
<MSTestVersion>3.7.0</MSTestVersion>
<MicrosoftTestingPlatformVersion>1.5.0</MicrosoftTestingPlatformVersion>
<MSTestVersion>3.7.1</MSTestVersion>
<MicrosoftTestingPlatformVersion>1.5.1</MicrosoftTestingPlatformVersion>

<SkiaSharpVersion>2.88.7</SkiaSharpVersion>
<!-- TODO: Uncomment when we're net8.0+ to have SamplesApp serve as a good test for SkiaSharp 3 support -->
Expand Down

0 comments on commit 96b0ec3

Please sign in to comment.