File tree 3 files changed +32
-3
lines changed
serialization/EasyCaching.Serialization.SystemTextJson
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 55
55
<EasyCachingLiteDBPackageNotes >
56
56
1. Upgrading dependencies.
57
57
</EasyCachingLiteDBPackageNotes >
58
+ <EasyCachingSTJsonPackageNotes >
59
+ 1. Init.
60
+ </EasyCachingSTJsonPackageNotes >
58
61
</PropertyGroup >
59
62
</Project >
Original file line number Diff line number Diff line change 19
19
<EasyCachingDiskPackageVersion >1.1.0</EasyCachingDiskPackageVersion >
20
20
<EasyCachingMsExtPackageVersion >1.1.0</EasyCachingMsExtPackageVersion >
21
21
<EasyCachingLiteDBPackageVersion >1.1.0</EasyCachingLiteDBPackageVersion >
22
+ <EasyCachingSTJsonPackageVersion >1.1.0</EasyCachingSTJsonPackageVersion >
22
23
</PropertyGroup >
23
24
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
2
+ <Import Project =" ../../build/version.props" />
3
+ <Import Project =" ../../build/releasenotes.props" />
3
4
<PropertyGroup >
4
5
<TargetFramework >netstandard2.0</TargetFramework >
6
+ <Authors >EasyCaching Contributors</Authors >
7
+ <VersionPrefix >$(EasyCachingSTJsonPackageVersion)</VersionPrefix >
8
+ <VersionSuffix ></VersionSuffix >
9
+ <Description >
10
+ A serialize library based on System.Text.Json
11
+ </Description >
12
+ <PackageTags >Caching,Serialization,Json</PackageTags >
13
+ <PackageProjectUrl >https://github.com/dotnetcore/EasyCaching</PackageProjectUrl >
14
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
15
+ <RepositoryUrl >https://github.com/dotnetcore/EasyCaching</RepositoryUrl >
16
+ <ProjectUrl >https://github.com/dotnetcore/EasyCaching</ProjectUrl >
17
+ <PackageIcon >nuget-icon.png</PackageIcon >
18
+ <PackageReleaseNotes >
19
+ $(EasyCachingSTJsonPackageNotes)
20
+ </PackageReleaseNotes >
21
+ </PropertyGroup >
22
+
23
+ <PropertyGroup >
24
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
25
+ <NoWarn >$(NoWarn);1591</NoWarn >
5
26
</PropertyGroup >
6
27
7
28
<ItemGroup >
29
+ <None Include =" ../../LICENSE" Pack =" true" Visible =" false" PackagePath =" " />
30
+ <None Include =" ../../media/nuget-icon.png" Pack =" true" Visible =" false" PackagePath =" " />
31
+ </ItemGroup >
32
+
33
+ <ItemGroup >
8
34
<PackageReference Include =" System.Text.Json" Version =" 5.0.0" />
9
35
</ItemGroup >
10
-
36
+
11
37
<ItemGroup >
12
38
<ProjectReference Include =" ..\..\src\EasyCaching.Core\EasyCaching.Core.csproj" />
13
39
</ItemGroup >
14
-
15
40
</Project >
You can’t perform that action at this time.
0 commit comments