diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cf7aa65..ed6fe9e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,12 +24,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8967008..e2aa281 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore CenturyLocalization/CenturyLocalization/CenturyLocalization.csproj - name: Build diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 53eaac7..fd5c597 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -12,7 +12,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Pack the NuGet package run: dotnet pack CenturyLocalization/CenturyLocalization/CenturyLocalization.csproj --configuration Release /p:Version=${{ github.event.release.tag_name }} /p:PackageReleaseNotes="See https://github.com/AndreCL/CenturyLocalization/releases/tag/${{ github.event.release.tag_name }}" - name: Archive the NuGet package diff --git a/CenturyLocalization/CenturyLocalization/CenturyLocalization.csproj b/CenturyLocalization/CenturyLocalization/CenturyLocalization.csproj index b240fc9..f8ed537 100644 --- a/CenturyLocalization/CenturyLocalization/CenturyLocalization.csproj +++ b/CenturyLocalization/CenturyLocalization/CenturyLocalization.csproj @@ -1,6 +1,6 @@ - net8.0 + net10.0 AndreCL Luanca Localization library for use in Century and other projects. diff --git a/CenturyLocalization/LocalizationTests/LocalizationTests.csproj b/CenturyLocalization/LocalizationTests/LocalizationTests.csproj index 2ba2cb5..5752ece 100644 --- a/CenturyLocalization/LocalizationTests/LocalizationTests.csproj +++ b/CenturyLocalization/LocalizationTests/LocalizationTests.csproj @@ -1,6 +1,6 @@ - net8.0 + net10.0 false