Skip to content

Commit bfcadbf

Browse files
author
Justin Skiles
authored
Merge pull request #85 from babelshift/chore/update-newtonsoft-json
Updated Newtonsoft.Json
2 parents 6af61b3 + c3afa4b commit bfcadbf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/SteamWebAPI2/SteamWebAPI2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="automapper" Version="9.0.0" />
16-
<PackageReference Include="newtonsoft.json" Version="10.0.3" />
16+
<PackageReference Include="newtonsoft.json" Version="12.0.3" />
1717
<PackageReference Include="Steam.Models" Version="3.0.10" />
1818
</ItemGroup>
1919

src/SteamWebAPI2/Utilities/SteamWebInterfaceFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ private ISteamWebRequest CreateSteamWebRequest(HttpClient httpClient)
5858
SteamWebHttpClient steamWebHttpClient = new SteamWebHttpClient(httpClient);
5959
return new SteamWebRequest(steamWebApiBaseUrl, steamWebApiKey, steamWebHttpClient);
6060
}
61-
6261
}
6362
}

0 commit comments

Comments
 (0)