Skip to content

Commit 1f13258

Browse files
authored
fix: Update project name in solution file (#380)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> This pull request includes a small change to the `OpenFeature.sln` file. The change renames the project from `"."` to `".root"` to fix the current build issues. * [`OpenFeature.sln`](diffhunk://#diff-3043b3423bc4a34abd4501e344ea4f1f3c18a61e3ca97b9f914a868fa20105b6L6-R6): Renamed project from `"."` to `".root"` to improve clarity. ### Notes <!-- any additional notes for this PR --> - Check build for details: https://github.com/open-feature/dotnet-sdk/actions/runs/13279965378/job/37076213831 Signed-off-by: André Silva <[email protected]>
1 parent 3bdc79b commit 1f13258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenFeature.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33213.308
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".", ".", "{E8916D4F-B97E-42D6-8620-ED410A106F94}"
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{E8916D4F-B97E-42D6-8620-ED410A106F94}"
77
ProjectSection(SolutionItems) = preProject
88
README.md = README.md
99
CONTRIBUTING.md = CONTRIBUTING.md

0 commit comments

Comments
 (0)