diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d71ad45..8aaa8cb 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index e9f80bf..8a52abf 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Build run: dotnet build -c Release Samhammer.Logging.sln - name: Pack diff --git a/Samhammer.Logging.Serilog/Samhammer.Logging.Serilog.csproj b/Samhammer.Logging.Serilog/Samhammer.Logging.Serilog.csproj index b6ae92c..7247f77 100644 --- a/Samhammer.Logging.Serilog/Samhammer.Logging.Serilog.csproj +++ b/Samhammer.Logging.Serilog/Samhammer.Logging.Serilog.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 Samhammer AG Samhammer AG true @@ -12,7 +12,7 @@ - + diff --git a/Samhammer.Logging/Samhammer.Logging.csproj b/Samhammer.Logging/Samhammer.Logging.csproj index 3c6be60..b957f2b 100644 --- a/Samhammer.Logging/Samhammer.Logging.csproj +++ b/Samhammer.Logging/Samhammer.Logging.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 Samhammer AG Samhammer AG true