Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Commit f4dcc52

Browse files
committed
Fixes #1
Upgrade to RestSharp 106.2.2, Newtonsoft.Json 11.0.2
1 parent a421ebf commit f4dcc52

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RestSharp.Newtonsoft.Json.Extensions
1111

1212
## Build status
1313

14-
| Branch | **.NET (4.5.2)** |
14+
| Branch | **.NET 4.5.2, Standard 2.0** |
1515
| :------ | :------: |
1616
| **master** | [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/tw195dxk1m917pc3?svg=true)](https://ci.appveyor.com/project/i4004/restsharp-newtonsoft-json-extensions) |
1717

RestSharp.Newtonsoft.Json.Extensions/RestSharp.Newtonsoft.Json.Extensions.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net452</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
44
<Authors>Alexander Krylkov</Authors>
55
<Product>Simplify</Product>
66
<Description>RestSharp extensions to use Newtonsoft.Json for serialization/deserialization</Description>
@@ -12,12 +12,15 @@
1212
<RepositoryType>GIT</RepositoryType>
1313
<PackageTags>JSON RestSharp</PackageTags>
1414
<PackageReleaseNotes>
15+
+ .NET Standard 2.0 support
16+
* Upgrade to RestSharp 106.2.2
17+
* Upgrade to Newtonsoft.Json 11.0.2
1518
</PackageReleaseNotes>
1619
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1720
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\RestSharp.Newtonsoft.Json.Extensions.xml</DocumentationFile>
1821
</PropertyGroup>
1922
<ItemGroup>
20-
<PackageReference Include="RestSharp" Version="105.2.3" />
21-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
23+
<PackageReference Include="RestSharp" Version="106.2.2" />
24+
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2225
</ItemGroup>
2326
</Project>

0 commit comments

Comments
 (0)