diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 7529b6b..7998d80 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -23,6 +23,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 10.0.x - name: Run tests run: dotnet test -c Release -p:CollectCoverage=false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eb1e0f..267ef49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 10.0.x - name: Build run: dotnet build -c Release diff --git a/src/Prometheus.Client.DependencyInjection.csproj b/src/Prometheus.Client.DependencyInjection.csproj index 4713d29..03a0e1f 100644 --- a/src/Prometheus.Client.DependencyInjection.csproj +++ b/src/Prometheus.Client.DependencyInjection.csproj @@ -1,6 +1,6 @@ - net462;netstandard2.0;net6.0;net8.0 + net462;netstandard2.0;net8.0;net10.0 Dependency Injection extensions for Prometheus.Client https://github.com/prom-client-net/prom-client-dependencyinjection true @@ -9,9 +9,9 @@ - + diff --git a/tests/Prometheus.Client.DependencyInjection.Tests.csproj b/tests/Prometheus.Client.DependencyInjection.Tests.csproj index 54ffc74..46707f0 100644 --- a/tests/Prometheus.Client.DependencyInjection.Tests.csproj +++ b/tests/Prometheus.Client.DependencyInjection.Tests.csproj @@ -1,17 +1,12 @@  - net6.0;net8.0 - net462;net6.0;net8.0 + net8.0;net10.0 + net462;net8.0;net10.0 false $(NoWarn);CS0618 - - - - all - runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -20,7 +15,21 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +