From 1f13258737fa051289d51cf5a064e03b0dc936c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:46:22 +0000 Subject: [PATCH] fix: Update project name in solution file (#380) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## This PR 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 - Check build for details: https://github.com/open-feature/dotnet-sdk/actions/runs/13279965378/job/37076213831 Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- OpenFeature.sln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenFeature.sln b/OpenFeature.sln index ff4cb97e..3b5dc901 100644 --- a/OpenFeature.sln +++ b/OpenFeature.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".", ".", "{E8916D4F-B97E-42D6-8620-ED410A106F94}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{E8916D4F-B97E-42D6-8620-ED410A106F94}" ProjectSection(SolutionItems) = preProject README.md = README.md CONTRIBUTING.md = CONTRIBUTING.md