snowplow / snowplow-dotnet-analytics-sdk

4 stars 3 forks source link

Update project frameworks and dependencies #17

Closed matus-tomlein closed 12 months ago

matus-tomlein commented 12 months ago

This PR updates the project frameworks and dependencies in order for it to be usable in modern projects and IDEs.

The following were updated:

  1. Project framework from netstandard 1.1 to 2.1
  2. Newtonsoft.Json library from working with JSON from 10.0.3 to 13.0.3
  3. Test project frameworks and dependencies
    • Project framework from .NET Core App 1.1 to .NET 6
    • .NET Test SDK from 15 to 17.7.2
    • xunit from 2.2 to 2.5.3