From 6b5921fbc16e375f563928e00a2cdf0ac58bcfe3 Mon Sep 17 00:00:00 2001 From: Preben Huybrechts <1079843+pregress@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:02:15 +0100 Subject: [PATCH] chore: update to dotnet 10 --- .../workflows/healthchecks_arangodb_ci.yml | 1 + .github/workflows/healthchecks_consul_ci.yml | 1 + .../healthchecks_elasticsearch_ci.yml | 1 + .../workflows/healthchecks_eventstore_ci.yml | 1 + .../healthchecks_eventstore_grpc_ci.yml | 1 + .github/workflows/healthchecks_gremlin_ci.yml | 1 + .github/workflows/healthchecks_ibmmq_ci.yml | 1 + .../workflows/healthchecks_influxdb_ci.yml | 1 + .github/workflows/healthchecks_nats_ci.yml | 1 + .github/workflows/healthchecks_network_ci.yml | 1 + .../healthchecks_openidconnectserver_ci.yml | 1 + .github/workflows/healthchecks_oracle_ci.yml | 1 + .../healthchecks_publisher_cloudwatch_ci.yml | 1 + .github/workflows/healthchecks_solr_ci.yml | 1 + .github/workflows/healthchecks_ui_cd.yml | 1 + .../workflows/healthchecks_ui_cd_preview.yml | 1 + .github/workflows/healthchecks_ui_ci.yml | 1 + .../reusable_cd_preview_workflow.yml | 1 + .github/workflows/reusable_cd_workflow.yml | 1 + .github/workflows/reusable_ci_workflow.yml | 1 + Directory.Packages.props | 53 ++++++++++--------- .../HealthChecks.UI.Image.csproj | 2 +- .../HealthChecks.Sample.csproj | 2 +- .../Properties/launchSettings.json | 18 +++---- .../HealthChecks.UI.Branding.csproj | 2 +- .../HealthChecks.UI.Oidc.csproj | 2 +- .../HealthChecks.UI.Sample.csproj | 2 +- .../HealthChecks.UI.StorageProviders.csproj | 2 +- .../HealthChecks.UIAndApi.csproj | 2 +- .../HealthChecks.UIAndApiCustomization.csproj | 2 +- src/Directory.Build.props | 17 +++--- .../HealthChecks.UI.Data.csproj | 2 +- .../HealthChecks.UI.InMemory.Storage.csproj | 2 +- .../HealthChecks.UI.K8s.Operator.csproj | 1 - .../HealthChecks.UI.MySql.Storage.csproj | 2 +- .../HealthChecks.UI.PostgreSQL.Storage.csproj | 2 +- .../HealthChecks.UI.SQLite.Storage.csproj | 2 +- .../HealthChecks.UI.SqlServer.Storage.csproj | 2 +- src/HealthChecks.UI/HealthChecks.UI.csproj | 3 +- test/Directory.Build.props | 6 +-- 40 files changed, 84 insertions(+), 62 deletions(-) diff --git a/.github/workflows/healthchecks_arangodb_ci.yml b/.github/workflows/healthchecks_arangodb_ci.yml index 0c1a1fdb90..ffad5cd57e 100644 --- a/.github/workflows/healthchecks_arangodb_ci.yml +++ b/.github/workflows/healthchecks_arangodb_ci.yml @@ -44,6 +44,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj && diff --git a/.github/workflows/healthchecks_consul_ci.yml b/.github/workflows/healthchecks_consul_ci.yml index d4a11ffabe..e0a68cdef4 100644 --- a/.github/workflows/healthchecks_consul_ci.yml +++ b/.github/workflows/healthchecks_consul_ci.yml @@ -44,6 +44,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Consul/HealthChecks.Consul.csproj && diff --git a/.github/workflows/healthchecks_elasticsearch_ci.yml b/.github/workflows/healthchecks_elasticsearch_ci.yml index 680562c06f..b3e373e5bb 100644 --- a/.github/workflows/healthchecks_elasticsearch_ci.yml +++ b/.github/workflows/healthchecks_elasticsearch_ci.yml @@ -44,6 +44,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - run: ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose - name: Restore diff --git a/.github/workflows/healthchecks_eventstore_ci.yml b/.github/workflows/healthchecks_eventstore_ci.yml index 9301c75cc1..8ac2b0a185 100644 --- a/.github/workflows/healthchecks_eventstore_ci.yml +++ b/.github/workflows/healthchecks_eventstore_ci.yml @@ -47,6 +47,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.EventStore/HealthChecks.EventStore.csproj && diff --git a/.github/workflows/healthchecks_eventstore_grpc_ci.yml b/.github/workflows/healthchecks_eventstore_grpc_ci.yml index ee1c233c6f..a2e286618e 100644 --- a/.github/workflows/healthchecks_eventstore_grpc_ci.yml +++ b/.github/workflows/healthchecks_eventstore_grpc_ci.yml @@ -46,6 +46,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.EventStore.gRPC/HealthChecks.EventStore.gRPC.csproj && diff --git a/.github/workflows/healthchecks_gremlin_ci.yml b/.github/workflows/healthchecks_gremlin_ci.yml index abd3e465eb..88f0a4208d 100644 --- a/.github/workflows/healthchecks_gremlin_ci.yml +++ b/.github/workflows/healthchecks_gremlin_ci.yml @@ -46,6 +46,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj && diff --git a/.github/workflows/healthchecks_ibmmq_ci.yml b/.github/workflows/healthchecks_ibmmq_ci.yml index 096e38361c..2fba50efe8 100644 --- a/.github/workflows/healthchecks_ibmmq_ci.yml +++ b/.github/workflows/healthchecks_ibmmq_ci.yml @@ -49,6 +49,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj && diff --git a/.github/workflows/healthchecks_influxdb_ci.yml b/.github/workflows/healthchecks_influxdb_ci.yml index 1e554c42b5..091b0140b2 100644 --- a/.github/workflows/healthchecks_influxdb_ci.yml +++ b/.github/workflows/healthchecks_influxdb_ci.yml @@ -38,6 +38,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj && diff --git a/.github/workflows/healthchecks_nats_ci.yml b/.github/workflows/healthchecks_nats_ci.yml index 69853fd915..399ad6629e 100644 --- a/.github/workflows/healthchecks_nats_ci.yml +++ b/.github/workflows/healthchecks_nats_ci.yml @@ -45,6 +45,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Nats/HealthChecks.Nats.csproj && diff --git a/.github/workflows/healthchecks_network_ci.yml b/.github/workflows/healthchecks_network_ci.yml index 053b61ff53..9e5c1dbeee 100644 --- a/.github/workflows/healthchecks_network_ci.yml +++ b/.github/workflows/healthchecks_network_ci.yml @@ -70,6 +70,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Network/HealthChecks.Network.csproj && diff --git a/.github/workflows/healthchecks_openidconnectserver_ci.yml b/.github/workflows/healthchecks_openidconnectserver_ci.yml index bb95f3a3fd..08315e9b53 100644 --- a/.github/workflows/healthchecks_openidconnectserver_ci.yml +++ b/.github/workflows/healthchecks_openidconnectserver_ci.yml @@ -43,6 +43,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.OpenIdConnectServer/HealthChecks.OpenIdConnectServer.csproj && diff --git a/.github/workflows/healthchecks_oracle_ci.yml b/.github/workflows/healthchecks_oracle_ci.yml index 9a76ff5503..edb84c44d7 100644 --- a/.github/workflows/healthchecks_oracle_ci.yml +++ b/.github/workflows/healthchecks_oracle_ci.yml @@ -45,6 +45,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Oracle/HealthChecks.Oracle.csproj && diff --git a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml index 1c2c44d929..d6e05924e3 100644 --- a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml +++ b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml @@ -40,6 +40,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Publisher.CloudWatch/HealthChecks.Publisher.CloudWatch.csproj && diff --git a/.github/workflows/healthchecks_solr_ci.yml b/.github/workflows/healthchecks_solr_ci.yml index a4c4f80056..adc38fa364 100644 --- a/.github/workflows/healthchecks_solr_ci.yml +++ b/.github/workflows/healthchecks_solr_ci.yml @@ -57,6 +57,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.Solr/HealthChecks.Solr.csproj && diff --git a/.github/workflows/healthchecks_ui_cd.yml b/.github/workflows/healthchecks_ui_cd.yml index d99bf8a93c..5c1fef1d99 100644 --- a/.github/workflows/healthchecks_ui_cd.yml +++ b/.github/workflows/healthchecks_ui_cd.yml @@ -19,6 +19,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore UI run: dotnet restore ./src/HealthChecks.UI/HealthChecks.UI.csproj - name: Restore UI.Client diff --git a/.github/workflows/healthchecks_ui_cd_preview.yml b/.github/workflows/healthchecks_ui_cd_preview.yml index 08cae835ad..ab47e6a29e 100644 --- a/.github/workflows/healthchecks_ui_cd_preview.yml +++ b/.github/workflows/healthchecks_ui_cd_preview.yml @@ -20,6 +20,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore UI run: dotnet restore ./src/HealthChecks.UI/HealthChecks.UI.csproj - name: Restore UI.Client diff --git a/.github/workflows/healthchecks_ui_ci.yml b/.github/workflows/healthchecks_ui_ci.yml index bb895564b4..44d106bdec 100644 --- a/.github/workflows/healthchecks_ui_ci.yml +++ b/.github/workflows/healthchecks_ui_ci.yml @@ -65,6 +65,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ./src/HealthChecks.UI/HealthChecks.UI.csproj && diff --git a/.github/workflows/reusable_cd_preview_workflow.yml b/.github/workflows/reusable_cd_preview_workflow.yml index adb0f641db..4b41bba196 100644 --- a/.github/workflows/reusable_cd_preview_workflow.yml +++ b/.github/workflows/reusable_cd_preview_workflow.yml @@ -27,6 +27,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: dotnet restore ${{inputs.PROJECT_PATH}} - name: Build diff --git a/.github/workflows/reusable_cd_workflow.yml b/.github/workflows/reusable_cd_workflow.yml index 9a317854a7..74164cd24f 100644 --- a/.github/workflows/reusable_cd_workflow.yml +++ b/.github/workflows/reusable_cd_workflow.yml @@ -24,6 +24,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: dotnet restore ${{inputs.PROJECT_PATH}} - name: Build diff --git a/.github/workflows/reusable_ci_workflow.yml b/.github/workflows/reusable_ci_workflow.yml index c0480d7069..fea89214a6 100644 --- a/.github/workflows/reusable_ci_workflow.yml +++ b/.github/workflows/reusable_ci_workflow.yml @@ -24,6 +24,7 @@ jobs: dotnet-version: | 8.0.x 9.0.x + 10.0.x - name: Restore run: | dotnet restore ${{inputs.PROJECT_PATH}} && diff --git a/Directory.Packages.props b/Directory.Packages.props index 2c2207765a..4dd40d57ea 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,7 +14,7 @@ - + @@ -38,36 +38,38 @@ - + - - - + + + + - + - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -79,7 +81,7 @@ - + @@ -96,12 +98,11 @@ - - - - + + + + - diff --git a/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj b/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj index 16e486c554..3bb586250b 100644 --- a/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj +++ b/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(WarningsNotAsErrors);RCS1090 diff --git a/samples/HealthChecks.Sample/HealthChecks.Sample.csproj b/samples/HealthChecks.Sample/HealthChecks.Sample.csproj index 8feb27a71d..bc51931d5f 100644 --- a/samples/HealthChecks.Sample/HealthChecks.Sample.csproj +++ b/samples/HealthChecks.Sample/HealthChecks.Sample.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 diff --git a/samples/HealthChecks.Sample/Properties/launchSettings.json b/samples/HealthChecks.Sample/Properties/launchSettings.json index 074de8ff97..23afd398e8 100644 --- a/samples/HealthChecks.Sample/Properties/launchSettings.json +++ b/samples/HealthChecks.Sample/Properties/launchSettings.json @@ -1,13 +1,4 @@ { - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:62618/", - "sslPort": 44318 - } - }, "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -26,5 +17,14 @@ }, "applicationUrl": "http://localhost:2123/" } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:54412/", + "sslPort": 44365 + } } } \ No newline at end of file diff --git a/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj b/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj index 3e7a413973..1c5c97a1f9 100644 --- a/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj +++ b/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 diff --git a/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj b/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj index 18dc80bb22..9c9f819557 100644 --- a/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj +++ b/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 diff --git a/samples/HealthChecks.UI.Sample/HealthChecks.UI.Sample.csproj b/samples/HealthChecks.UI.Sample/HealthChecks.UI.Sample.csproj index 4d2541e862..6d1ebc9e14 100644 --- a/samples/HealthChecks.UI.Sample/HealthChecks.UI.Sample.csproj +++ b/samples/HealthChecks.UI.Sample/HealthChecks.UI.Sample.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 InProcess diff --git a/samples/HealthChecks.UI.StorageProviders/HealthChecks.UI.StorageProviders.csproj b/samples/HealthChecks.UI.StorageProviders/HealthChecks.UI.StorageProviders.csproj index f1a93069a3..94af04e8eb 100644 --- a/samples/HealthChecks.UI.StorageProviders/HealthChecks.UI.StorageProviders.csproj +++ b/samples/HealthChecks.UI.StorageProviders/HealthChecks.UI.StorageProviders.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 diff --git a/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj b/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj index 6f79db723f..4c01b7b2f0 100644 --- a/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj +++ b/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 InProcess diff --git a/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj b/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj index 58eea66f1b..222a48cc99 100644 --- a/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj +++ b/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 InProcess diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5a86977ab5..f1f7a73222 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - + AspNetCore.$(MSBuildProjectName) icon.png @@ -20,22 +20,25 @@ - net8.0 + net10.0 $(DefaultNetCoreApp);netstandard2.0 - + $(MSBuildThisFileDirectory)../build/strongNameKey.snk true - + - - - + + + diff --git a/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj b/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj index 94d19a6ae7..061b3c5f17 100644 --- a/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj +++ b/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);Data HealthChecks.UI.Data package containing data models and database context definition $(HealthCheckUIData) diff --git a/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj b/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj index 0d1346632f..6f2b130cb5 100644 --- a/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj +++ b/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);InMemory HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI $(HealthCheckUIInMemoryStorage) diff --git a/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj b/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj index 6814d56242..45340009a5 100644 --- a/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj +++ b/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj @@ -16,7 +16,6 @@ - diff --git a/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj b/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj index bf86cffdf3..ef9ab1b75d 100644 --- a/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj +++ b/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);MySql HealthChecks.UI.MySql.Storage package contains the required classes to use the MySQL database provider in the UI $(HealthCheckUIMySqlStorage) diff --git a/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj b/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj index a9d9e54c2c..846c59176c 100644 --- a/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj +++ b/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);PostgreSQL HealthChecks.UI.PostgreSQL.Storage package contains the required classes to use Postgres NpgSql provider in the UI $(HealthChecksUIPostgreSQLStorage) diff --git a/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj b/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj index 94f716e9c3..75b3391480 100644 --- a/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj +++ b/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);SQLite HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI $(HealthCheckUISQLiteStorage) diff --git a/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj b/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj index e801d66193..101d7fad1d 100644 --- a/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj +++ b/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);SqlServer HealthChecks.UI.SqlServer.Storage package contains the required classes to use SqlServer provider in the UI $(HealthCheckUISqlServerStorage) diff --git a/src/HealthChecks.UI/HealthChecks.UI.csproj b/src/HealthChecks.UI/HealthChecks.UI.csproj index 9d98ab3c7e..f3b2467fe3 100644 --- a/src/HealthChecks.UI/HealthChecks.UI.csproj +++ b/src/HealthChecks.UI/HealthChecks.UI.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 $(PackageTags);UI HealthChecks.UI is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks. For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks $(HealthCheckUI) @@ -18,7 +18,6 @@ - diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 3567cf1985..ba48467f77 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -1,13 +1,13 @@ - + - net8.0;net9.0 + net10.0 $(NoWarn);IDE1006;RCS1090 $(WarningsNotAsErrors);IDE0053;IDE0060 - +