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 8b5b45c commit a7ab6a4Copy full SHA for a7ab6a4
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0;netstandard2.0;net462</TargetFrameworks>
+ <TargetFrameworks>net10.0;net8.0;netstandard2.0;net462</TargetFrameworks>
5
<Nullable>enable</Nullable>
6
<LangVersion>latest</LangVersion>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
test/Directory.Build.props
- <TargetFrameworks>net8.0;net48</TargetFrameworks>
+ <TargetFrameworks>net10.0;net8.0;net48</TargetFrameworks>
</PropertyGroup>
0 commit comments