Skip to content

Commit

Permalink
Stick to .NET SDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 27, 2024
1 parent 62ae086 commit feff8e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Replace global.json
run: cp .github/workflows/.global.json global.json
shell: bash

- name: Install .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Replace global.json
run: cp .github/workflows/.global.json global.json
shell: bash

- name: Install .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion visualstudio.xunit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{A8EAFB53-8
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
BUILDING.md = BUILDING.md
global.json = global.json
NuGet.Config = NuGet.Config
README.md = README.md
version.json = version.json
Expand Down

0 comments on commit feff8e2

Please sign in to comment.