Skip to content

Commit

Permalink
Update nuget for E2E test project (#4821)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Sep 19, 2024
1 parent 4712ac4 commit 7650384
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
Expand All @@ -21,8 +21,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.18" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.23" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Msix.Utils" Version="2.1.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
Expand All @@ -35,8 +35,8 @@
</PackageReference>
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.8" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/AppInstallerCLIE2ETests/ConfigureTestCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace AppInstallerCLIE2ETests
{
using System.IO;
using AppInstallerCLIE2ETests.Helpers;
using Microsoft.Management.Infrastructure;
using NUnit.Framework;

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace AppInstallerCLIE2ETests.Helpers
using System.Security.Principal;
using System.Text;
using System.Threading;
using System.Web;
using AppInstallerCLIE2ETests;
using AppInstallerCLIE2ETests.PowerShell;
using Microsoft.Management.Deployment;
Expand Down
3 changes: 1 addition & 2 deletions src/AppInstallerCLIE2ETests/PowerShell/PowerShellHost.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
// <copyright file="PowerShellHost.cs" company="Microsoft Corporation">
// Copyright (c) Microsoft Corporation. Licensed under the MIT License.
// </copyright>
Expand All @@ -10,7 +10,6 @@ namespace AppInstallerCLIE2ETests.PowerShell
using System.Collections;
using System.Management.Automation;
using System.Management.Automation.Runspaces;
using AppInstallerCLIE2ETests.Helpers;
using Microsoft.PowerShell;
using NUnit.Framework;

Expand Down

0 comments on commit 7650384

Please sign in to comment.