Skip to content

Commit 6b9f870

Browse files
committed
Updated dotnet.yml.
1 parent 9d14e61 commit 6b9f870

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will build a .NET project
1+
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

44
name: .NET
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 6.0.x
22+
dotnet-version: 8.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build

Linq.Expressions.Deconstruct.sln

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{7A73EE40
1515
EndProject
1616
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerators", "SourceGenerators\SourceGenerators.csproj", "{64BEF737-2EE5-4EFA-8B19-ACABA44E0AD1}"
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EB2E4257-9A0D-4B81-BDDE-7D24A6D84065}"
19+
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{CA9D2B94-3758-46F2-861C-503D44828A51}"
21+
ProjectSection(SolutionItems) = preProject
22+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
23+
EndProjectSection
24+
EndProject
1825
Global
1926
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2027
Debug|Any CPU = Debug|Any CPU
@@ -37,6 +44,9 @@ Global
3744
GlobalSection(SolutionProperties) = preSolution
3845
HideSolutionNode = FALSE
3946
EndGlobalSection
47+
GlobalSection(NestedProjects) = preSolution
48+
{CA9D2B94-3758-46F2-861C-503D44828A51} = {EB2E4257-9A0D-4B81-BDDE-7D24A6D84065}
49+
EndGlobalSection
4050
GlobalSection(ExtensibilityGlobals) = postSolution
4151
SolutionGuid = {76E0BE6C-4F25-476F-B1DE-FA567F734C9E}
4252
EndGlobalSection

0 commit comments

Comments
 (0)