Skip to content

Commit

Permalink
use project
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbeamable committed Feb 24, 2025
1 parent 1cca0d2 commit 312271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FadeBasic/ApplicationSupport/Project/ProjectLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static ProjectContext LoadCsProject(string csProjPath)
var runtimeDlls = kvp.Value.objects["runtime"];
var dllPackagePath = runtimeDlls.objects.FirstOrDefault().Key;
refMap[referenceName] = expectedDllPath = Path.Combine(packagesPath, nugetPath, dllPackagePath);
} else if (refType == "package")
} else if (refType == "project")
{
var refCsProjPath = Path.Combine(csProjDir, nugetPath);
var refCsProjDir = Path.GetDirectoryName(refCsProjPath);
Expand Down

0 comments on commit 312271e

Please sign in to comment.