diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index c0c20bb..57b5969 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -15,11 +15,12 @@ jobs: steps: - name: Checkout Lightning.NET - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | + 10.0.x 9.0.x 8.0.x - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e83269..d37a98f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Restore dependencies run: dotnet restore diff --git a/src/LightningDB.Benchmarks/LightningDB.Benchmarks.csproj b/src/LightningDB.Benchmarks/LightningDB.Benchmarks.csproj index 981eee0..7a6ca5f 100644 --- a/src/LightningDB.Benchmarks/LightningDB.Benchmarks.csproj +++ b/src/LightningDB.Benchmarks/LightningDB.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 13 .\ diff --git a/src/LightningDB.Tests/LightningDB.Tests.csproj b/src/LightningDB.Tests/LightningDB.Tests.csproj index 1d198aa..864c4ad 100644 --- a/src/LightningDB.Tests/LightningDB.Tests.csproj +++ b/src/LightningDB.Tests/LightningDB.Tests.csproj @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 13 LightningDB.Tests LightningDB.Tests diff --git a/src/LightningDB/LightningDB.csproj b/src/LightningDB/LightningDB.csproj index 085e666..6d479c9 100644 --- a/src/LightningDB/LightningDB.csproj +++ b/src/LightningDB/LightningDB.csproj @@ -4,7 +4,7 @@ LightningDB 0.19.1 Ilya Lukyanov;Corey Kaylor - netstandard2.0;net9.0 + netstandard2.0;net8.0;net9.0;net10.0 13 LightningDB LightningDB @@ -33,6 +33,6 @@ - + diff --git a/src/SecondProcess/SecondProcess.csproj b/src/SecondProcess/SecondProcess.csproj index 8a908e1..73519bf 100644 --- a/src/SecondProcess/SecondProcess.csproj +++ b/src/SecondProcess/SecondProcess.csproj @@ -2,7 +2,7 @@ Exe - net8.0;net9.0 + net8.0;net9.0;net10.0 13 .\