Skip to content

Commit feff8e2

Browse files
committed
Stick to .NET SDK 8
1 parent 62ae086 commit feff8e2

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

.github/workflows/pull-request.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- name: Add MSBuild to PATH
2020
uses: microsoft/setup-msbuild@v2
2121

22-
- name: Replace global.json
23-
run: cp .github/workflows/.global.json global.json
24-
shell: bash
25-
2622
- name: Install .NET SDK
2723
uses: actions/setup-dotnet@v4
2824
with:

.github/workflows/push-main.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
- name: Add MSBuild to PATH
2222
uses: microsoft/setup-msbuild@v2
2323

24-
- name: Replace global.json
25-
run: cp .github/workflows/.global.json global.json
26-
shell: bash
27-
2824
- name: Install .NET SDK
2925
uses: actions/setup-dotnet@v4
3026
with:
File renamed without changes.

visualstudio.xunit.sln

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{A8EAFB53-8
2121
ProjectSection(SolutionItems) = preProject
2222
.editorconfig = .editorconfig
2323
BUILDING.md = BUILDING.md
24-
global.json = global.json
2524
NuGet.Config = NuGet.Config
2625
README.md = README.md
2726
version.json = version.json

0 commit comments

Comments
 (0)