diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 2cbfa05..b594c1e 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -20,9 +20,9 @@ jobs: - uses: actions/checkout@v1 - name: NuGet Setup - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: "NuGet Add Source Organization" run: if ("${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }}" -ne "") { dotnet nuget add source --username ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_USERNAME }} --password ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" } diff --git a/Build/Build.csproj b/Build/Build.csproj index ead9320..77e1e9c 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net8.0 CS0649;CS0169 .