We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43181c commit 364f23cCopy full SHA for 364f23c
1 file changed
DependencyQueue/DependencyQueue.csproj
@@ -7,7 +7,7 @@
7
8
<PropertyGroup>
9
<Description>A thread-safe generic queue that dequeues in dependency order.</Description>
10
- <TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
11
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12
</PropertyGroup>
13
0 commit comments