diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 2ee958c..e9ac642 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.301 + dotnet-version: 6.0.302 - name: Build the solution run: dotnet build DotnetGraph/ --configuration Release