File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Eryph.IdentityClient.Commands Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ClrVersion = '4.0'
5252
5353# Modules that must be imported into the global environment prior to importing this module
5454RequiredModules = @ (
55- @ { ModuleName = " Eryph.ClientRuntime.Configuration" ; ModuleVersion = " 0.8.1 " ; GUID = " 31a5834e-973e-478f-a48d-cea5f1e92962" }
55+ @ { ModuleName = " Eryph.ClientRuntime.Configuration" ; ModuleVersion = " 0.9.0 " ; GUID = " 31a5834e-973e-478f-a48d-cea5f1e92962" }
5656)
5757
5858# Assemblies that must be loaded prior to importing this module
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Eryph.ClientRuntime.Powershell" Version =" 0.8.1 " />
10+ <PackageReference Include =" Eryph.ClientRuntime.Powershell" Version =" 0.9.0 " />
1111 <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.1" >
1212 <PrivateAssets >All</PrivateAssets >
1313 </PackageReference >
Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Eryph.ClientRuntime.Authentication" Version =" 0.8.1 " />
16+ <PackageReference Include =" Eryph.ClientRuntime.Authentication" Version =" 0.9.0 " />
1717 <PackageReference Include =" Microsoft.Azure.AutoRest.CSharp" Version =" 3.0.0-beta.20241108.1" PrivateAssets =" All" />
1818 </ItemGroup >
1919</Project >
You can’t perform that action at this time.
0 commit comments