Skip to content

Commit daa137e

Browse files
committed
fix(build): borked csproj file
1 parent 4e58592 commit daa137e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Serialize.Linq/Serialize.Linq.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
<SignAssembly>true</SignAssembly>
1111
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1212
<PackageTags>linq;serialize</PackageTags>
13-
<PackageReleaseNotes>- support for .NET 8.0
13+
<PackageReleaseNotes>
14+
- support for .NET 8.0
1415
- support for .NET 4.8.1
15-
- drop support for .NET 5.0 </PackageReleaseNotes>
16-
</PackageReleaseNotes>
16+
- drop support for .NET 5.0
17+
</PackageReleaseNotes>
1718
<PackageProjectUrl>https://github.com/esskar/Serialize.Linq</PackageProjectUrl>
1819
<PackageLicenseUrl></PackageLicenseUrl>
1920
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)