Skip to content

Commit

Permalink
update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Aug 20, 2024
1 parent 54da2c8 commit c4ff785
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ExternalMerlin.NUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new IOSRealDevice("iPhone 15 Pro Max", "17"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
];

SetPlatforms(platforms);
Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.NUnit/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
[
//Emulated Mobile Platforms
new AndroidPlatform("Google Pixel 8 Pro GoogleAPI Emulator", "15.0", SauceryConstants.DEVICE_ORIENTATION_PORTRAIT),
new IOSPlatform("iPhone 15 Pro Max Simulator", "17.0", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),
new IOSPlatform("iPhone 14 Pro Max Simulator", "16.2", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),

//Desktop Platforms
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_11, SauceryConstants.BROWSER_CHROME, "123"),
Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.XUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new IOSRealDevice("iPhone 15 Pro Max", "17"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
];

SetPlatforms(platforms);
Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.XUnit/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
[
//Emulated Mobile Platforms
new AndroidPlatform("Google Pixel 8 Pro GoogleAPI Emulator", "15.0", SauceryConstants.DEVICE_ORIENTATION_PORTRAIT),
new IOSPlatform("iPhone 15 Pro Max Simulator", "17.0", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),
new IOSPlatform("iPhone 14 Pro Max Simulator", "16.2", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),

//Desktop Platforms
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_11, SauceryConstants.BROWSER_CHROME, "123"),
Expand Down
2 changes: 1 addition & 1 deletion Merlin.NUnit.RealDevices/Merlin.NUnit.RealDevices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DotNetSeleniumExtras.PageObjects.Core" Version="4.14.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.Web.Xdt" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion Merlin.NUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new IOSRealDevice("iPhone 15 Pro Max", "17"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
};

SetPlatforms(platforms);
Expand Down
2 changes: 1 addition & 1 deletion Merlin.NUnit/Merlin.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DotNetSeleniumExtras.PageObjects.Core" Version="4.14.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.Web.Xdt" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion Merlin.NUnit/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
{
//Emulated Mobile Platforms
new AndroidPlatform("Google Pixel 8 Pro GoogleAPI Emulator", "15.0", SauceryConstants.DEVICE_ORIENTATION_PORTRAIT),
new IOSPlatform("iPhone 15 Pro Max Simulator", "17.0", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),
new IOSPlatform("iPhone 14 Pro Max Simulator", "16.2", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),

//Desktop Platforms
new DesktopPlatform(SauceryConstants.PLATFORM_LINUX, SauceryConstants.BROWSER_CHROME, SauceryConstants.BROWSER_VERSION_LATEST),
Expand Down
2 changes: 1 addition & 1 deletion Merlin.Playwright.NUnit/Merlin.Playwright.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
Expand Down
2 changes: 1 addition & 1 deletion Merlin.Playwright.NUnit/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
[
//Mobile Platforms
new AndroidPlatform("Google Pixel 8 Pro GoogleAPI Emulator", "15.0", SauceryConstants.DEVICE_ORIENTATION_PORTRAIT),
new IOSPlatform("iPhone 15 Pro Max Simulator", "17.0", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),
new IOSPlatform("iPhone 14 Pro Max Simulator", "16.2", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),

//Desktop Platforms
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_11, SauceryConstants.BROWSER_CHROME, "100->119", SauceryConstants.SCREENRES_2560_1600),
Expand Down
2 changes: 1 addition & 1 deletion Merlin.XUnit.RealDevices/Merlin.XUnit.RealDevices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Merlin.XUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new IOSRealDevice("iPhone 15 Pro Max", "17"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
];

SetPlatforms(platforms);
Expand Down
2 changes: 1 addition & 1 deletion Merlin.XUnit/Merlin.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Merlin.XUnit/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RequestedPlatformData()
[
//Emulated Mobile Platforms
new AndroidPlatform("Google Pixel 8 Pro GoogleAPI Emulator", "15.0", SauceryConstants.DEVICE_ORIENTATION_PORTRAIT),
new IOSPlatform("iPhone 15 Pro Max Simulator", "17.0", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),
new IOSPlatform("iPhone 14 Pro Max Simulator", "16.2", SauceryConstants.DEVICE_ORIENTATION_LANDSCAPE),

//Desktop Platforms
new DesktopPlatform(SauceryConstants.PLATFORM_LINUX, SauceryConstants.BROWSER_CHROME, SauceryConstants.BROWSER_VERSION_LATEST),
Expand Down
2 changes: 1 addition & 1 deletion Saucery.Core.Tests/Saucery.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DotNetSeleniumExtras.PageObjects.Core" Version="4.14.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.Web.Xdt" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="4.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions Saucery.Playwright.NUnit/Saucery.Playwright.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.45.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.46.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<None Include="Images\Saucery.NUnit.128x128.png" Pack="true" PackagePath="\" />
Expand Down
2 changes: 1 addition & 1 deletion Saucery.XUnit/Saucery.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Saucery/Saucery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<!--<PackageReference Include="Saucery.Core" Version="4.5.3" />-->
Expand Down

0 comments on commit c4ff785

Please sign in to comment.