When trying to build 1.8.5 I get the following error:
Solution file error MSB4051: Project {9D32A24F-7FF0-4632-B663-5AD2D64A6C87} is referencing a project with GUID {732A9A56-32B4-4149-B3A5-F2A4F48293D3}, but a project with this GUID was not found in the .SLN file.
When trying to build
1.8.5
I get the following error:It appears that the
Avalonia.ThemeManager
project (with GUID732A9A56-32B4-4149-B3A5-F2A4F48293D3
) was removed fromOpenTracker.sln
in this commit: https://github.com/trippsc2/OpenTracker/commit/3ec1ae97be3942c57691d0d8235a6462e4a58030#diff-e8ec4d7d039e97425774605f966a54e5fa22eed06848fab82adadb1e3c1e1938. However,Opentracker.csproj
still references this project GUID in theOpenTracker.sln
file:https://github.com/trippsc2/OpenTracker/blob/e00506455bf4bf087f04bbed040e4a2ef92ea3bd/OpenTracker.sln#L7-L9
I think removing these lines should fix the build.