Skip to content

Commit 3f7e7db

Browse files
committed
Renamed some projects to the appropriate convention. Removed commented out file. Removed excess dependencies from netcore projects that were manually converted.
# Conflicts: # src/ResourceManager/Profile/AzureRM.Profile.Netcore.psd1
1 parent 11ff082 commit 3f7e7db

File tree

25 files changed

+24
-282
lines changed

25 files changed

+24
-282
lines changed

Azure.PowerShell.Netcore.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Aks.Netcore", "src
4545
EndProject
4646
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Strategies.Netcore", "src\ResourceManager\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj", "{77492655-0086-49E8-B941-7C3E9D5448E9}"
4747
EndProject
48-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Compute.Netcore", "src\Common\Commands.Common.Compute\Commands.Common.Compute.Netcore.csproj", "{5E5D1F8E-92C8-40EB-AABA-DFD12AFD6D0A}"
48+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Compute.Netcore", "src\Common\Commands.Common.Compute\Common.Compute.Netcore.csproj", "{5E5D1F8E-92C8-40EB-AABA-DFD12AFD6D0A}"
4949
EndProject
5050
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Netcore", "src\ResourceManager\AnalysisServices\Commands.AnalysisServices\Commands.AnalysisServices.Netcore.csproj", "{C348F9F1-3CF4-4B98-91C7-C13C0386DBC7}"
5151
EndProject

