Skip to content

Commit f93ffbd

Browse files
Merge remote-tracking branch 'upstream/preview' into iss#5512
2 parents 6bf4e57 + fc5b698 commit f93ffbd

File tree

201 files changed

+16527
-9060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+16527
-9060
lines changed

build.proj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@
266266

267267
<!-- Build and create package content -->
268268
<Exec Command="dotnet --version"/>
269-
<Exec Command="dotnet restore Azure.PowerShell.Netcore.sln"/>
270-
<Exec Command="dotnet build Azure.PowerShell.Netcore.sln -c $(Configuration)"/>
271269
<Exec Command="dotnet publish Azure.PowerShell.Netcore.sln -c $(Configuration)"/>
272270

273271
<!-- Delete powershell runtime files -->
@@ -312,9 +310,9 @@
312310
<Delete Files="@(ExtraPsdFiles->'%(FullPath)')"/>
313311

314312
<!-- Update module manifests. -->
315-
<Exec Command="&quot;$(PowerShellCoreCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) AzureRM.Netcore -Profile Latest &quot; " Condition="'$(Latest)' == 'true' and '$(CodeSign)' == 'false'"/>
313+
<Exec Command="&quot;$(PowerShellCoreCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) AzureRM.Netcore -Profile Latest &quot; " Condition="'$(Latest)' == 'true' and '$(CodeSign)' == 'false'" ContinueOnError="false" />
316314

317-
<!-- Generate the help. -->
315+
<!-- Generate the help. -->
318316
<Exec Command="&quot;$(PowerShellCoreCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;Set-Variable -Name ProgressPreference -Value 'SilentlyContinue';. $(LibraryToolsFolder)\GenerateHelp.ps1 -GenerateMamlHelp -BuildConfig $(Configuration) &quot;" ContinueOnError="true" Condition=" '$(SkipHelp)' == 'false' and '$(Latest)' == 'true'"/>
319317

320318
<!-- Cleanup extraneous files. -->

