Skip to content

Commit

Permalink
Update YamlDotNet.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke authored May 29, 2024
1 parent 96b4b5e commit b1ef879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions YamlDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NET6.0" />
<group targetFramework=".NET7.0" />
<group targetFramework=".NET8.0" />
</dependencies>
</metadata>
<files>
Expand All @@ -38,6 +39,9 @@
<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/net70/YamlDotNet.dll" target="lib/net8.0" />
<file src="bin/Release/net70/YamlDotNet.xml" target="lib/net8.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 b1ef879

Please sign in to comment.