Skip to content

Commit 4512037

Browse files
Update dotnet.yml GitHub action to use net8.
1 parent d3a71f4 commit 4512037

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 5.0.x
19+
dotnet-version: 8.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build

DockerComposeFixture.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DockerComposeFixture", "Doc
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DockerComposeFixture.Tests", "DockerComposeFixture.Tests\DockerComposeFixture.Tests.csproj", "{6FA8890B-5437-4135-B796-7A818CA5DBB6}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2CE05DD1-0760-44A3-AAD3-7A8D133B5244}"
11+
ProjectSection(SolutionItems) = preProject
12+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
13+
EndProjectSection
14+
EndProject
1015
Global
1116
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1217
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)