Skip to content

Commit 634149f

Browse files
committed
add .net10 targetframework
1 parent 1155a11 commit 634149f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
dotnet-version: |
2626
8.0.x
2727
9.0.x
28+
10.0.x
2829
2930
- name: Restore
3031
run: dotnet restore

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsTestProject>$(MSBuildProjectName.Contains('.Test'))</IsTestProject>

0 commit comments

Comments
 (0)