From f6cdac7cafcdb053617be70d3a9d863aa66b46b5 Mon Sep 17 00:00:00 2001 From: lolochristen Date: Mon, 18 Dec 2023 21:29:54 +0100 Subject: [PATCH] fix versioning --- .../azure-static-web-apps-delightful-rock-04d533b03.yml | 4 +++- test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml b/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml index 2d0d295..43fa20c 100644 --- a/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml +++ b/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml @@ -15,8 +15,10 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: + fetch-depth: 0 + filter: tree:0 submodules: true - name: Build And Deploy id: builddeploy diff --git a/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj b/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj index a630a5b..8e624ba 100644 --- a/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj +++ b/test/OpenLayers.Blazor.Tests/OpenLayers.Blazor.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable