Skip to content

Commit

Permalink
Revert "update packages"
Browse files Browse the repository at this point in the history
This reverts commit f31bb14.
  • Loading branch information
jamie-mh committed May 17, 2023
1 parent d9113d2 commit a9bd686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AuthenticatorPro.Droid/AuthenticatorPro.Droid.csproj
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="ZXing.Net" Version="0.16.9" />
</ItemGroup>
<ItemGroup Condition="!$(DefineConstants.Contains(FDROID))">
<PackageReference Include="Xamarin.Google.MLKit.BarcodeScanning" Version="117.1.0" />
<PackageReference Include="Xamarin.Google.MLKit.BarcodeScanning" Version="117.0.3.1" />
<PackageReference Include="Xamarin.GooglePlayServices.Wearable" Version="118.0.0.1" />
</ItemGroup>
<ItemGroup Condition="$(DefineConstants.Contains(FDROID))">
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorPro.Test/AuthenticatorPro.Test.csproj
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down

0 comments on commit a9bd686

Please sign in to comment.