Skip to content

Commit

Permalink
Merge pull request unoplatform#6353 from MartinZikmund/dev/mazi/updat…
Browse files Browse the repository at this point in the history
…e-mstest

fix: Update MSTest to fix local runs
  • Loading branch information
mergify[bot] authored Jun 28, 2021
2 parents 826da94 + a5a145e commit 835c7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<PackageReference Update="Uno.Wasm.Bootstrap" Version="2.0.0-dev.180" />
<PackageReference Update="Uno.Wasm.Bootstrap.DevServer" Version="2.0.0-dev.180" />
<PackageReference Update="xamarin.build.download" Version="0.10.0" PrivateAssets="all" />
<PackageReference Update="MSTest.TestAdapter" Version="2.2.4" />
<PackageReference Update="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Update="MSTest.TestAdapter" Version="2.2.5-preview-20210605-01" />
<PackageReference Update="MSTest.TestFramework" Version="2.2.5-preview-20210605-01" />
<PackageReference Update="Uno.MonoAnalyzers" Version="1.0.0" PrivateAssets="all" />
<PackageReference Update="System.Memory" Version="4.5.4" />
<PackageReference Update="Uno.Wasm.WebSockets" Version="1.1.0" />
Expand Down

0 comments on commit 835c7ef

Please sign in to comment.