Skip to content

Commit fe639e4

Browse files
author
Timothy Mothra
authored
Merge branch 'main' into blanch/keyedservice-fix
2 parents 42cd7e3 + 0f00deb commit fe639e4

File tree

13 files changed

+29
-18
lines changed

13 files changed

+29
-18
lines changed

.github/workflows/build-and-test-BASE.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest]
27-
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
27+
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
2828
include:
2929
- os: ubuntu-latest
3030
args: "--filter TestCategory!=WindowsOnly"
@@ -33,13 +33,14 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Setup dotnet
36-
uses: actions/setup-dotnet@v4.0.0
36+
uses: actions/setup-dotnet@v4.3.0
3737
with:
3838
dotnet-version: |
3939
3.1.x
4040
6.0.x
4141
7.0.x
4242
8.0.x
43+
9.0.x
4344
4445
- name: Restore
4546
run: dotnet restore ${{ env.SOLUTION }}

.github/workflows/build-and-test-LOGGING.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [windows-latest]
27-
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
27+
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
2828

2929
steps:
3030
- uses: actions/checkout@v4
3131

3232
- name: Setup dotnet
33-
uses: actions/setup-dotnet@v4.0.0
33+
uses: actions/setup-dotnet@v4.3.0
3434
with:
3535
dotnet-version: |
3636
3.1.x
3737
6.0.x
3838
7.0.x
3939
8.0.x
40+
9.0.x
4041
4142
- name: Restore
4243
run: dotnet restore ${{ env.SOLUTION }}

.github/workflows/build-and-test-NETCORE.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest]
27-
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
27+
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
2828
include:
2929
- os: ubuntu-latest
3030
args: "--filter TestCategory!=WindowsOnly"
@@ -33,13 +33,14 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Setup dotnet
36-
uses: actions/setup-dotnet@v4.0.0
36+
uses: actions/setup-dotnet@v4.3.0
3737
with:
3838
dotnet-version: |
3939
3.1.x
4040
6.0.x
4141
7.0.x
4242
8.0.x
43+
9.0.x
4344
4445
- name: Restore
4546
run: dotnet restore ${{ env.SOLUTION }}

.github/workflows/build-and-test-WEB.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [windows-latest]
27-
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0]
27+
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
2828

2929
steps:
3030
- uses: actions/checkout@v4
3131

3232
- name: Setup dotnet
33-
uses: actions/setup-dotnet@v4.0.0
33+
uses: actions/setup-dotnet@v4.3.0
3434
with:
3535
dotnet-version: |
3636
3.1.x
3737
6.0.x
3838
7.0.x
3939
8.0.x
40+
9.0.x
4041
4142
- name: Restore
4243
run: dotnet restore ${{ env.SOLUTION }}

.github/workflows/codeql-csharp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ jobs:
6969
uses: actions/checkout@v4
7070

7171
- name: Setup dotnet
72-
uses: actions/setup-dotnet@v4.0.0
72+
uses: actions/setup-dotnet@v4.3.0
7373
with:
7474
dotnet-version: |
7575
3.1.x
7676
6.0.x
7777
7.0.x
7878
8.0.x
79+
9.0.x
7980
8081
# Initializes the CodeQL tools for scanning.
8182
- name: Initialize CodeQL

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ matrix.branch }}
2828

2929
- name: Setup dotnet
30-
uses: actions/setup-dotnet@v4.0.0
30+
uses: actions/setup-dotnet@v4.3.0
3131
with:
3232
dotnet-version: |
3333
3.1.x

.github/workflows/redfield-sanity-check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest]
27-
framework: [netcoreapp3.1,net6.0,net7.0,net8.0]
27+
framework: [netcoreapp3.1,net6.0,net7.0,net8.0,net9.0]
2828
include:
2929
- os: ubuntu-latest
3030
args: "--filter TestCategory!=WindowsOnly"
@@ -33,13 +33,14 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Setup dotnet
36-
uses: actions/setup-dotnet@v4.0.0
36+
uses: actions/setup-dotnet@v4.3.0
3737
with:
3838
dotnet-version: |
3939
3.1.x
4040
6.0.x
4141
7.0.x
4242
8.0.x
43+
9.0.x
4344
4445
- name: Restore
4546
run: dotnet restore ${{ env.SOLUTION }}

.github/workflows/sanity.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Setup dotnet
35-
uses: actions/setup-dotnet@v4.0.0
35+
uses: actions/setup-dotnet@v4.3.0
3636
with:
3737
dotnet-version: |
3838
3.1.x
3939
6.0.x
4040
7.0.x
4141
8.0.x
42+
9.0.x
4243
4344
- name: Restore
4445
run: dotnet restore ${{ matrix.solution }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v9.0.0
15+
- uses: actions/stale@v9.1.0
1616
id: stale
1717
with:
1818
stale-issue-message: 'This issue is stale because it has been open 300 days with no activity. Remove stale label or this will be closed in 7 days. Commenting will instruct the bot to automatically remove the label.'

.props/Test.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- net7.0 (GA Nov 2022)
2121
-->
2222

23-
<SupportedFrameworks_NetCore>net8.0;net7.0;net6.0;netcoreapp3.1;</SupportedFrameworks_NetCore>
23+
<SupportedFrameworks_NetCore>net9.0;net8.0;net7.0;net6.0;netcoreapp3.1;</SupportedFrameworks_NetCore>
2424
<SupportedFrameworks_NetFx Condition="$(OS) == 'Windows_NT'">net481;net480;net472;net462;</SupportedFrameworks_NetFx>
2525
<LegacyFrameworks_NetFx Condition="$(OS) == 'Windows_NT'">net46;net452;</LegacyFrameworks_NetFx>
2626

0 commit comments

Comments
 (0)