diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 24f74d05..78050a61 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,14 +21,14 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 4.8 - name: Install .NET Framework 4.8 Developer Pack run: | choco install netfx-4.8-devpack - name: Build run: | cd Magitek - dotnet build --configuration Release + dotnet msbuild Magitek.csproj /t:build /p:Configuration=Release - name: Install GitVersion run: dotnet tool install --global GitVersion.Tool - name: Generate Version diff --git a/Magitek/Magitek.csproj b/Magitek/Magitek.csproj index 384b5c5d..ecd02a1c 100644 --- a/Magitek/Magitek.csproj +++ b/Magitek/Magitek.csproj @@ -31,7 +31,7 @@ prompt - c:\MagitekRelease\ + bin\release\ TRACE true pdbonly @@ -1565,7 +1565,7 @@ 3.3.2 - all + all 5.7.0 @@ -1582,7 +1582,7 @@ 4.1.0 - all + all 1.0.600