-
Notifications
You must be signed in to change notification settings - Fork 3
/
Wivuu.JsonPolymorphism.proj
25 lines (22 loc) · 1.07 KB
/
Wivuu.JsonPolymorphism.proj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<VersionPrefix>1.0.20</VersionPrefix>
<Authors>Erik O'Leary</Authors>
<Company>Wivuu</Company>
<Product>Wivuu JsonPolymorphism</Product>
<Description>Adds System.Text.Json serializer support for polymorphism with a discriminator attribute.</Description>
<ReleaseNotes>
- Remove support for .NET 5.0 and below (.NET Standard 2.0), which are out-of-support.
</ReleaseNotes>
<PackageTags>net6;json;serialize;polymorphism</PackageTags>
<PackageProjectUrl>https://github.com/wivuu/Wivuu.JsonPolymorphism</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/wivuu/Wivuu.JsonPolymorphism.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<!-- <IncludeSymbols>true</IncludeSymbols> -->
<!-- <SymbolPackageFormat>snupkg</SymbolPackageFormat> -->
</PropertyGroup>
<ItemGroup>
<None Include="../LICENSE" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>