Skip to content

Commit

Permalink
Merge pull request #750 from fowl2/patch-1
Browse files Browse the repository at this point in the history
Readme.md: Add 'Upgrading from v1' section
  • Loading branch information
andrueastman committed Jan 26, 2021
2 parents ba67106 + 9af0e7a commit ca0fa34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,22 @@ The following sample applications are also available:

## Notes

### NewtonSoft.Json version

Install NewtonSoft.Json first if you want to use a version greater than NewtonSoft.Json 6.0.1. For example, you'll need to install NewtonSoft.Json 9.0.1 first if you want to use this to library while targeting .Net Core with standard1.0.

Install System.Runtime.InteropServices.RuntimeInformation before you install Microsoft.Graph >=1.3 if you are having an issue updating the package for a Xamarin solution. You may need to updated references to Microsoft.NETCore.UniversalWindowsPlatform to >=5.2.2 as well.

### Upgrading from v1

Between 1.x and 3.x there were some minor possibly breaking changes:

* .NET Standard minimum version bumped from `netStandard1.3` to `netstandard2.0`
* .NET Framework minimum version bumped from `net45` to `net461`
* a change in enum order for `GiphyRatingType`
* `ParticipantInfo` became `InvitationParticipantInfo`
* `CallRecordRequestBody` became `CallRecordResponseRequestBody`

## Issues

To view or log issues, see [issues](https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues).
Expand Down

0 comments on commit ca0fa34

Please sign in to comment.