This repository was archived by the owner on May 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
RestSharp.Newtonsoft.Json.Extensions Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RestSharp.Newtonsoft.Json.Extensions
11
11
12
12
## Build status
13
13
14
- | Branch | ** .NET ( 4.5.2) ** |
14
+ | Branch | ** .NET 4.5.2, Standard 2.0 ** |
15
15
| :------ | :------: |
16
16
| ** master** | [ ![ AppVeyor build status] ( https://ci.appveyor.com/api/projects/status/tw195dxk1m917pc3?svg=true )] ( https://ci.appveyor.com/project/i4004/restsharp-newtonsoft-json-extensions ) |
17
17
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net452</TargetFrameworks >
3
+ <TargetFrameworks >netstandard2.0; net452</TargetFrameworks >
4
4
<Authors >Alexander Krylkov</Authors >
5
5
<Product >Simplify</Product >
6
6
<Description >RestSharp extensions to use Newtonsoft.Json for serialization/deserialization</Description >
12
12
<RepositoryType >GIT</RepositoryType >
13
13
<PackageTags >JSON RestSharp</PackageTags >
14
14
<PackageReleaseNotes >
15
+ + .NET Standard 2.0 support
16
+ * Upgrade to RestSharp 106.2.2
17
+ * Upgrade to Newtonsoft.Json 11.0.2
15
18
</PackageReleaseNotes >
16
19
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
17
20
<DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\RestSharp.Newtonsoft.Json.Extensions.xml</DocumentationFile >
18
21
</PropertyGroup >
19
22
<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 " />
22
25
</ItemGroup >
23
26
</Project >
You can’t perform that action at this time.
0 commit comments