Skip to content

Commit c140f2d

Browse files
committed
Version 0.10.0
1 parent a9a6c50 commit c140f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PhpSerializerNET/PhpSerializerNET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Title>PhpSerializerNET</Title>
4-
<TargetFramework>net6.0</TargetFramework>
5-
<Version>0.9.0</Version>
4+
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
5+
<Version>0.10.0</Version>
66
<Authors>StringEpsilon</Authors>
77
<Summary>A library for working with the PHP serialization format.</Summary>
88
<PackageTags>php-serialization, php-serializer, php-deserializer</PackageTags>

0 commit comments

Comments
 (0)