diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d048395..76f6e04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: - versionSpec: "5.5.x" + versionSpec: "5.8.x" - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: - dotnet-version: "3.1.x" + dotnet-version: "8.0.x" - name: Install dependencies run: dotnet restore src - name: Use GitVersion diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1308177..35cde92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,11 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: - versionSpec: "5.5.x" + versionSpec: "5.8.x" - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: - dotnet-version: "3.1.x" + dotnet-version: "8.0.x" - name: Install dependencies run: dotnet restore src - name: Use GitVersion diff --git a/GitVersion.yml b/GitVersion.yml index 5cb6811..1e8a51a 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 1.0.0 +next-version: 2.0.0 mode: Mainline major-version-bump-message: '\+semver:\s?(breaking|major)' minor-version-bump-message: '\+semver:\s?(feature|minor)' diff --git a/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj b/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj index 97348bf..53feebf 100644 --- a/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj +++ b/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj @@ -1,12 +1,12 @@  - netcoreapp3.1 + net8.0 - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj index eb636a5..12387bc 100644 --- a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj +++ b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj @@ -1,14 +1,14 @@  - netstandard2.0 + net8.0 true Mohammad Moattar https://github.com/LittleBlocks/LittleBlocks.Reports https://github.com/LittleBlocks/LittleBlocks.Reports - - - + + + \ No newline at end of file