Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 421662e

Browse files
authored
Merge pull request #265 from dansiegel/dependabot/nuget/xunit.runner.visualstudio-2.4.5
Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5
2 parents b165e8b + 989c74d commit 421662e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Prism.Plugin.Popups.DryIoc.Tests/Prism.Plugin.Popups.DryIoc.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Prism.DryIoc.Forms" Version="8.1.97" />
1212
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
1313
<PackageReference Include="xunit" Version="2.4.1" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>

tests/Prism.Plugin.Popups.Unity.Tests/Prism.Plugin.Popups.Unity.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Prism.Unity.Forms" Version="8.1.97" />
1212
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
1313
<PackageReference Include="xunit" Version="2.4.1" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)