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

docs: Add v3 -> v4 migration steps #2854

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading