diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 353e352..d505a38 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -34,7 +34,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 9 + dotnet-version: 10 dotnet-quality: ga - name: Restore dependencies @@ -97,7 +97,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 9 + dotnet-version: 10 dotnet-quality: ga - name: Restore dependencies diff --git a/src/Ephemerally.Azure.Cosmos.Xunit/Ephemerally.Azure.Cosmos.Xunit.csproj b/src/Ephemerally.Azure.Cosmos.Xunit/Ephemerally.Azure.Cosmos.Xunit.csproj index cd57910..8102415 100644 --- a/src/Ephemerally.Azure.Cosmos.Xunit/Ephemerally.Azure.Cosmos.Xunit.csproj +++ b/src/Ephemerally.Azure.Cosmos.Xunit/Ephemerally.Azure.Cosmos.Xunit.csproj @@ -1,10 +1,10 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest false true @@ -19,7 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Ephemerally.Azure.Cosmos/Ephemerally.Azure.Cosmos.csproj b/src/Ephemerally.Azure.Cosmos/Ephemerally.Azure.Cosmos.csproj index 707e184..8f5f13e 100644 --- a/src/Ephemerally.Azure.Cosmos/Ephemerally.Azure.Cosmos.csproj +++ b/src/Ephemerally.Azure.Cosmos/Ephemerally.Azure.Cosmos.csproj @@ -1,10 +1,10 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest @@ -25,7 +25,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Ephemerally.Azure/Ephemerally.Azure.csproj b/src/Ephemerally.Azure/Ephemerally.Azure.csproj index bcefcb6..44ce11f 100644 --- a/src/Ephemerally.Azure/Ephemerally.Azure.csproj +++ b/src/Ephemerally.Azure/Ephemerally.Azure.csproj @@ -1,10 +1,10 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest diff --git a/src/Ephemerally.Redis.Xunit/Ephemerally.Redis.Xunit.csproj b/src/Ephemerally.Redis.Xunit/Ephemerally.Redis.Xunit.csproj index 4243601..6c05f0f 100644 --- a/src/Ephemerally.Redis.Xunit/Ephemerally.Redis.Xunit.csproj +++ b/src/Ephemerally.Redis.Xunit/Ephemerally.Redis.Xunit.csproj @@ -1,10 +1,10 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest false true @@ -27,7 +27,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Ephemerally.Redis/Ephemerally.Redis.csproj b/src/Ephemerally.Redis/Ephemerally.Redis.csproj index 5f3df25..6d6bb85 100644 --- a/src/Ephemerally.Redis/Ephemerally.Redis.csproj +++ b/src/Ephemerally.Redis/Ephemerally.Redis.csproj @@ -1,10 +1,10 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest diff --git a/src/Ephemerally.Xunit/Ephemerally.Xunit.csproj b/src/Ephemerally.Xunit/Ephemerally.Xunit.csproj index 51e239c..571d139 100644 --- a/src/Ephemerally.Xunit/Ephemerally.Xunit.csproj +++ b/src/Ephemerally.Xunit/Ephemerally.Xunit.csproj @@ -1,10 +1,10 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest false true diff --git a/src/Ephemerally/Ephemerally.csproj b/src/Ephemerally/Ephemerally.csproj index db9dc07..c28bce7 100644 --- a/src/Ephemerally/Ephemerally.csproj +++ b/src/Ephemerally/Ephemerally.csproj @@ -1,10 +1,10 @@  - net8.0;net9.0 + net8.0;net9.0;net10.0 enable disable - 13 + latest diff --git a/tests/Ephemerally.Azure.Cosmos.Tests/Ephemerally.Azure.Cosmos.Tests.csproj b/tests/Ephemerally.Azure.Cosmos.Tests/Ephemerally.Azure.Cosmos.Tests.csproj index 4e686a5..77a8d1c 100644 --- a/tests/Ephemerally.Azure.Cosmos.Tests/Ephemerally.Azure.Cosmos.Tests.csproj +++ b/tests/Ephemerally.Azure.Cosmos.Tests/Ephemerally.Azure.Cosmos.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable disable latest diff --git a/tests/Ephemerally.Redis.Tests/Ephemerally.Redis.Tests.csproj b/tests/Ephemerally.Redis.Tests/Ephemerally.Redis.Tests.csproj index 43a9acb..80b8de3 100644 --- a/tests/Ephemerally.Redis.Tests/Ephemerally.Redis.Tests.csproj +++ b/tests/Ephemerally.Redis.Tests/Ephemerally.Redis.Tests.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable disable latest diff --git a/tests/Ephemerally.Tests/Ephemerally.Tests.csproj b/tests/Ephemerally.Tests/Ephemerally.Tests.csproj index befd11c..32a1736 100644 --- a/tests/Ephemerally.Tests/Ephemerally.Tests.csproj +++ b/tests/Ephemerally.Tests/Ephemerally.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable disable latest