Skip to content

Commit 93528d3

Browse files
committed
Added net7.0 to the nuspec file
1 parent 1ff1a86 commit 93528d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

YamlDotNet/YamlDotNet.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<group targetFramework=".NETStandard2.0" />
2121
<group targetFramework=".NETStandard2.1" />
2222
<group targetFramework=".NET6.0" />
23+
<group targetFramework=".NET7.0" />
2324
</dependencies>
2425
</metadata>
2526
<files>
@@ -35,6 +36,9 @@
3536
<file src="bin/Release/net60/YamlDotNet.dll" target="lib/net6.0" />
3637
<file src="bin/Release/net60/YamlDotNet.xml" target="lib/net6.0" />
3738

39+
<file src="bin/Release/net70/YamlDotNet.dll" target="lib/net7.0" />
40+
<file src="bin/Release/net70/YamlDotNet.xml" target="lib/net7.0" />
41+
3842
<file src="bin/Release/netstandard2.0/YamlDotNet.dll" target="lib/netstandard2.0" />
3943
<file src="bin/Release/netstandard2.0/YamlDotNet.xml" target="lib/netstandard2.0" />
4044

0 commit comments

Comments
 (0)