Skip to content

Commit

Permalink
Revert workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot authored Sep 15, 2023
1 parent cba6797 commit ab32c5d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
# Workaround for https://github.com/microsoft/vstest/issues/4549 with 7.0.400.
# Revert once a newer version is available.
dotnet-version: 7.0.307
- name: Set SDK version
run: dotnet new globaljson --sdk-version 7.0.307
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore src
- name: Build
Expand Down

0 comments on commit ab32c5d

Please sign in to comment.