From ae0ab20ec3fc97565a4e601b5b5c75912a337631 Mon Sep 17 00:00:00 2001 From: Tommy Lillehagen Date: Wed, 31 Mar 2021 06:33:45 +0100 Subject: [PATCH] Set LangVersion to 7.1 --- .github/workflows/dotnetcore.yml | 14 +------------- src/GraphQL.Conventions/GraphQL.Conventions.csproj | 1 + 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 70ba109..240172c 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -11,7 +11,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 2.2.103 + dotnet-version: 5.0.201 - name: Build solution run: | @@ -26,15 +26,3 @@ jobs: - name: Generate NuGet package run: | dotnet pack -c Release - -# - name: Install NuGet client -# uses: warrenbuckley/Setup-Nuget@v1 -# -# - name: Add private GitHub registry to NuGet -# run: | -# nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/graphql-dotnet/index.json -Username tlil -Password ${{ secrets.GITHUB_TOKEN }} -# -# - name: Push generated package to GitHub registry -# run: | -# dir src\GraphQL.Conventions\bin\Release\*.nupkg -# nuget push src\GraphQL.Conventions\bin\Release\*.nupkg -Source "GPR" -SkipDuplicate diff --git a/src/GraphQL.Conventions/GraphQL.Conventions.csproj b/src/GraphQL.Conventions/GraphQL.Conventions.csproj index 5995059..4b53930 100644 --- a/src/GraphQL.Conventions/GraphQL.Conventions.csproj +++ b/src/GraphQL.Conventions/GraphQL.Conventions.csproj @@ -6,6 +6,7 @@ 4.0.0 Tommy Lillehagen netstandard2.0 + 7.1 old portable GraphQL.Conventions