From 60c2da1141491df48e65e1d62a825e3585beb178 Mon Sep 17 00:00:00 2001 From: Ashish Aggarwal Date: Thu, 25 Sep 2025 19:11:42 -0400 Subject: [PATCH 1/2] Update TuneUp.csproj --- TuneUp/TuneUp.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TuneUp/TuneUp.csproj b/TuneUp/TuneUp.csproj index b100a9a..68e6552 100644 --- a/TuneUp/TuneUp.csproj +++ b/TuneUp/TuneUp.csproj @@ -121,6 +121,7 @@ + @@ -141,6 +142,7 @@ + @@ -176,4 +178,4 @@ - \ No newline at end of file + From f13a5db523178997bf235631dcfcb0abea4f12d3 Mon Sep 17 00:00:00 2001 From: Ashish Aggarwal Date: Fri, 26 Sep 2025 10:28:54 -0400 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90d0ef0..e7e2dc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,12 @@ jobs: with: path: Dynamo repository: DynamoDS/Dynamo + - name: Setup dotnet + uses: actions/setup-dotnet@v5 + with: + dotnet-version: | + 8.0.x + 10.0.x - name: Setup Nuget uses: nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0 - name: Setup msbuild