From a963b82a4a0ae4c524afcf8c89e2d750112c3b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=B6rwald?= <10850250+stefanloerwald@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:12:54 +0100 Subject: [PATCH] [deploy] updated dependencies --- .github/workflows/dotnet-core.yml | 2 +- Grid/Blazor.Grids.csproj | 6 +++--- Grid/package.csproj | 2 +- TestProject_ClientSide/TestProject_ClientSide.csproj | 8 ++++---- TestProject_Components/TestProject_Components.csproj | 2 +- TestProject_ServerSide/TestProject_ServerSide.csproj | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d04d53d6..eb777067 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -38,7 +38,7 @@ jobs: - name: write git commit id run: echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages # The branch the action should deploy to. diff --git a/Grid/Blazor.Grids.csproj b/Grid/Blazor.Grids.csproj index 7caa9050..23afdc57 100644 --- a/Grid/Blazor.Grids.csproj +++ b/Grid/Blazor.Grids.csproj @@ -1,14 +1,14 @@ - net8.0 + net9.0 Excubo.Blazor.Grids Excubo.Blazor.Grids - - + + diff --git a/Grid/package.csproj b/Grid/package.csproj index 00d07f56..225fabb0 100644 --- a/Grid/package.csproj +++ b/Grid/package.csproj @@ -20,7 +20,7 @@ Excubo.Blazor.Grids - 3.1.55 + 3.1.59 diff --git a/TestProject_ClientSide/TestProject_ClientSide.csproj b/TestProject_ClientSide/TestProject_ClientSide.csproj index e1a669d0..fd7e2c55 100644 --- a/TestProject_ClientSide/TestProject_ClientSide.csproj +++ b/TestProject_ClientSide/TestProject_ClientSide.csproj @@ -1,12 +1,12 @@ - net8.0 + net9.0 false - - - + + + diff --git a/TestProject_Components/TestProject_Components.csproj b/TestProject_Components/TestProject_Components.csproj index 3ee10058..0fcdacbc 100644 --- a/TestProject_Components/TestProject_Components.csproj +++ b/TestProject_Components/TestProject_Components.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 diff --git a/TestProject_ServerSide/TestProject_ServerSide.csproj b/TestProject_ServerSide/TestProject_ServerSide.csproj index 2ccec2b0..8dff2896 100644 --- a/TestProject_ServerSide/TestProject_ServerSide.csproj +++ b/TestProject_ServerSide/TestProject_ServerSide.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0