Skip to content

Commit 9f244ff

Browse files
committed
dependency and rename fixes
1 parent 901ad2d commit 9f244ff

File tree

12 files changed

+20
-481
lines changed

12 files changed

+20
-481
lines changed

src/CLU/CLUCoreCLR.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.CLU.Run", "Micros
3737
EndProject
3838
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.CLU", "Microsoft.CLU\Microsoft.CLU.xproj", "{D0A59671-088D-463B-B060-2ADAFFB9C3F6}"
3939
EndProject
40-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Commands.Examples.Test", "Microsoft.Azure.Commands.Examples.Test\Microsoft.Azure.Commands.Examples.Test.xproj", "{4093E659-34AD-4BD9-A5CA-E44337493D5E}"
41-
EndProject
4240
Global
4341
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4442
Debug|Any CPU = Debug|Any CPU
@@ -113,10 +111,6 @@ Global
113111
{D0A59671-088D-463B-B060-2ADAFFB9C3F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
114112
{D0A59671-088D-463B-B060-2ADAFFB9C3F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
115113
{D0A59671-088D-463B-B060-2ADAFFB9C3F6}.Release|Any CPU.Build.0 = Release|Any CPU
116-
{4093E659-34AD-4BD9-A5CA-E44337493D5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
117-
{4093E659-34AD-4BD9-A5CA-E44337493D5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
118-
{4093E659-34AD-4BD9-A5CA-E44337493D5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
119-
{4093E659-34AD-4BD9-A5CA-E44337493D5E}.Release|Any CPU.Build.0 = Release|Any CPU
120114
EndGlobalSection
121115
GlobalSection(SolutionProperties) = preSolution
122116
HideSolutionNode = FALSE

src/CLU/Commands.Common/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"System.Linq": "4.0.1-beta-23516",
1919
"Microsoft.CLU": "1.0.0",
2020
"Commands.Common.Authentication": "",
21-
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.210231457-alpha",
22-
"Microsoft.Rest.ClientRuntime": "1.5.0",
21+
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
22+
"Microsoft.Rest.ClientRuntime": "1.8.0",
2323
"Newtonsoft.Json": "7.0.1",
2424
"System.Collections": "4.0.11-beta-23516",
2525
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Commands.ResourceManager.Cmdlets/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"Commands.Common.Authentication": "",
2121
"Commands.Common": "",
2222
"Commands.ResourceManager.Common": "",
23-
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.210231457-alpha",
24-
"Microsoft.Rest.ClientRuntime": "1.5.0",
23+
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
24+
"Microsoft.Rest.ClientRuntime": "1.8.0",
2525
"Newtonsoft.Json": "7.0.1",
2626
"System.Collections": "4.0.11-beta-23516",
2727
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Commands.ResourceManager.Common/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"Microsoft.CLU": "1.0.0",
2020
"Commands.Common": "",
2121
"Commands.Common.Authentication": "",
22-
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.210231457-alpha",
23-
"Microsoft.Rest.ClientRuntime": "1.5.0",
22+
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
23+
"Microsoft.Rest.ClientRuntime": "1.8.0",
2424
"Newtonsoft.Json": "7.0.1",
2525
"System.Collections": "4.0.11-beta-23516",
2626
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Examples.Test/EnvironmentTestCredentials.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/CLU/Microsoft.Azure.Commands.Examples.Test/ExampleTestHelper.cs

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/CLU/Microsoft.Azure.Commands.Examples.Test/ITestContext.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/CLU/Microsoft.Azure.Commands.Examples.Test/Microsoft.Azure.Commands.Examples.Test.xproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)