Skip to content

Commit db7f8f5

Browse files
committed
🎉 net10
1 parent f8ac274 commit db7f8f5

9 files changed

+11
-2
lines changed

Diff for: .github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
uses: actions/[email protected]
3838
with:
3939
dotnet-version: |
40+
10.0.100-preview.1.25120.13
4041
9.x
4142
8.x
43+
4244
- name: Restore dependencies
4345
run: |
4446
dotnet restore --no-cache -f -v minimal DisCatSharp.sln
@@ -61,6 +63,7 @@ jobs:
6163
uses: actions/[email protected]
6264
with:
6365
dotnet-version: |
66+
10.0.100-preview.1.25120.13
6467
9.x
6568
8.x
6669
- name: Restore Packages

Diff for: .github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: actions/setup-dotnet@v4
4444
with:
4545
dotnet-version: |
46+
10.0.100-preview.1.25120.13
4647
9.x
4748
8.x
4849
- name: Restore dependencies

Diff for: .github/workflows/documentation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323
with:
2424
dotnet-version: |
25+
10.0.100-preview.1.25120.13
2526
9.x
2627
8.x
2728
- name: Git fetch unshallow

Diff for: .github/workflows/documentation_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424
with:
2525
dotnet-version: |
26+
10.0.100-preview.1.25120.13
2627
9.x
2728
8.x
2829
- name: Install DocFX

Diff for: .github/workflows/internal-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626
with:
2727
dotnet-version: |
28+
10.0.100-preview.1.25120.13
2829
9.x
2930
8.x
3031
- name: Restore dependencies

Diff for: .github/workflows/public-dev-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/[email protected]
4040
with:
4141
dotnet-version: |
42+
10.0.100-preview.1.25120.13
4243
9.x
4344
8.x
4445
- name: Restore dependencies

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/[email protected]
5656
with:
5757
dotnet-version: |
58+
10.0.100-preview.1.25120.13
5859
9.x
5960
8.x
6061
- name: Restore dependencies (DisCatSharp)

Diff for: DisCatSharp.Targets/Library.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
55
<OutputType>Library</OutputType>
6-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>
99
<InvariantGlobalization>false</InvariantGlobalization>

Diff for: DisCatSharp.Targets/TestProject.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
55
<OutputType>Library</OutputType>
6-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>
99
<NuGetAuditSuppress>true</NuGetAuditSuppress>

0 commit comments

Comments
 (0)