forked from faustodavid/ListPool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add nuget information for formatters and convertes
- Loading branch information
1 parent
9d5269b
commit 6c4b471
Showing
4 changed files
with
55 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 30 additions & 11 deletions
41
...rializers.SystemTextJson.Converters/ListPool.Serializers.SystemTextJson.Converters.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,36 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<RootNamespace>ListPool.Serializers.System.Text.Json.Converters</RootNamespace> | ||
<AssemblyName>ListPool.Serializers.SystemTextJson.Converters</AssemblyName> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<LangVersion>latest</LangVersion> | ||
<Authors>Fausto David Suarez Rosario</Authors> | ||
<Title>ListPool.Serializers.SystemTextJson.Converters</Title> | ||
<PackageId>ListPool.Serializers.SystemTextJson.Converters</PackageId> | ||
<Description>High-performance converters for ListPool.</Description> | ||
<PackageTags>ASP.NET;List;System.Buffers;ArrayPool;ListPool;Performance;Span;System.Text.Json</PackageTags> | ||
<RepositoryUrl>https://github.com/faustodavid/ListPool</RepositoryUrl> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageVersion>0.1.0</PackageVersion> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<Copyright>Copyright © Fausto David Suarez Rosario 2020</Copyright> | ||
<PackageProjectUrl>https://github.com/faustodavid/ListPool</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\ListPool\ListPool.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ListPool\ListPool.csproj"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="System.Text.Json" Version="4.7.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="System.Text.Json" Version="4.7.0"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\LICENSE"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> |
46 changes: 23 additions & 23 deletions
46
src/ListPool.Serializers.Utf8Json.Formatters/ListPool.Serializers.Utf8Json.Formatters.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters