From 7d61c2e259d1e02e0424ec4366cf46048f186654 Mon Sep 17 00:00:00 2001 From: Mohammad Moattar Date: Sun, 25 Feb 2024 19:34:01 +0000 Subject: [PATCH] Update the builds --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- src/LittleBlocks.Ef.sln | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a152895..693a1ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: "6.0.x" + dotnet-version: "8.0.x" - name: Install dependencies run: dotnet restore src diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6229f9..981501f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: "6.0.x" + dotnet-version: "8.0.x" - name: Install dependencies run: dotnet restore src - name: Use GitVersion diff --git a/src/LittleBlocks.Ef.sln b/src/LittleBlocks.Ef.sln index b036442..85b9fd0 100644 --- a/src/LittleBlocks.Ef.sln +++ b/src/LittleBlocks.Ef.sln @@ -14,6 +14,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extras", "Extras", "{966C50CB-3F74-442F-842D-164645690476}" ProjectSection(SolutionItems) = preProject ..\GitVersion.yml = ..\GitVersion.yml + ..\.github\workflows\release.yml = ..\.github\workflows\release.yml + ..\.github\workflows\ci.yml = ..\.github\workflows\ci.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LittleBlocks.Ef.UnitOfWork", "LittleBlocks.Ef.UnitOfWork\LittleBlocks.Ef.UnitOfWork.csproj", "{E9B92105-F4C6-42B5-B3CF-64FA80486E93}"