setup/azurecmdfiles.wxi

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,9 +1274,6 @@
12741274
<Component Id="cmpF4C5AB0BA43DC11E22F9BA4B39EEB532" Guid="*">
12751275
<File Id="filFBCFA6A78D2871F4657A269FF2DFE1E5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\Microsoft.Azure.Management.ResourceManager.dll" />
12761276
</Component>
1277-
<Component Id="cmp8F0D94EDAEEDE0C50766C20F5F1D03D9" Guid="*">
1278-
<File Id="fil0AD641444E7DA2EE6DDA300C4C08ACC4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\Microsoft.Azure.ResourceManager.dll" />
1279-
</Component>
12801277
<Directory Id="dirC92FD9E295852F9742ACFEABB82051BE" Name="StartupScripts">
12811278
<Component Id="cmp60EB4A32D99FB19809A465AC2C849FF3" Guid="*">
12821279
<File Id="filA9E07AA865C95021011F6698992DE2C0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\StartupScripts\AzureRmResourcesStartup.ps1" />
@@ -1467,21 +1464,6 @@
14671464
<Component Id="cmpE8EF61923BF2A56C8E91ECF68787B691" Guid="*">
14681465
<File Id="fil3D7B26A68818C5502D74598722BA21F9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Management.Storage.dll" />
14691466
</Component>
1470-
<Component Id="cmpE7606EC90646D00697FBF7566CD14EE9" Guid="*">
1471-
<File Id="fil718CD860FAFD49F8D2B6A1C65BA30B8C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Data.Edm.dll" />
1472-
</Component>
1473-
<Component Id="cmp36884C874E5D434BA7B09B9A3E4D88F7" Guid="*">
1474-
<File Id="filF91504688FB86AC03A661FADCAF9B228" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Data.OData.dll" />
1475-
</Component>
1476-
<Component Id="cmp5BD783B23E6F9C1663B531899EED3088" Guid="*">
1477-
<File Id="fil61978336223CE600636A048C4D9136B1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Data.Services.Client.dll" />
1478-
</Component>
1479-
<Component Id="cmp25F6948876AE28D1DB4430494E01EBB7" Guid="*">
1480-
<File Id="fil6B402F12FE12FFC14C402698D8F2F1D9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.WindowsAzure.Storage.dll" />
1481-
</Component>
1482-
<Component Id="cmpC1352E11D4D3526DFA43840F587B64D9" Guid="*">
1483-
<File Id="fil87CC35FCE77DA46C95ADC61350F33AF0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\System.Spatial.dll" />
1484-
</Component>
14851467
<Directory Id="dirE036527C32E7CEB62D7CCA1DB01D1730" Name="StartupScripts">
14861468
<Component Id="cmp775D34E0B8C9EBFDCB9B156B5CD2D6D6" Guid="*">
14871469
<File Id="fil8F164649B2790BE8D674AC4B86A34AE4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\StartupScripts\SqlStartup.ps1" />
@@ -1542,21 +1524,6 @@
15421524
<Component Id="cmp30CB39B3A32FBEBEE5EEAB0DD9557BED" Guid="*">
15431525
<File Id="fil33B3E14C5CD0DD301444C19394233704" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.StreamAnalytics\Microsoft.Azure.Management.StreamAnalytics.dll" />
15441526
</Component>
1545-
<Component Id="cmp503C0641A3EDC1A264611C761A4EFE2C" Guid="*">
1546-
<File Id="fil2F6BDF626E2D74A14D0C829FD0FC75DA" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.StreamAnalytics\Microsoft.Data.Edm.dll" />
1547-
</Component>
1548-
<Component Id="cmp8BD1CBE01DCAAEDADEF0B8F90B332624" Guid="*">
1549-
<File Id="fil58E383CA4944C3C2BAE87AD49F752B8B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.StreamAnalytics\Microsoft.Data.OData.dll" />
1550-
</Component>
1551-
<Component Id="cmp70C50DBD0A07F583F86B81D29AE05439" Guid="*">
1552-
<File Id="fil1C54AAFBC01F318231E21CC2748499F4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.StreamAnalytics\Microsoft.Data.Services.Client.dll" />
1553-
</Component>
1554-
<Component Id="cmpE71F6692AEB2D19D81C0E7DA2D0C13F2" Guid="*">
1555-
<File Id="fil123B91AA39E9FC79F1F13D215AEE2495" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.StreamAnalytics\Microsoft.WindowsAzure.Storage.dll" />
1556-
</Component>
1557-
<Component Id="cmpF69128DBF9C6F7F630E779CA78490603" Guid="*">
1558-
<File Id="filC72077FE2AAD2AD740C18E63BEE083F4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.StreamAnalytics\System.Spatial.dll" />
1559-
</Component>
15601527
</Directory>
15611528
<Directory Id="dirAFD0555A1EA87A9298E89D6F91FCAC7B" Name="AzureRM.Subscription.Preview">
15621529
<Component Id="cmp8858CD9BDBFED17E5DAAB067F6CEB01F" Guid="*">
@@ -1639,6 +1606,9 @@
16391606
<Component Id="cmp290DCECAD3F108A59F02284A766347B4" Guid="*">
16401607
<File Id="filE2FA62AC986A90A10EED5435681540D2" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureRM.Websites.psm1" />
16411608
</Component>
1609+
<Component Id="cmp1AD5D089CFEB806F586949FFB0B6C3A5" Guid="*">
1610+
<File Id="filC4E9A426D417BD8BDF2D8C7BCB9D4192" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Common.Strategies.3.dll" />
1611+
</Component>
16421612
<Component Id="cmp8F839B12289A46E7A8870014F8111911" Guid="*">
16431613
<File Id="fil449FE2073F074013C18B88473DD9F75D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll" />
16441614
</Component>
@@ -3572,7 +3542,7 @@
35723542
<ComponentRef Id="cmpEDD37ABAAA61D07995A186AEF9E62727" />
35733543
<ComponentRef Id="cmpEE349C51ED897F3FA2EB83EC1B30FE67" />
35743544
<ComponentRef Id="cmpF4C5AB0BA43DC11E22F9BA4B39EEB532" />
3575-
<ComponentRef Id="cmp8F0D94EDAEEDE0C50766C20F5F1D03D9" />
3545+
<ComponentRef Id="cmp60EB4A32D99FB19809A465AC2C849FF3" />
35763546
<ComponentRef Id="cmp60EB4A32D99FB19809A465AC2C849FF3" />
35773547
<ComponentRef Id="cmp890B1E2923E26CE2A15A652293EA92BE" />
35783548
<ComponentRef Id="cmp40EE6708968532EB5D44F6D0AFCB1095" />
@@ -3629,11 +3599,6 @@
36293599
<ComponentRef Id="cmp778D750482CEA512C15CD8B00F7087FD" />
36303600
<ComponentRef Id="cmp79D23C092BB3E3FB05CC9AFF0AEB0006" />
36313601
<ComponentRef Id="cmpE8EF61923BF2A56C8E91ECF68787B691" />
3632-
<ComponentRef Id="cmpE7606EC90646D00697FBF7566CD14EE9" />
3633-
<ComponentRef Id="cmp36884C874E5D434BA7B09B9A3E4D88F7" />
3634-
<ComponentRef Id="cmp5BD783B23E6F9C1663B531899EED3088" />
3635-
<ComponentRef Id="cmp25F6948876AE28D1DB4430494E01EBB7" />
3636-
<ComponentRef Id="cmpC1352E11D4D3526DFA43840F587B64D9" />
36373602
<ComponentRef Id="cmp775D34E0B8C9EBFDCB9B156B5CD2D6D6" />
36383603
<ComponentRef Id="cmp4AFA8C6EDE02E2B9FC026EFD116FAFA7" />
36393604
<ComponentRef Id="cmpDF296415E7C26FD2E1BBE2F50639885C" />
@@ -3652,11 +3617,6 @@
36523617
<ComponentRef Id="cmp35B82E50E0D41CA67B5BF380494A7956" />
36533618
<ComponentRef Id="cmp411451C6FADA53951D43CE5DD7910765" />
36543619
<ComponentRef Id="cmp30CB39B3A32FBEBEE5EEAB0DD9557BED" />
3655-
<ComponentRef Id="cmp503C0641A3EDC1A264611C761A4EFE2C" />
3656-
<ComponentRef Id="cmp8BD1CBE01DCAAEDADEF0B8F90B332624" />
3657-
<ComponentRef Id="cmp70C50DBD0A07F583F86B81D29AE05439" />
3658-
<ComponentRef Id="cmpE71F6692AEB2D19D81C0E7DA2D0C13F2" />
3659-
<ComponentRef Id="cmpF69128DBF9C6F7F630E779CA78490603" />
36603620
<ComponentRef Id="cmp8858CD9BDBFED17E5DAAB067F6CEB01F" />
36613621
<ComponentRef Id="cmp6B8FDF79FAA352FF84F745F16F228826" />
36623622
<ComponentRef Id="cmpB83C38AABF7AC4CA81A87203D277EADC" />
@@ -3681,6 +3641,7 @@
36813641
<ComponentRef Id="cmpDDDF9C1D9078AFB4B51514831106212D" />
36823642
<ComponentRef Id="cmpF679AA745A78D9232AFA533AC5A06B55" />
36833643
<ComponentRef Id="cmp290DCECAD3F108A59F02284A766347B4" />
3644+
<ComponentRef Id="cmp1AD5D089CFEB806F586949FFB0B6C3A5" />
36843645
<ComponentRef Id="cmp8F839B12289A46E7A8870014F8111911" />
36853646
<ComponentRef Id="cmpAC5BC334718546D9DDEBC02E08A4532E" />
36863647
<ComponentRef Id="cmp1E3B57026A388D007110B00870507DBC" />

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,7 @@
8888
<HintPath>..\..\..\src\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Primitives.dll</HintPath>
8989
<Private>True</Private>
9090
</Reference>
91-
<Reference Include="System.Net.Http.WebRequest" />
92-
<Reference Include="System.Runtime.Serialization" />
93-
<Reference Include="System.Xml.Linq" />
94-
<Reference Include="System.Data.DataSetExtensions" />
95-
<Reference Include="Microsoft.CSharp" />
96-
<Reference Include="System.Data" />
9791
<Reference Include="System.Net.Http" />
98-
<Reference Include="System.Xml" />
9992
</ItemGroup>
10093
<ItemGroup>
10194
<Compile Include="AuthenticationStore.cs" />

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,8 @@
111111
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
112112
<Private>True</Private>
113113
</Reference>
114-
<Reference Include="System.Net.Http.WebRequest" />
115-
<Reference Include="System.Runtime.Serialization" />
116114
<Reference Include="System.Security" />
117115
<Reference Include="System.Windows.Forms" />
118-
<Reference Include="System.Xml.Linq" />
119-
<Reference Include="System.Data.DataSetExtensions" />
120-
<Reference Include="Microsoft.CSharp" />
121-
<Reference Include="System.Data" />
122-
<Reference Include="System.Xml" />
123116
</ItemGroup>
124117
<ItemGroup>
125118
<Compile Include="Authentication\AuthenticationStoreTokenCache.cs" />

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,7 @@
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
6262
<Reference Include="System.Net" />
63-
<Reference Include="System.Net.Http.WebRequest" />
64-
<Reference Include="System.Runtime.Serialization" />
65-
<Reference Include="System.Xml.Linq" />
66-
<Reference Include="System.Data.DataSetExtensions" />
67-
<Reference Include="Microsoft.CSharp" />
68-
<Reference Include="System.Data" />
6963
<Reference Include="System.Net.Http" />
70-
<Reference Include="System.Xml" />
7164
</ItemGroup>
7265
<ItemGroup>
7366
<Compile Include="AuthorizationManagementClient.cs" />
@@ -109,20 +102,6 @@
109102
<ItemGroup>
110103
<None Include="packages.config" />
111104
</ItemGroup>
112-
<ItemGroup>
113-
<ProjectReference Include="..\..\ResourceManager\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
114-
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
115-
<Name>Commands.ResourceManager.Common</Name>
116-
</ProjectReference>
117-
<ProjectReference Include="..\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj">
118-
<Project>{70527617-7598-4aef-b5bd-db9186b8184b}</Project>
119-
<Name>Commands.Common.Authentication.Abstractions</Name>
120-
</ProjectReference>
121-
<ProjectReference Include="..\Commands.Common\Commands.Common.csproj">
122-
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
123-
<Name>Commands.Common</Name>
124-
</ProjectReference>
125-
</ItemGroup>
126105
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127106
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128107
Other similar extension points exist, see Microsoft.Common.targets.

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -53,41 +53,14 @@
5353
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.10\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
56-
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
57-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
58-
<Private>True</Private>
59-
</Reference>
60-
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
62-
<Private>True</Private>
63-
</Reference>
64-
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
65-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
66-
<Private>True</Private>
67-
</Reference>
6856
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
6957
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
7058
<Private>True</Private>
7159
</Reference>
7260
<Reference Include="System" />
7361
<Reference Include="System.Core" />
7462
<Reference Include="System.Net" />
75-
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
76-
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
77-
<Private>True</Private>
78-
</Reference>
79-
<Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
80-
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
81-
<Private>True</Private>
82-
</Reference>
83-
<Reference Include="System.Net.Http.WebRequest" />
84-
<Reference Include="System.Runtime.Serialization" />
85-
<Reference Include="System.Xml.Linq" />
86-
<Reference Include="System.Data.DataSetExtensions" />
87-
<Reference Include="Microsoft.CSharp" />
88-
<Reference Include="System.Data" />
8963
<Reference Include="System.Net.Http" />
90-
<Reference Include="System.Xml" />
9164
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
9265
</ItemGroup>
9366
<ItemGroup>

