We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a6c50 commit c140f2dCopy full SHA for c140f2d
PhpSerializerNET/PhpSerializerNET.csproj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<Title>PhpSerializerNET</Title>
4
- <TargetFramework>net6.0</TargetFramework>
5
- <Version>0.9.0</Version>
+ <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
+ <Version>0.10.0</Version>
6
<Authors>StringEpsilon</Authors>
7
<Summary>A library for working with the PHP serialization format.</Summary>
8
<PackageTags>php-serialization, php-serializer, php-deserializer</PackageTags>
0 commit comments