diff --git a/Benchmark/benchmark.csproj b/Benchmark/benchmark.csproj index 27abcc5..f6e4408 100644 --- a/Benchmark/benchmark.csproj +++ b/Benchmark/benchmark.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3611a31..707a334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Pip.Services Logo
Memcached components for .NET Changelog +## 3.5.0 (2023-12-15) + +### Breaking Changes +* Migrate to .NET 8.0 + ## 3.4.0 (2022-08-04) ### Breaking Changes diff --git a/component.json b/component.json index e318af6..d17f82f 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "pip-services3-memcached-dotnet", "type": "module", "language": "dotnet", - "version": "3.4.0", + "version": "3.5.0", "build": 0, "registry": "pipservices", "artifacts": [ diff --git a/docker/Dockerfile.benchmark b/docker/Dockerfile.benchmark index b275293..0f7be20 100644 --- a/docker/Dockerfile.benchmark +++ b/docker/Dockerfile.benchmark @@ -1,5 +1,5 @@ # Build stage -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build # set working directory WORKDIR /app @@ -18,7 +18,7 @@ RUN dotnet restore Benchmark/Benchmark.csproj RUN dotnet publish Benchmark/Benchmark.csproj -o /obj # Runtime stage -FROM mcr.microsoft.com/dotnet/sdk:6.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0 # set working directory WORKDIR /app diff --git a/docker/Dockerfile.build b/docker/Dockerfile.build index 097ed70..54d25d7 100644 --- a/docker/Dockerfile.build +++ b/docker/Dockerfile.build @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0 # set working directory WORKDIR /app diff --git a/docker/Dockerfile.test b/docker/Dockerfile.test index 512c22d..43dfd07 100644 --- a/docker/Dockerfile.test +++ b/docker/Dockerfile.test @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0 # set working directory WORKDIR /app diff --git a/src/src.csproj b/src/src.csproj index 72b48da..ed293df 100644 --- a/src/src.csproj +++ b/src/src.csproj @@ -1,14 +1,14 @@ - netstandard2.0;netstandard2.1;net5.0;net6.0 + netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0 PipServices3.Memcached PipServices3.Memcached - 3.4.0 + 3.5.0 Sergey Seroukhov, Alex Mazur, Danyil Tretiakov - Conceptual Vision Consulting LLC. 2017-2022 + Conceptual Vision Consulting LLC. 2017-2024 Memcached components for Pip.Services in .NET Conceptual Vision Consulting LLC. PipServices3.Memcached @@ -30,7 +30,7 @@ - - + + diff --git a/test/test.csproj b/test/test.csproj index e8e2589..4e66c11 100644 --- a/test/test.csproj +++ b/test/test.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false @@ -19,9 +19,9 @@ true - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive