diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7340661..bf4cfa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,11 @@ jobs: - name: Setup msbuild uses: microsoft/setup-msbuild@v1 + - uses: actions/setup-java@v2 + with: + distribution: 'microsoft' + java-version: '11' + - name: Restore NuGet packages run: msbuild -t:restore working-directory: App1/App1.Android diff --git a/App1/App1.Android/App1.Android.csproj b/App1/App1.Android/App1.Android.csproj index b76f91d..4cd2807 100644 --- a/App1/App1.Android/App1.Android.csproj +++ b/App1/App1.Android/App1.Android.csproj @@ -61,7 +61,7 @@ 100.15.2 - 5.26.0.239 + 5.27.0.280 5.0.0.2337 diff --git a/App1/App1.UWP/App1.UWP.csproj b/App1/App1.UWP/App1.UWP.csproj index fff49fb..f515b7c 100644 --- a/App1/App1.UWP/App1.UWP.csproj +++ b/App1/App1.UWP/App1.UWP.csproj @@ -186,7 +186,7 @@ 6.2.12 - 5.26.0.239 + 5.27.0.280 5.0.0.2337 diff --git a/App1/App1.iOS/App1.iOS.csproj b/App1/App1.iOS/App1.iOS.csproj index 957ef34..aa99844 100644 --- a/App1/App1.iOS/App1.iOS.csproj +++ b/App1/App1.iOS/App1.iOS.csproj @@ -171,7 +171,7 @@ 2.0.3 - 5.26.0.239 + 5.27.0.280 5.0.0.2337 diff --git a/App1/App1/App1.csproj b/App1/App1/App1.csproj index e9a4527..0c2e4ff 100644 --- a/App1/App1/App1.csproj +++ b/App1/App1/App1.csproj @@ -7,7 +7,7 @@ - +