diff --git a/.github/actions/dotnet/action.yaml b/.github/actions/dotnet/action.yaml index e67648f..8c962df 100644 --- a/.github/actions/dotnet/action.yaml +++ b/.github/actions/dotnet/action.yaml @@ -13,7 +13,7 @@ runs: steps: - uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies working-directory: src shell: bash diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e00a514..447811b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: name: Build Library runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: Build .NET uses: ./.github/actions/dotnet with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 01ebada..b9d8f0a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: packages: "write" steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index d114ffb..d229953 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -10,7 +10,7 @@ jobs: name: Check Coding Style runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 # Check EditorConfig - name: Install eclint diff --git a/src/core/Wemogy.Infrastructure.Database.Core.UnitTests/Wemogy.Infrastructure.Database.Core.UnitTests.csproj b/src/core/Wemogy.Infrastructure.Database.Core.UnitTests/Wemogy.Infrastructure.Database.Core.UnitTests.csproj index efefb51..08a0864 100644 --- a/src/core/Wemogy.Infrastructure.Database.Core.UnitTests/Wemogy.Infrastructure.Database.Core.UnitTests.csproj +++ b/src/core/Wemogy.Infrastructure.Database.Core.UnitTests/Wemogy.Infrastructure.Database.Core.UnitTests.csproj @@ -1,15 +1,15 @@ - net6.0 + net8.0 - - - - - + + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/core/Wemogy.Infrastructure.Database.Core/Wemogy.Infrastructure.Database.Core.csproj b/src/core/Wemogy.Infrastructure.Database.Core/Wemogy.Infrastructure.Database.Core.csproj index 92dbe34..66b028b 100644 --- a/src/core/Wemogy.Infrastructure.Database.Core/Wemogy.Infrastructure.Database.Core.csproj +++ b/src/core/Wemogy.Infrastructure.Database.Core/Wemogy.Infrastructure.Database.Core.csproj @@ -14,15 +14,15 @@ https://github.com/wemogy/libs-infrastructure-database - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/cosmos/Wemogy.Infrastructure.Database.Cosmos.UnitTests/Wemogy.Infrastructure.Database.Cosmos.UnitTests.csproj b/src/cosmos/Wemogy.Infrastructure.Database.Cosmos.UnitTests/Wemogy.Infrastructure.Database.Cosmos.UnitTests.csproj index 037244d..a6a583b 100644 --- a/src/cosmos/Wemogy.Infrastructure.Database.Cosmos.UnitTests/Wemogy.Infrastructure.Database.Cosmos.UnitTests.csproj +++ b/src/cosmos/Wemogy.Infrastructure.Database.Cosmos.UnitTests/Wemogy.Infrastructure.Database.Cosmos.UnitTests.csproj @@ -1,14 +1,14 @@ - net6.0 + net8.0 - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/cosmos/Wemogy.Infrastructure.Database.Cosmos/Wemogy.Infrastructure.Database.Cosmos.csproj b/src/cosmos/Wemogy.Infrastructure.Database.Cosmos/Wemogy.Infrastructure.Database.Cosmos.csproj index 61a11c1..5934eb2 100644 --- a/src/cosmos/Wemogy.Infrastructure.Database.Cosmos/Wemogy.Infrastructure.Database.Cosmos.csproj +++ b/src/cosmos/Wemogy.Infrastructure.Database.Cosmos/Wemogy.Infrastructure.Database.Cosmos.csproj @@ -16,9 +16,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/in-memory/Wemogy.Infrastructure.Database.InMemory.UnitTests/Wemogy.Infrastructure.Database.InMemory.UnitTests.csproj b/src/in-memory/Wemogy.Infrastructure.Database.InMemory.UnitTests/Wemogy.Infrastructure.Database.InMemory.UnitTests.csproj index e8f2e18..c736f62 100644 --- a/src/in-memory/Wemogy.Infrastructure.Database.InMemory.UnitTests/Wemogy.Infrastructure.Database.InMemory.UnitTests.csproj +++ b/src/in-memory/Wemogy.Infrastructure.Database.InMemory.UnitTests/Wemogy.Infrastructure.Database.InMemory.UnitTests.csproj @@ -1,12 +1,12 @@ - net6.0 + net8.0 - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/in-memory/Wemogy.Infrastructure.Database.InMemory/Wemogy.Infrastructure.Database.InMemory.csproj b/src/in-memory/Wemogy.Infrastructure.Database.InMemory/Wemogy.Infrastructure.Database.InMemory.csproj index 94062df..3546fa5 100644 --- a/src/in-memory/Wemogy.Infrastructure.Database.InMemory/Wemogy.Infrastructure.Database.InMemory.csproj +++ b/src/in-memory/Wemogy.Infrastructure.Database.InMemory/Wemogy.Infrastructure.Database.InMemory.csproj @@ -15,11 +15,11 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/mongo/Wemogy.Infrastructure.Database.Mongo.UnitTests/Wemogy.Infrastructure.Database.Mongo.UnitTests.csproj b/src/mongo/Wemogy.Infrastructure.Database.Mongo.UnitTests/Wemogy.Infrastructure.Database.Mongo.UnitTests.csproj index 03a2a7d..f1ab370 100644 --- a/src/mongo/Wemogy.Infrastructure.Database.Mongo.UnitTests/Wemogy.Infrastructure.Database.Mongo.UnitTests.csproj +++ b/src/mongo/Wemogy.Infrastructure.Database.Mongo.UnitTests/Wemogy.Infrastructure.Database.Mongo.UnitTests.csproj @@ -1,13 +1,13 @@ - net6.0 + net8.0 - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/mongo/Wemogy.Infrastructure.Database.Mongo/Wemogy.Infrastructure.Database.Mongo.csproj b/src/mongo/Wemogy.Infrastructure.Database.Mongo/Wemogy.Infrastructure.Database.Mongo.csproj index 4ac25cf..91514f4 100644 --- a/src/mongo/Wemogy.Infrastructure.Database.Mongo/Wemogy.Infrastructure.Database.Mongo.csproj +++ b/src/mongo/Wemogy.Infrastructure.Database.Mongo/Wemogy.Infrastructure.Database.Mongo.csproj @@ -15,13 +15,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - +