Skip to content

Commit

Permalink
Don't add .NET 7 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Jun 29, 2024
1 parent 15a9a6b commit f1c9f34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
Expand Down
6 changes: 0 additions & 6 deletions Build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ steps:
packageType: 'runtime'
version: '6.0.x'

- task: UseDotNet@2
displayName: Install .NET 7.0 runtime for testing
inputs:
packageType: 'runtime'
version: '7.0.x'

- task: UseDotNet@2
displayName: Install .NET 8.0 SDK for build
inputs:
Expand Down

0 comments on commit f1c9f34

Please sign in to comment.