src/Azure.PowerShell.Netcore.Test.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Test.Netco
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.ResourceManager.ScenarioTests.Netcore", "ResourceManager\Common\Commands.ScenarioTests.ResourceManager.Common\Common.ResourceManager.ScenarioTests.Netcore.csproj", "{624FE5CE-0F46-4A0A-9A1B-54D5724B7F96}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Tests.Netcore", "Common\Commands.Common.Tests\Commands.Common.Tests.Netcore.csproj", "{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Tests.Netcore", "Common\Commands.Common.Tests\Common.Tests.Netcore.csproj", "{B0EF35E9-2D7A-4AAE-8A1A-728B6CC8524B}"
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Authentication.Abstractions.Netcore", "Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj", "{5C1894D4-47AA-4B77-AF92-33B40CC28C31}"
1313
EndProject

src/Common/Commands.Common.Authentication.Abstractions/Common.Authentication.Abstractions.Netcore.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.0" />
30-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
31-
<PackageReference Include="System.Reflection" Version="4.3.0" />
32-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
33-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
34-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
35-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
3630
</ItemGroup>
3731

3832
<ItemGroup>

src/Common/Commands.Common.Authentication/Common.Authentication.Netcore.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
30-
<PackageReference Include="System.Reflection" Version="4.3.0" />
31-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
32-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
33-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
35-
</ItemGroup>
36-
3728
<ItemGroup>
3829
<Compile Remove="Authentication\ConsoleParentWindow.cs" />
3930
<Compile Remove="Authentication\CredStore.cs" />

src/Common/Commands.Common.Authorization/Common.Authorization.Netcore.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
30-
<PackageReference Include="System.Reflection" Version="4.3.0" />
31-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
32-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
33-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
34-
</ItemGroup>
35-
3628
<ItemGroup>
3729
<ProjectReference Include="..\Commands.Common\Common.Netcore.csproj" />
3830
<ProjectReference Include="..\..\ResourceManager\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />

src/Common/Commands.Common.Compute/Commands.Common.Compute.Netcore.csproj renamed to src/Common/Commands.Common.Compute/Common.Compute.Netcore.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
30-
<PackageReference Include="System.Reflection" Version="4.3.0" />
31-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
32-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
33-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
34-
</ItemGroup>
35-
3628
<ItemGroup>
3729
<ProjectReference Include="..\Commands.Common\Common.Netcore.csproj" />
3830
<ProjectReference Include="..\..\ResourceManager\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />

src/Common/Commands.Common.Graph.RBAC/Common.Rbac.Netcore.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
30-
<PackageReference Include="System.Reflection" Version="4.3.0" />
31-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
32-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
33-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
34-
</ItemGroup>
35-
3628
<ItemGroup>
3729
<ProjectReference Include="..\Commands.Common\Common.Netcore.csproj" />
3830
<ProjectReference Include="..\..\ResourceManager\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />

src/Common/Commands.Common.Network/Common.Network.Netcore.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
30-
<PackageReference Include="System.Reflection" Version="4.3.0" />
31-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
32-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
33-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
34-
</ItemGroup>
35-
3628
<ItemGroup>
3729
<ProjectReference Include="..\Commands.Common\Common.Netcore.csproj" />
3830
<ProjectReference Include="..\..\ResourceManager\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />

src/Common/Commands.Common.Storage/Common.Storage.Netcore.csproj

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,15 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.0" />
3029
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" />
3130
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" />
32-
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
3331
</ItemGroup>
3432

3533
<ItemGroup>
3634
<Compile Remove="Adapters\**" />
35+
<Content Remove="Adapters\**" />
3736
<EmbeddedResource Remove="Adapters\**" />
3837
<None Remove="Adapters\**" />
39-
<Compile Remove="Stack\AzureContextExtensions.cs" />
40-
<Compile Remove="Stack\AzureStorageContext.cs" />
41-
<Compile Remove="Stack\BlobUploadParameters.cs" />
42-
<Compile Remove="Stack\IStorageClientWrapper.cs" />
43-
<Compile Remove="Stack\IStorageContextProvider.cs" />
44-
<Compile Remove="Stack\LazyAzureStorageContext.cs" />
45-
<Compile Remove="Stack\StorageClientWrapper.cs" />
46-
<Compile Remove="Stack\StorageIdentity.cs" />
47-
<Compile Remove="Stack\StorageUtilities.cs" />
48-
<Compile Remove="Stack\WindowsAzureSubscriptionExtensions.cs" />
49-
<Compile Remove="Stack\Properties\AssemblyInfo.cs" />
50-
<Compile Remove="Stack\Properties\Resources.Designer.cs" />
51-
<EmbeddedResource Remove="Stack\Properties\Resources.resx" />
52-
<None Remove="Stack\MSSharedLibKey.snk" />
53-
<None Remove="Stack\packages.config" />
5438
</ItemGroup>
5539

5640
<ItemGroup>

src/Common/Commands.Common/Common.Netcore.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
14-
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
1514
<DelaySign>false</DelaySign>
15+
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1717
<WarningsAsErrors />
1818
</PropertyGroup>
@@ -26,12 +26,6 @@
2626
<WarningsAsErrors />
2727
</PropertyGroup>
2828

29-
<ItemGroup>
30-
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
31-
<PackageReference Include="System.Net.WebHeaderCollection" Version="4.3.0" />
32-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
33-
</ItemGroup>
34-
3529
<ItemGroup>
3630
<ProjectReference Include="..\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
3731
</ItemGroup>

src/ResourceManager/Aks/Commands.Aks/Commands.Aks.Netcore.csproj

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,14 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<None Include="..\AzureRM.Aks.Netcore.psd1" Link="AzureRM.Aks.Netcore.psd1">
34-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
35-
</None>
33+
<PackageReference Include="YamlDotNet.Signed" Version="4.2.2" />
34+
<PackageReference Include="AutoMapper" Version="6.2.2" />
3635
</ItemGroup>
3736

3837
<ItemGroup>
39-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
40-
<PackageReference Include="System.Reflection" Version="4.3.0" />
41-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
42-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
43-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
44-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.1.1" />
45-
<PackageReference Include="YamlDotNet.Signed" Version="4.2.2" />
46-
<PackageReference Include="AutoMapper" Version="6.2.2" />
38+
<None Include="..\AzureRM.Aks.Netcore.psd1" Link="AzureRM.Aks.Netcore.psd1">
39+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
40+
</None>
4741
</ItemGroup>
4842

4943
<ItemGroup>

src/ResourceManager/Aks/Commands.Aks/Commands/StartAzureRmAksDashboard.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
2929
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
3030
using Microsoft.WindowsAzure.Commands.Utilities.Common;
31-
#if NETSTANDARD
32-
using Microsoft.Extensions.DependencyInjection;
33-
#endif
3431

3532
namespace Microsoft.Azure.Commands.Aks
3633
{

src/ResourceManager/Common/Commands.Common.Authentication.ResourceManager/Common.ResourceManager.Authentication.Netcore.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.0" />
30-
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
31-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
32-
</ItemGroup>
33-
3428
<ItemGroup>
3529
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
3630
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Common.Authentication.Netcore.csproj" />

src/ResourceManager/Common/Commands.Common.Strategies/Common.Strategies.Netcore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
30-
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="17.5.0" />
31-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="17.0.0-preview" />
30+
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="18.0.0" />
31+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.0.0-preview" />
3232
</ItemGroup>
3333
</Project>

src/ResourceManager/Common/Commands.ResourceManager.Common/Common.ResourceManager.Netcore.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
<WarningsAsErrors />
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.0" />
30-
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
31-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
32-
</ItemGroup>
33-
3428
<ItemGroup>
3529
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
3630
<ProjectReference Include="..\..\..\Common\Commands.Common\Common.Netcore.csproj" />

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Common.ResourceManager.ScenarioTests.Netcore.csproj

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<Import Project="..\..\..\..\tools\Common.Netcore.Dependencies.Test.targets" />
4+
35
<PropertyGroup>
46
<TargetFramework>netcoreapp2.0</TargetFramework>
57
<AssemblyName>Microsoft.Azure.Commands.ScenarioTest.Common</AssemblyName>
@@ -24,43 +26,14 @@
2426
</PropertyGroup>
2527

2628
<ItemGroup>
27-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0" />
28-
<PackageReference Include="Microsoft.Azure.Common" Version="2.2.0" />
29-
<PackageReference Include="Hyak.Common" Version="1.2.0" />
30-
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.4.0" />
31-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.4.0" />
32-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.0.1.1" />
33-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
34-
<PackageReference Include="Microsoft.Azure.Test.HttpRecorder" Version="1.9.0" />
35-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework" Version="1.9.0" />
36-
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
3729
<PackageReference Include="Moq" Version="4.7.145" />
38-
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
39-
40-
<!-- This is needed for discovering tests in test explorer -->
41-
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
42-
<PackageReference Include="xunit" Version="2.3.1" />
43-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
44-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
4530
</ItemGroup>
4631

4732
<ItemGroup>
4833
<Compile Remove="Mocks\MockDeploymentClientFactory.cs" />
4934
<Compile Remove="ProfileClient.cs" />
5035
</ItemGroup>
5136

52-
<ItemGroup>
53-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0-beta2" />
54-
</ItemGroup>
55-
56-
<Target Name="ChangeAliasesOfStrongNameAssemblies" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
57-
<ItemGroup>
58-
<ReferencePath Condition="'%(FileName)' == 'System.AppDomain'">
59-
<Aliases>dummy</Aliases>
60-
</ReferencePath>
61-
</ItemGroup>
62-
</Target>
63-
6437
<ItemGroup>
6538
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
6639
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Common.Authentication.Netcore.csproj" />
@@ -77,7 +50,7 @@
7750

7851
<ItemGroup>
7952
<None Update="Assert.ps1">
80-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
53+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8154
</None>
8255
<None Update="Common.ps1">
8356
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

src/ResourceManager/Profile/AzureRM.Profile.Netcore.psd1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Profile'
33
#
44
# Generated by: Microsoft Corporation
@@ -75,8 +75,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Authentication.Abstracti
7575
'.\Microsoft.Rest.ClientRuntime.dll',
7676
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
7777
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
78-
'.\Microsoft.WindowsAzure.Storage.dll',
79-
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
78+
'.\Microsoft.WindowsAzure.Storage.dll',
8079
'.\Microsoft.Azure.Management.Storage.dll', '.\Newtonsoft.Json.dll'
8180

8281
# Script files (.ps1) that are run in the caller's environment prior to importing this module.

src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.Netcore.csproj

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<Import Project="..\..\..\..\tools\Common.Netcore.Dependencies.Test.targets" />
4+
25
<PropertyGroup>
36
<TargetFramework>netcoreapp2.0</TargetFramework>
47
<AssemblyName>Microsoft.Azure.Commands.Profile.Test</AssemblyName>
@@ -22,20 +25,6 @@
2225
<WarningsAsErrors />
2326
</PropertyGroup>
2427

25-
<ItemGroup>
26-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0" />
27-
<PackageReference Include="Microsoft.Azure.Common" Version="2.2.0" />
28-
<PackageReference Include="Hyak.Common" Version="1.2.0" />
29-
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.4.0" />
30-
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.4.0" />
31-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.0.1.1" IncludeAssets="All" />
32-
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
33-
<PackageReference Include="xunit" Version="2.3.1" />
34-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
35-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
36-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0-beta2" />
37-
</ItemGroup>
38-
3928
<ItemGroup>
4029
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
4130
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Common.Authentication.Netcore.csproj" />

0 commit comments

Comments
 (0)