Migrating from .NET Framework without slowing your team down - an iterative approach
0. Introduction
Aug 15, 20224 min read161

Search for a command to run...
Series
In this series I shall provide a non-blocking iterative migration strategy, and attempt to provide solutions to roadblocks you might encounter.
0. Introduction

Introduction This is a step-by-step guide on how to migrate your .NET Framework project to .NET 6+. Step 1: Migrating to an SDK-style project This process must be applied to each of your solution projects (does not apply to C++/CLI projects, see msdo...
