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

Conversation

dav1dev
Copy link

@dav1dev dav1dev commented Aug 20, 2021

update target framework from net4.5 to net standard 2.0

  • convert project files to new SDK format
  • update target framework of test projects from net4.5 to net4.8
  • migrate test syntax from machine specifications to pure xUnit
  • remove package reference to fundamentals (replace ensure with copy of guard, remove ensure in sample project)
  • remove assembly info and embed package data in project file
  • remove redundant references
  • update packages
  • add actions (test execution and code analysis)
  • add analyzer rulesets
  • update readme

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
* Create dotnet.yml
* Create codeql-analysis.yml
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant