From 0dc302eb6bb265a360c22efab1e0c59e540d0848 Mon Sep 17 00:00:00 2001 From: heartacker Date: Fri, 15 Aug 2025 11:01:06 +0800 Subject: [PATCH 1/2] add `RollForward` allow to run for newer dotnet --- SolutionParser.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/SolutionParser.csproj b/SolutionParser.csproj index a5bddc2..41bba79 100644 --- a/SolutionParser.csproj +++ b/SolutionParser.csproj @@ -5,6 +5,7 @@ net9.0 enable enable + LatestMajor From 7b18a6f9eec964a226ab3b4dabc84bac5efa14c3 Mon Sep 17 00:00:00 2001 From: heartacker Date: Fri, 15 Aug 2025 13:33:41 +0800 Subject: [PATCH 2/2] update nugets --- SolutionParser.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SolutionParser.csproj b/SolutionParser.csproj index 41bba79..ead308b 100644 --- a/SolutionParser.csproj +++ b/SolutionParser.csproj @@ -9,10 +9,10 @@ - - - - - + + + + + \ No newline at end of file