Skip to content

Commit 9d0d146

Browse files
authored
Merge pull request #2331 from eerhardt/UpdateToNet9
Update to currently supported Target Frameworks.
2 parents bf9e212 + 72d9abf commit 9d0d146

File tree

52 files changed

+52
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-101
lines changed

.github/workflows/healthchecks_arangodb_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: |
45-
6.0.x
46-
7.0.x
4745
8.0.x
46+
9.0.x
4847
- name: Restore
4948
run: |
5049
dotnet restore ./src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj &&

.github/workflows/healthchecks_consul_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: |
45-
6.0.x
46-
7.0.x
4745
8.0.x
46+
9.0.x
4847
- name: Restore
4948
run: |
5049
dotnet restore ./src/HealthChecks.Consul/HealthChecks.Consul.csproj &&

.github/workflows/healthchecks_elasticsearch_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: |
45-
6.0.x
46-
7.0.x
4745
8.0.x
46+
9.0.x
4847
- run:
4948
ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
5049
- name: Restore

.github/workflows/healthchecks_eventstore_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
uses: actions/setup-dotnet@v4
4646
with:
4747
dotnet-version: |
48-
6.0.x
49-
7.0.x
5048
8.0.x
49+
9.0.x
5150
- name: Restore
5251
run: |
5352
dotnet restore ./src/HealthChecks.EventStore/HealthChecks.EventStore.csproj &&

.github/workflows/healthchecks_eventstore_grpc_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
uses: actions/setup-dotnet@v4
4545
with:
4646
dotnet-version: |
47-
6.0.x
48-
7.0.x
4947
8.0.x
48+
9.0.x
5049
- name: Restore
5150
run: |
5251
dotnet restore ./src/HealthChecks.EventStore.gRPC/HealthChecks.EventStore.gRPC.csproj &&

.github/workflows/healthchecks_gremlin_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
uses: actions/setup-dotnet@v4
4545
with:
4646
dotnet-version: |
47-
6.0.x
48-
7.0.x
4947
8.0.x
48+
9.0.x
5049
- name: Restore
5150
run: |
5251
dotnet restore ./src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj &&

.github/workflows/healthchecks_ibmmq_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ jobs:
4747
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: |
50-
6.0.x
51-
7.0.x
5250
8.0.x
51+
9.0.x
5352
- name: Restore
5453
run: |
5554
dotnet restore ./src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj &&

.github/workflows/healthchecks_influxdb_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: |
39-
6.0.x
40-
7.0.x
4139
8.0.x
40+
9.0.x
4241
- name: Restore
4342
run: |
4443
dotnet restore ./src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj &&

.github/workflows/healthchecks_kafka_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
uses: actions/setup-dotnet@v4
5858
with:
5959
dotnet-version: |
60-
6.0.x
61-
7.0.x
6260
8.0.x
61+
9.0.x
6362
- name: Restore
6463
run: |
6564
dotnet restore ./src/HealthChecks.Kafka/HealthChecks.Kafka.csproj &&

.github/workflows/healthchecks_milvus_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
uses: actions/setup-dotnet@v4
4141
with:
4242
dotnet-version: |
43-
6.0.x
44-
7.0.x
4543
8.0.x
44+
9.0.x
4645
- name: Restore
4746
run: |
4847
dotnet restore ./src/HealthChecks.Milvus/HealthChecks.Milvus.csproj &&

0 commit comments

Comments
 (0)