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 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 +