Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to dotnet 8.0.302 #119

Closed

Commits on Jul 7, 2024

  1. Upgrade to dotnet 8.0.6 with bump from netstandard 2.0 to netstandard…

    … 2.1
    
    All 3 Projects are now targeting dotnet 8.0 with ProjNET now targeting both net8.0 and netstandard2.1.
    
    Tested on Mac M3 in JetBrains Rider: Unit- and Benchmark tests are working.
    
    Fixed some errors and warnings:
    - ProjectionParameterSet now has default constructor for JSon serialization. The old one is obsolete now because of security issue(s) with IFormatter/BinaryFormatter.
    - Warnings about missing XML comment(s) fixed
    driekus77 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    08d0430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556466c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd1a40b View commit details
    Browse the repository at this point in the history
  4. Bump ProjNet.Benchmark project from netcoreapp3.1 to net6.0 same as t…

    …he Unit Tests.
    
    This in order to get it running on my mac because netcoreapp3.1 is not supported on arm64.
    driekus77 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9f91052 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a2e2d5 View commit details
    Browse the repository at this point in the history