Skip to content

Commit

Permalink
Finish removal of .net7
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke committed Jul 14, 2024
1 parent 2c75a78 commit 14accea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The library has now been successfully used in multiple projects and is considere
* netstandard 2.0
* netstandard 2.1
* .NET 6.0
* .NET 7.0
* .NET 8.0
* .NET Framework 4.7

## Quick start
Expand Down
5 changes: 0 additions & 5 deletions YamlDotNet/YamlDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NET6.0" />
<group targetFramework=".NET7.0" />
<group targetFramework=".NET8.0" />
</dependencies>
</metadata>
Expand All @@ -32,10 +31,6 @@
<file src="bin/Release/net6.0/YamlDotNet.pdb" target="lib/net6.0" />
<file src="bin/Release/net6.0/YamlDotNet.xml" target="lib/net6.0" />

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

<file src="bin/Release/net8.0/YamlDotNet.dll" target="lib/net8.0" />
<file src="bin/Release/net8.0/YamlDotNet.pdb" target="lib/net8.0" />
<file src="bin/Release/net8.0/YamlDotNet.xml" target="lib/net8.0" />
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ artifacts:
- path: YamlDotNet\bin\Release\net6.0
name: Release-Net60

- path: YamlDotNet\bin\Release\net7.0
name: Release-Net70

- path: YamlDotNet\bin\Release\net8.0
name: Release-Net80

Expand Down

0 comments on commit 14accea

Please sign in to comment.