Skip to content

Commit 364f23c

Browse files
committed
Build for .NET Standard 2.0, .NET 6.0, .NET 8.0
1 parent b43181c commit 364f23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyQueue/DependencyQueue.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<PropertyGroup>
99
<Description>A thread-safe generic queue that dequeues in dependency order.</Description>
10-
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
10+
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
</PropertyGroup>
1313

0 commit comments

Comments
 (0)