Skip to content

Commit

Permalink
docs: Add v3 -> v4 migration steps (#2854)
Browse files Browse the repository at this point in the history
v4-migration-guide
  • Loading branch information
rouke-broersma authored Feb 16, 2024
1 parent 486a05c commit be637fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ custom_edit_url: https://github.com/stryker-mutator/stryker-net/edit/master/docs

This guide instructs how to update major versions of Stryker.NET.

### ⏭ Updated runtime

The .NET runtime requirement for Stryker.NET has been changed. Dotnet 8 runtime is now required.

Please [download and install the dotnet 8 runtime]([https://dotnet.microsoft.com/download/dotnet/5.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)) and update your pipeline have the dotnet 8 runtime available.

_Note it is not neccesary to target dotnet 8 in your projects. Dotnet 8 is a runtime requirement for stryker, we will still compile your project to your existing target frameworks._

## V2.x --> V3.x

### :pushpin: Baseline
Expand Down

0 comments on commit be637fa

Please sign in to comment.