|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
5 |
| - <RootNamespace>KY.Core</RootNamespace> |
6 |
| - <Version>4.1.0</Version> |
7 |
| - <Authors>KY-Programming</Authors> |
8 |
| - <Company>KY-Programmingp</Company> |
9 |
| - <Product>KY.Core</Product> |
10 |
| - <Copyright>2022 - KY-Programming</Copyright> |
11 |
| - <Description>KY.Core.Json for .net Standard |
12 |
| - Contains Json serialization and deserialization helpers</Description> |
13 |
| - <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> |
14 |
| - <PackageProjectUrl>https://github.com/KY-Programming/core</PackageProjectUrl> |
15 |
| - <PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl> |
16 |
| - <RepositoryUrl>https://github.com/KY-Programming/core</RepositoryUrl> |
17 |
| - <PackageTags>KY Core Json</PackageTags> |
18 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
19 |
| - <LangVersion>latest</LangVersion> |
20 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | + <RootNamespace>KY.Core</RootNamespace> |
| 6 | + <Version>4.2.0</Version> |
| 7 | + <Authors>KY-Programming</Authors> |
| 8 | + <Company>KY-Programmingp</Company> |
| 9 | + <Product>KY.Core</Product> |
| 10 | + <Copyright>2022 - KY-Programming</Copyright> |
| 11 | + <Description>KY.Core.Json for .net Standard |
| 12 | + Contains Json serialization and deserialization helpers |
| 13 | + </Description> |
| 14 | + <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> |
| 15 | + <PackageProjectUrl>https://github.com/KY-Programming/core</PackageProjectUrl> |
| 16 | + <PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl> |
| 17 | + <RepositoryUrl>https://github.com/KY-Programming/core</RepositoryUrl> |
| 18 | + <PackageTags>KY Core Json</PackageTags> |
| 19 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 20 | + <LangVersion>latest</LangVersion> |
| 21 | + </PropertyGroup> |
21 | 22 |
|
22 |
| - <ItemGroup> |
23 |
| - <PackageReference Include="KY.Core.Common" Version="4.13.0" /> |
24 |
| - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
25 |
| - </ItemGroup> |
| 23 | + <ItemGroup> |
| 24 | + <PackageReference Include="KY.Core.Common" Version="4.30.0"/> |
| 25 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1"/> |
| 26 | + </ItemGroup> |
26 | 27 |
|
27 | 28 | </Project>
|
0 commit comments