You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This guide instructs how to update major versions of Stryker.NET.
14
14
15
15
The .NET runtime requirement for Stryker.NET has been changed. Dotnet 8 runtime is now required.
16
16
17
-
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.
17
+
Please [download and install the dotnet 8 runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and update your pipeline have the dotnet 8 runtime available.
18
18
19
19
_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._
0 commit comments