From 5b19a44ba4eeb771e975edd8fb2205f32ac96454 Mon Sep 17 00:00:00 2001 From: Lukasz Dobrzynski Date: Tue, 19 Dec 2023 11:32:46 +0100 Subject: [PATCH] update RavenMigrations --- .github/workflows/build_back-end.yml | 6 +++++- .../Database.Migration.Tests.csproj | 1 + tests/Database.Tests/Database.Tests.csproj | 4 ++++ tools/Database.Migration/Database.Migration.csproj | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_back-end.yml b/.github/workflows/build_back-end.yml index 417c143..c3ebbad 100644 --- a/.github/workflows/build_back-end.yml +++ b/.github/workflows/build_back-end.yml @@ -12,10 +12,14 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup .NET Core + - name: Setup .NET Core 8 uses: actions/setup-dotnet@v1 with: dotnet-version: 8.0.100 + - name: Setup .NET Core 7 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 7.0.404 - name: Install dependencies run: dotnet restore - name: Build diff --git a/tests/Database.Migration.Tests/Database.Migration.Tests.csproj b/tests/Database.Migration.Tests/Database.Migration.Tests.csproj index 62839d5..fe87d77 100644 --- a/tests/Database.Migration.Tests/Database.Migration.Tests.csproj +++ b/tests/Database.Migration.Tests/Database.Migration.Tests.csproj @@ -10,6 +10,7 @@ + diff --git a/tests/Database.Tests/Database.Tests.csproj b/tests/Database.Tests/Database.Tests.csproj index c760fb5..4adb12e 100644 --- a/tests/Database.Tests/Database.Tests.csproj +++ b/tests/Database.Tests/Database.Tests.csproj @@ -12,4 +12,8 @@ + + + + diff --git a/tools/Database.Migration/Database.Migration.csproj b/tools/Database.Migration/Database.Migration.csproj index cdf790a..6eec075 100644 --- a/tools/Database.Migration/Database.Migration.csproj +++ b/tools/Database.Migration/Database.Migration.csproj @@ -10,7 +10,7 @@ - +