We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1155a11 commit 634149fCopy full SHA for 634149f
.github/workflows/cicd.yml
@@ -25,6 +25,7 @@ jobs:
25
dotnet-version: |
26
8.0.x
27
9.0.x
28
+ 10.0.x
29
30
- name: Restore
31
run: dotnet restore
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<IsTestProject>$(MSBuildProjectName.Contains('.Test'))</IsTestProject>
0 commit comments