From f9630ab93b5a9a3ac4ddd0fbed143e7aeb996255 Mon Sep 17 00:00:00 2001 From: Luiz Adolfo Date: Mon, 19 Jan 2026 20:09:17 -0300 Subject: [PATCH] updated .net10 --- .github/workflows/main.yml | 4 ++-- .github/workflows/release.yml | 2 +- src/Fresp.csproj | 15 ++++++++++----- tests/Fresp.Tests/Fresp.Tests.csproj | 4 ++-- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26b9117..ec21f90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Restore run: dotnet restore -p:NuGetAudit=true -p:NuGetAuditMode=All -p:NuGetAuditLevel=Moderate -p:TreatWarningsAsErrors=true - name: Build @@ -36,7 +36,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Download code coverage results uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 612437f..f4f3580 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Generate Package run: | dotnet clean -c Release diff --git a/src/Fresp.csproj b/src/Fresp.csproj index 85f923e..b7d331b 100644 --- a/src/Fresp.csproj +++ b/src/Fresp.csproj @@ -1,11 +1,11 @@  - net6.0;net7.0;net8.0;net9.0 - 13 + net8.0;net9.0;net10.0 + latest disable enable - 2.0.0 + 2.2.0 Fresp Fresp Fresp is a .NET NuGet package designed to provide fake responses for external APIs, aiding in testing environments such as DEV, UAT, HML, and QA. @@ -22,9 +22,14 @@ moderate + + + + + - - + + diff --git a/tests/Fresp.Tests/Fresp.Tests.csproj b/tests/Fresp.Tests/Fresp.Tests.csproj index b735e45..e36df6e 100644 --- a/tests/Fresp.Tests/Fresp.Tests.csproj +++ b/tests/Fresp.Tests/Fresp.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable false @@ -10,7 +10,7 @@ - +