diff --git a/global.json b/global.json index 4441ee6..f3e82f5 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "9.0.101", - "rollForward": "latestFeature", + "version": "9.0.301", + "rollForward": "latestMajor", "allowPrerelease": true } } diff --git a/src/SharpIDE.Application/SharpIDE.Application.csproj b/src/SharpIDE.Application/SharpIDE.Application.csproj index 0c35acb..f2dcf6b 100644 --- a/src/SharpIDE.Application/SharpIDE.Application.csproj +++ b/src/SharpIDE.Application/SharpIDE.Application.csproj @@ -7,10 +7,10 @@ - - - - - + + + + + diff --git a/src/SharpIDE.Photino/Components/SolutionExplorer.razor b/src/SharpIDE.Photino/Components/SolutionExplorer.razor index 6d43b55..eae95bf 100644 --- a/src/SharpIDE.Photino/Components/SolutionExplorer.razor +++ b/src/SharpIDE.Photino/Components/SolutionExplorer.razor @@ -53,13 +53,13 @@ protected override async Task OnInitializedAsync() { - await Task.Run(() => LoadSolution("C:/Users/Matthew/Documents/Git/amazon/ClientPortal.sln")); + await Task.Run(() => LoadSolution("C:/Users/matth/Documents/Git/SharpIDE.Photino/SharpIDE.Photino.sln")); } private void LoadSolution(string solutionPath) { return; - var solutionFile = GetNodesInSolution.ParseSolutionFileFromPath("C:/Users/Matthew/Documents/Git/amazon/ClientPortal.sln"); + var solutionFile = GetNodesInSolution.ParseSolutionFileFromPath(solutionPath); ArgumentNullException.ThrowIfNull(solutionFile); _solutionFile = solutionFile; var rootNodes = solutionFile.ProjectsByGuid.Values.Where(p => p.ParentProjectGuid == null).OrderBy(s => s.ProjectName).ToList(); diff --git a/src/SharpIDE.Photino/Pages/Home.razor b/src/SharpIDE.Photino/Pages/Home.razor index 12ab60a..acb2dae 100644 --- a/src/SharpIDE.Photino/Pages/Home.razor +++ b/src/SharpIDE.Photino/Pages/Home.razor @@ -1,13 +1,13 @@ @page "/" @using SharpIDE.Application.Features.SolutionDiscovery - + @code { protected override async Task OnInitializedAsync() { await Task.Delay(100); - await RoslynTest.Analyse("C:/Users/Matthew/Documents/Git/amazon/ClientPortal.sln"); + await RoslynTest.Analyse("C:/Users/matth/Documents/Git/SharpIDE.Photino/SharpIDE.Photino.sln"); } } diff --git a/src/SharpIDE.Photino/SharpIDE.Photino.csproj b/src/SharpIDE.Photino/SharpIDE.Photino.csproj index 7622ead..ed06716 100644 --- a/src/SharpIDE.Photino/SharpIDE.Photino.csproj +++ b/src/SharpIDE.Photino/SharpIDE.Photino.csproj @@ -18,10 +18,10 @@ - - - - + + + + diff --git a/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj b/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj index c2ed198..3a08838 100644 --- a/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj +++ b/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj @@ -8,9 +8,9 @@ - - - + + +