Skip to content

Commit

Permalink
Merge branch 'renovate/roslyn' of github.com:stryker-mutator/stryker-…
Browse files Browse the repository at this point in the history
…net into renovate/roslyn
  • Loading branch information
rouke-broersma committed Dec 20, 2024
2 parents 5356c20 + 1c691cd commit 09f6b50
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -136,8 +141,9 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand All @@ -150,8 +155,9 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand All @@ -85,8 +90,9 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -130,8 +135,9 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
}
}
}
Expand Down

0 comments on commit 09f6b50

Please sign in to comment.