Skip to content

Commit

Permalink
chore(deps): update dependency xamarin.forms to v5.0.0.2662 (#2892)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency xamarin.forms to v5.0.0.2662

* Update package lock files

---------

Co-authored-by: Renovatebot <renovatebot@stryker-mutator.io>
  • Loading branch information
renovate[bot] and Renovatebot authored Mar 25, 2024
1 parent df38a05 commit 5ec05d0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2662" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2662" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.0.1, )"
"Library": "[4.0.2, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.0.1, )"
"Library": "[4.0.2, )"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@
"McMaster.Extensions.CommandLineUtils": "[4.1.1, )",
"NuGet.Protocol": "[6.9.1, )",
"YamlDotNet": "[15.1.2, )",
"stryker": "[4.0.1, )"
"stryker": "[4.0.2, )"
}
},
"stryker": {
Expand Down Expand Up @@ -1638,8 +1638,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.48.0, )",
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[4.0.1, )",
"Stryker.RegexMutators": "[4.0.1, )",
"Stryker.DataCollector": "[4.0.2, )",
"Stryker.RegexMutators": "[4.0.2, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.2, )"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Stryker.CLI/Stryker.CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1478,8 +1478,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.48.0, )",
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[4.0.1, )",
"Stryker.RegexMutators": "[4.0.1, )",
"Stryker.DataCollector": "[4.0.2, )",
"Stryker.RegexMutators": "[4.0.2, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.2, )"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,8 @@
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.48.0, )",
"Spectre.Console.Analyzer": "[0.48.0, )",
"Stryker.DataCollector": "[4.0.1, )",
"Stryker.RegexMutators": "[4.0.1, )",
"Stryker.DataCollector": "[4.0.2, )",
"Stryker.RegexMutators": "[4.0.2, )",
"TestableIO.System.IO.Abstractions.Wrappers": "[21.0.2, )"
}
},
Expand Down

0 comments on commit 5ec05d0

Please sign in to comment.