diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6097be0..00a30ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -38,15 +38,13 @@ jobs: echo ("Copyright=" + $Copyright) >> $Env:GITHUB_ENV shell: pwsh - - name: Setup .NET Core SDK 5.0.x - uses: actions/setup-dotnet@v1.7.2 + - name: Setup .NET Core SDK + uses: actions/setup-dotnet@v3 with: - dotnet-version: 5.0.x - - - name: Setup .NET Core SDK 6.0.x - uses: actions/setup-dotnet@v1.7.2 - with: - dotnet-version: 6.0.x + dotnet-version: | + 5.0.x + 6.0.x + 7.0.x - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.9 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b790428..a0f6ec9 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - + https://github.com/Shazwazza/Smidge true true @@ -23,6 +23,6 @@ 4.0.0 - net6.0;net5.0;netcoreapp3.1 + net7.0;net6.0;net5.0