Skip to content

Commit

Permalink
Added .net8 to the nuspec and removed old frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke committed Jan 22, 2024
1 parent 613627e commit 8e75e9e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions YamlDotNet/YamlDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,27 @@
<repository type="git" url="https://github.com/aaubry/YamlDotNet.git" />
<tags>yaml parser development library serialization</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.7" />
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NET6.0" />
<group targetFramework=".NET7.0" />
<group targetFramework=".NET8.0" />
</dependencies>
</metadata>
<files>
<file src="bin/Release/net45/YamlDotNet.dll" target="lib/net45" />
<file src="bin/Release/net45/YamlDotNet.xml" target="lib/net45" />

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

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

<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/net80/YamlDotNet.dll" target="lib/net8.0" />
<file src="bin/Release/net80/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 8e75e9e

Please sign in to comment.