diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e7cb95e..cab4de3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -1,4 +1,4 @@ -name: .NET 5 CI build +name: .NET 6 CI build on: push: @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 6.0.101 - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index cb10972..dd605ab 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 6.0.101 - name: Test run: dotnet test --configuration Release diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index fe583e9..58bdcb3 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -28,7 +28,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 6.0.101 - name: Test run: dotnet test --configuration Release diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 880cb94..6c34e77 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 6.0.101 - name: Test run: dotnet test --configuration Release diff --git a/README.md b/README.md index 23fcd41..bcce5b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ViLA -[![.NET 5 CI build](https://github.com/charliefoxtwo/ViLA/actions/workflows/ci-build.yml/badge.svg?branch=develop)](https://github.com/charliefoxtwo/ViLA/actions/workflows/ci-build.yml) +[![.NET 6 CI build](https://github.com/charliefoxtwo/ViLA/actions/workflows/ci-build.yml/badge.svg?branch=develop)](https://github.com/charliefoxtwo/ViLA/actions/workflows/ci-build.yml) [![GitHub](https://img.shields.io/github/license/charliefoxtwo/ViLA?style=flat-square)](LICENSE) [![Discord](https://img.shields.io/discord/840762843917582347?style=flat-square)](https://discord.gg/rWAF3AdsKT)