Skip to content

Commit 3ba0140

Browse files
committed
Fix typo in target frameworks.
1 parent 80976d2 commit 3ba0140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyQueue.Tests/DependencyQueue.Tests.csproj

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

1919
<PropertyGroup>
2020
<Description>Tests for DependencyQueue</Description>
21-
<TargetFrameworks>net48;netcoreapp3.1;net60</TargetFrameworks>
21+
<TargetFrameworks>net48;netcoreapp3.1;net6.0</TargetFrameworks>
2222
<RootNamespace>DependencyQueue</RootNamespace>
2323
</PropertyGroup>
2424

0 commit comments

Comments
 (0)