Discord.Net icon indicating copy to clipboard operation
Discord.Net copied to clipboard

Update library dependencies

Open Misha-133 opened this issue 1 year ago • 0 comments

Some dependencies are outdated or even unsupported, so this PR bumps deps of the lib and samples to more recent versions

Changes

  • bump Newtonsoft.Json 13.0.1 => 13.0.3

  • bump Microsoft.CodeAnalysis 3.11.0 => 4.8.0

  • bump IDisposableAnalyzers 3.4.15 => 4.0.2

    • apply analyzer suggestion (make internal class sealed)
  • bump System.Interactive.Async 5.0.0 => 6.0.1

  • bump System.Collections.Immutable 5.0.0 => 6.0.0

  • bump Microsoft.NET.Test.Sdk 16.11.0 => 17.8.0

  • bump Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 => 6.0.0

  • bump xunit 2.4.1 => 2.6.2

  • bump xunit.runner.visualstudio 2.4.3 => 2.5.4

  • bump FluentAssertions 6.7.0 => 6.12.0

    • add some syntax sugar to tests
  • bump Discord.Net to 3.13.0 in samples

Misha-133 avatar Dec 04 '23 21:12 Misha-133