Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Geo.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
README.md = README.md
src\Source.props = src\Source.props
stylecop.json = stylecop.json
tests\Tests.with.xUnit.props = tests\Tests.with.xUnit.props
test\Tests.with.xUnit.props = test\Tests.with.xUnit.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8F3BA9BC-542C-450C-96C9-F0D72FECC930}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The support for this project includes:
- Open API
- [Geocoding](https://developer.mapquest.com/documentation/open/geocoding-api/)
- [Reverse Geocoding](https://developer.mapquest.com/documentation/open/geocoding-api/)
- Lisenced API
- Licensed API
- [Geocoding](https://developer.mapquest.com/documentation/geocoding-api/address/get/)
- [Reverse Geocoding](https://developer.mapquest.com/documentation/geocoding-api/reverse/get/)

Expand Down
2 changes: 1 addition & 1 deletion src/Geo.Core/Geo.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>