Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Migrate from .NET Framwork 4.5 to .NET Standard 2.0 #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Migrate from .NET Framwork 4.5 to .NET Standard 2.0 #2

wants to merge 2 commits into from

Commits on Aug 19, 2021

  1. Support .NET Standard 2.0

    Targets .NET Standard now.
    
    * converted project files to new sdk format
    * removed package reference to fundamentals, replace ensure with copy of guard. remove ensure in sample project.
    * removed assembly info and embed package data in project file
    * removed old references
    * added analyzer rulesets
    * migrated test syntax from machine specifications to pure xunit
    * updated to net standard 2.0 / net4.8
    * removed reference includes in test projects
    * updated packages
    * updated readme
    dav1dev committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ee094bc View commit details
    Browse the repository at this point in the history
  2. Add actions (build and code analysis)

    * Create dotnet.yml
    * Create codeql-analysis.yml
    dav1dev committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4fda0d0 View commit details
    Browse the repository at this point in the history