src/Common/Commands.Common.Graph.RBAC/packages.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
4-
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
5-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />
6-
<package id="Microsoft.Net.Http" version="2.2.22" targetFramework="net452" />
73
<package id="Microsoft.Rest.ClientRuntime" version="2.3.10" targetFramework="net452" />
84
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.10" targetFramework="net452" />
95
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,7 @@
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
6262
<Reference Include="System.Net" />
63-
<Reference Include="System.Net.Http.WebRequest" />
64-
<Reference Include="System.Runtime.Serialization" />
65-
<Reference Include="System.Xml.Linq" />
66-
<Reference Include="System.Data.DataSetExtensions" />
67-
<Reference Include="Microsoft.CSharp" />
68-
<Reference Include="System.Data" />
6963
<Reference Include="System.Net.Http" />
70-
<Reference Include="System.Xml" />
7164
</ItemGroup>
7265
<ItemGroup>
7366
<Compile Include="Common\INetworkInterfaceReference.cs" />
@@ -488,10 +481,6 @@
488481
<None Include="packages.config" />
489482
</ItemGroup>
490483
<ItemGroup>
491-
<ProjectReference Include="..\..\ResourceManager\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
492-
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
493-
<Name>Commands.ResourceManager.Common</Name>
494-
</ProjectReference>
495484
<ProjectReference Include="..\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj">
496485
<Project>{70527617-7598-4aef-b5bd-db9186b8184b}</Project>
497486
<Name>Commands.Common.Authentication.Abstractions</Name>

0 commit comments

Comments
 (0)