diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 217f7cb..7d03f06 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/Meio.Api/Meio.Api.csproj b/Meio.Api/Meio.Api.csproj index f64b43d..b54c97b 100644 --- a/Meio.Api/Meio.Api.csproj +++ b/Meio.Api/Meio.Api.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 enable diff --git a/Meio.App/Meio.App.csproj b/Meio.App/Meio.App.csproj index edb895d..92613a4 100644 --- a/Meio.App/Meio.App.csproj +++ b/Meio.App/Meio.App.csproj @@ -1,7 +1,7 @@  WinExe - net8.0 + net10.0 enable true app.manifest