diff --git a/src/Prometheus.Client.Abstractions/Prometheus.Client.Abstractions.csproj b/src/Prometheus.Client.Abstractions/Prometheus.Client.Abstractions.csproj index 5df5f6c..d2ec302 100644 --- a/src/Prometheus.Client.Abstractions/Prometheus.Client.Abstractions.csproj +++ b/src/Prometheus.Client.Abstractions/Prometheus.Client.Abstractions.csproj @@ -1,7 +1,7 @@ Prometheus.Client - net462;net47;netstandard2.0;net6.0 + net462;net47;netstandard2.0;net8.0 Abstractions for Prometheus.Client https://github.com/prom-client-net/prom-client diff --git a/src/Prometheus.Client/Prometheus.Client.csproj b/src/Prometheus.Client/Prometheus.Client.csproj index 10d2400..c824cf5 100644 --- a/src/Prometheus.Client/Prometheus.Client.csproj +++ b/src/Prometheus.Client/Prometheus.Client.csproj @@ -1,6 +1,6 @@ - net462;net47;netstandard2.0;net6.0 + net462;net47;netstandard2.0;net8.0 .NET client for Prometheus https://github.com/prom-client-net/prom-client diff --git a/tests/Prometheus.Client.Benchmarks.Comparison/Prometheus.Client.Benchmarks.Comparison.csproj b/tests/Prometheus.Client.Benchmarks.Comparison/Prometheus.Client.Benchmarks.Comparison.csproj index 3af0379..bff9c98 100644 --- a/tests/Prometheus.Client.Benchmarks.Comparison/Prometheus.Client.Benchmarks.Comparison.csproj +++ b/tests/Prometheus.Client.Benchmarks.Comparison/Prometheus.Client.Benchmarks.Comparison.csproj @@ -1,6 +1,6 @@ - net8.0 + net10.0 false Exe $(NoWarn);SA1133 diff --git a/tests/Prometheus.Client.Benchmarks/Prometheus.Client.Benchmarks.csproj b/tests/Prometheus.Client.Benchmarks/Prometheus.Client.Benchmarks.csproj index 2fd5316..ba02927 100644 --- a/tests/Prometheus.Client.Benchmarks/Prometheus.Client.Benchmarks.csproj +++ b/tests/Prometheus.Client.Benchmarks/Prometheus.Client.Benchmarks.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 false $(NoWarn);SA1133 Exe diff --git a/tests/Prometheus.Client.Tests/Prometheus.Client.Tests.csproj b/tests/Prometheus.Client.Tests/Prometheus.Client.Tests.csproj index ed86dc5..8c4ae8a 100644 --- a/tests/Prometheus.Client.Tests/Prometheus.Client.Tests.csproj +++ b/tests/Prometheus.Client.Tests/Prometheus.Client.Tests.csproj @@ -1,27 +1,36 @@ - net6.0;net8.0 - net462;net47;net481;net6.0;net8.0 + net8.0;net10.0 + net462;net472;net481;net8.0;net10.0 + Exe false - true $(NoWarn);CS0618 - + - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + all - runtime; build; native; contentfiles; analyzers + runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive