diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 612e270..741e0a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,18 +33,22 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - submodules: true + submodules: recursive + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Init & update submodules + run: git submodule update --init --recursive - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - + - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: ${{env.DOTNET_VERSION}} - + - name: Restore Solution run: dotnet restore ./FASTER.sln diff --git a/FASTER/FASTER - Backup.csproj b/FASTER/FASTER - Backup.csproj index 6dd452e..d82765a 100644 --- a/FASTER/FASTER - Backup.csproj +++ b/FASTER/FASTER - Backup.csproj @@ -2,6 +2,7 @@ WinExe net6.0-windows + true true true win-x64 diff --git a/FASTER/FASTER.csproj b/FASTER/FASTER.csproj index c79a75a..8f1e513 100644 --- a/FASTER/FASTER.csproj +++ b/FASTER/FASTER.csproj @@ -1,64 +1,64 @@ - - WinExe - net9.0-windows - true - enable - enable - true - Resources\FASTER.ico - Properties\FASTER.manifest - True - FASTERKey.snk - Keelah Fox, Jupster, Canno.n - 1.9.7.1 - FoxliCorp. - Fox's Arma Server Tool Extended Rewrite - Copyright © 2019 - https://github.com/Foxlider/FASTER - README.md - https://github.com/Foxlider/FASTER - LICENSE - - true - true - true - false - + + WinExe + net8.0-windows + true + enable + enable + true + Resources\FASTER.ico + Properties\FASTER.manifest + True + FASTERKey.snk + Keelah Fox, Jupster, Canno.n + 1.9.7.2 + FoxliCorp. + Fox's Arma Server Tool Extended Rewrite + Copyright © 2019 + https://github.com/Foxlider/FASTER + README.md + https://github.com/Foxlider/FASTER + LICENSE + true + true + true + false + - - portable - 1701;1702;NU1701;CS8002;CS8618;CS8622 - - - none - 1701;1702;NU1701;CS8002;CS8618;CS8622 - + + portable + 1701;1702;NU1701;CS8002;CS8618;CS8622 + - - - PreserveNewest - - - - - - - - True - True - Settings.settings - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - + + none + 1701;1702;NU1701;CS8002;CS8618;CS8622 + + + + + PreserveNewest + + + + + + + + True + True + Settings.settings + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + diff --git a/FASTERTests/FASTERTests.csproj b/FASTERTests/FASTERTests.csproj index d5436c0..42592d9 100644 --- a/FASTERTests/FASTERTests.csproj +++ b/FASTERTests/FASTERTests.csproj @@ -1,6 +1,7 @@  - net9.0-windows + net8.0-windows + true false diff --git a/FASTER_Version.xml b/FASTER_Version.xml index 7fd63a9..62703b8 100644 --- a/FASTER_Version.xml +++ b/FASTER_Version.xml @@ -1,6 +1,6 @@  - 1.9.7.1 + 1.9.7.2 https://github.com/Foxlider/FASTER/releases/latest/download/Release_x64.zip https://github.com/Foxlider/FASTER/releases true diff --git a/global.json b/global.json index 20c2667..bbf2a79 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "9.0.0" + "version": "8.0.0" } } \ No newline at end of file