Skip to content

Commit 8d3ceec

Browse files
committed
Update workflow file
1 parent dcfdde5 commit 8d3ceec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 7.0.x
15+
dotnet-version: 8.0.x
1616
- name: Tests
1717
run: dotnet test
1818
- name: Pack

GenerateAspNetCoreClient.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD70E8A2-C0E4-463D-9A96-5E466F5ED10E}"
2121
ProjectSection(SolutionItems) = preProject
2222
.editorconfig = .editorconfig
23+
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
2324
README.md = README.md
2425
EndProjectSection
2526
EndProject
@@ -31,7 +32,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebApi.Dtos", "Tests\Te
3132
EndProject
3233
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebApi.Versioning", "Tests\TestWebApi.Versioning\TestWebApi.Versioning.csproj", "{72F457DA-3EDC-4EDA-A15C-CC3FDE507366}"
3334
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebApi.Controllers.UseApiResponses", "Tests\TestWebApi.Controllers.UseApiResponses\TestWebApi.Controllers.UseApiResponses.csproj", "{A0FE1063-5602-42DC-ACD7-D17E98483E5A}"
35+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebApi.Controllers.UseApiResponses", "Tests\TestWebApi.Controllers.UseApiResponses\TestWebApi.Controllers.UseApiResponses.csproj", "{A0FE1063-5602-42DC-ACD7-D17E98483E5A}"
3536
EndProject
3637
Global
3738
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)