Skip to content

Commit c58dc9e

Browse files
committed
fix workflow paths in sln
1 parent 26e4dc8 commit c58dc9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

GraphQL.Client.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Server.Test", "test
3333
EndProject
3434
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{05CAF9B2-981E-40C0-AE31-5FA56E351F12}"
3535
ProjectSection(SolutionItems) = preProject
36-
.github\workflows\branches-ubuntu.yml = .github\workflows\branches-ubuntu.yml
3736
.github\workflows\branches.yml = .github\workflows\branches.yml
38-
.github\workflows\main.yml = .github\workflows\main.yml
37+
.github\workflows\master.yml = .github\workflows\master.yml
3938
EndProjectSection
4039
EndProject
4140
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Primitives", "src\GraphQL.Primitives\GraphQL.Primitives.csproj", "{87FC440E-6A4D-47D8-9EB2-416FC31CC4A6}"
@@ -64,7 +63,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Client.Serializer.S
6463
EndProject
6564
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{89AD33AB-64F6-4F82-822F-21DF7A10CEC0}"
6665
EndProject
67-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphQL.Client.Example", "examples\GraphQL.Client.Example\GraphQL.Client.Example.csproj", "{6B13B87D-1EF4-485F-BC5D-891E2F4DA6CD}"
66+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Client.Example", "examples\GraphQL.Client.Example\GraphQL.Client.Example.csproj", "{6B13B87D-1EF4-485F-BC5D-891E2F4DA6CD}"
6867
EndProject
6968
Global
7069
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)