This repository was archived by the owner on Apr 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
RestSharp.Serializers.Newtonsoft.Json.Tests
RestSharp.Serializers.Newtonsoft.Json Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp1.1 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.0 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Package Nuget|AnyCPU'" />
10
10
<PackageReference Include =" FluentAssertions" Version =" 4.19.2" />
11
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
12
12
<PackageReference Include =" Moq" Version =" 4.7.63" />
13
- <PackageReference Include =" RestSharp.NetCore " Version =" 105.2.3" />
13
+ <PackageReference Include =" RestSharp" Version =" 105.2.3" />
14
14
<PackageReference Include =" xunit" Version =" 2.2.0" />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
16
16
</ItemGroup >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<PackageId >RestSharp.Newtonsoft.Json</PackageId >
5
5
<Title >RestSharp.Serializers.Newtonsoft.Json</Title >
6
- <TargetFramework >netstandard1.6 </TargetFramework >
7
- <PackageVersion >1.2 .0</PackageVersion >
6
+ <TargetFramework >netstandard2.0 </TargetFramework >
7
+ <PackageVersion >1.3 .0</PackageVersion >
8
8
<Authors >Adam Fisher</Authors >
9
9
<Description >Restores Newtonsoft.JSON as the default serializer for RestSharp.</Description >
10
10
<PackageLicenseUrl >https://github.com/adamfisher/RestSharp.Serializers.Newtonsoft.Json/blob/master/LICENSE</PackageLicenseUrl >
11
11
<PackageProjectUrl >https://github.com/adamfisher/RestSharp.Serializers.Newtonsoft.Json</PackageProjectUrl >
12
12
<PackageIconUrl >https://pbs.twimg.com/profile_images/525503893/restsharp_400x400.png</PackageIconUrl >
13
13
<Copyright >Copyright 2017</Copyright >
14
14
<PackageTags >REST HTTP API JSON XML NEWTONSOFT RESTSHARP</PackageTags >
15
+ <Version >1.3.0</Version >
16
+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
17
+ <AssemblyVersion >1.0.0.0</AssemblyVersion >
15
18
</PropertyGroup >
16
19
17
20
<ItemGroup >
18
21
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
19
- <PackageReference Include =" RestSharp.NetCore " Version =" 105.2.3" />
22
+ <PackageReference Include =" RestSharp" Version =" 105.2.3" />
20
23
</ItemGroup >
21
24
22
25
</Project >
You can’t perform that action at this time.
0 commit comments