Skip to content

Commit 5e8e9ec

Browse files
committed
Dependencies updated
1 parent 54a0ea8 commit 5e8e9ec

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

Core.Json/KY.Core.Json.csproj

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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>
2122

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>
2627

2728
</Project>

0 commit comments

Comments
 (0)