Skip to content

Commit

Permalink
Merge pull request #760 from EdwardCooke/ec-net70
Browse files Browse the repository at this point in the history
Added net7.0 to the nuspec file

+semver:fix
  • Loading branch information
EdwardCooke committed Dec 19, 2022
2 parents 1ff1a86 + 93528d3 commit f054853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions YamlDotNet/YamlDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NET6.0" />
<group targetFramework=".NET7.0" />
</dependencies>
</metadata>
<files>
Expand All @@ -35,6 +36,9 @@
<file src="bin/Release/net60/YamlDotNet.dll" target="lib/net6.0" />
<file src="bin/Release/net60/YamlDotNet.xml" target="lib/net6.0" />

<file src="bin/Release/net70/YamlDotNet.dll" target="lib/net7.0" />
<file src="bin/Release/net70/YamlDotNet.xml" target="lib/net7.0" />

<file src="bin/Release/netstandard2.0/YamlDotNet.dll" target="lib/netstandard2.0" />
<file src="bin/Release/netstandard2.0/YamlDotNet.xml" target="lib/netstandard2.0" />

Expand Down

0 comments on commit f054853

Please sign in to comment.