From 7f9dfd3dae2e853495b65b5e0a2f50c43e6a7f1f Mon Sep 17 00:00:00 2001 From: mp-bw <59324545+mp-bw@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:17:17 -0400 Subject: [PATCH] Updated libs to latest stable (#2092) * updated libs to latest stable * testing rollback of test dependencies * testing xunit restore * bump all test libs except xunit * remove AndroidX.Migration package --- src/Android/Android.csproj | 22 +++++++++---------- src/App/App.csproj | 8 +++---- src/Core/Core.csproj | 8 +++---- src/iOS.Autofill/iOS.Autofill.csproj | 2 +- src/iOS.Extension/iOS.Extension.csproj | 2 +- .../iOS.ShareExtension.csproj | 4 ++-- test/Common/Common.csproj | 6 ++--- test/Core.Test/Core.Test.csproj | 6 ++--- test/Playground/Playground.csproj | 2 +- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index 4e131b2e6..af216e83f 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -75,24 +75,24 @@ 2.1.0.4 - 1.8.10 + 1.9.0 - - - - - - + + + + + + 1.7.3 - 122.0.0 + 123.0.8 - - + + - 117.0.1 + 118.0.1.2 diff --git a/src/App/App.csproj b/src/App/App.csproj index 4e718ca1a..1c0e612d5 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 Bit.App BitwardenApp Debug;Release;FDroid @@ -14,11 +14,11 @@ - - + + - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 6058ba3aa..bc2add9b6 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 Bit.Core BitwardenCore Debug;Release;FDroid @@ -26,12 +26,12 @@ - - + + - + diff --git a/src/iOS.Autofill/iOS.Autofill.csproj b/src/iOS.Autofill/iOS.Autofill.csproj index f1cec9d61..a04fcf33e 100644 --- a/src/iOS.Autofill/iOS.Autofill.csproj +++ b/src/iOS.Autofill/iOS.Autofill.csproj @@ -266,7 +266,7 @@ - 4.4.0 + 4.5.3 diff --git a/src/iOS.Extension/iOS.Extension.csproj b/src/iOS.Extension/iOS.Extension.csproj index d11ce857b..f357adf71 100644 --- a/src/iOS.Extension/iOS.Extension.csproj +++ b/src/iOS.Extension/iOS.Extension.csproj @@ -242,7 +242,7 @@ - 4.4.0 + 4.5.3 diff --git a/src/iOS.ShareExtension/iOS.ShareExtension.csproj b/src/iOS.ShareExtension/iOS.ShareExtension.csproj index 37c743f11..5a7757f65 100644 --- a/src/iOS.ShareExtension/iOS.ShareExtension.csproj +++ b/src/iOS.ShareExtension/iOS.ShareExtension.csproj @@ -166,9 +166,9 @@ - + - 4.4.0 + 4.5.3 diff --git a/test/Common/Common.csproj b/test/Common/Common.csproj index 11277dd56..3912b23c1 100644 --- a/test/Common/Common.csproj +++ b/test/Common/Common.csproj @@ -7,15 +7,15 @@ - + - + all runtime; build; native; contentfiles; analyzers - + diff --git a/test/Core.Test/Core.Test.csproj b/test/Core.Test/Core.Test.csproj index fab0a8163..e1e4b96f0 100644 --- a/test/Core.Test/Core.Test.csproj +++ b/test/Core.Test/Core.Test.csproj @@ -7,10 +7,10 @@ - - + + - + all runtime; build; native; contentfiles; analyzers diff --git a/test/Playground/Playground.csproj b/test/Playground/Playground.csproj index 460d00f36..fd75a4b64 100644 --- a/test/Playground/Playground.csproj +++ b/test/Playground/Playground.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + netcoreapp3.1 BitwardenPlayground Bit.Playground Debug;Release;FDroid