File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 65
65
<PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 8.0.2" />
66
66
<PackageReference Include =" Microsoft.IdentityModel.Validators" Version =" 8.0.2" />
67
67
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
68
- <PackageReference Include =" Microsoft.Kiota.Abstractions" Version =" 1.15.2" />
69
- <PackageReference Include =" Microsoft.Kiota.Authentication.Azure" Version =" 1.14.0" />
70
- <PackageReference Include =" Microsoft.Kiota.Serialization.Json" Version =" 1.15.2" />
71
- <PackageReference Include =" Microsoft.Kiota.Serialization.Text" Version =" 1.14.0" />
72
- <PackageReference Include =" Microsoft.Kiota.Serialization.Form" Version =" 1.14.0" />
73
- <PackageReference Include =" Microsoft.Kiota.Http.HttpClientLibrary" Version =" 1.14.0" />
74
- <PackageReference Include =" Microsoft.Kiota.Serialization.Multipart" Version =" 1.14.0" />
68
+ <PackageReference Include =" Microsoft.Kiota.Bundle" Version =" 1.15.2" />
69
+ <PackageReference Include =" Microsoft.Kiota.Authentication.Azure" Version =" 1.15.2" />
75
70
<PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.12.19" >
76
71
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
77
72
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ namespace Microsoft.Graph
8
8
using Microsoft . Kiota . Abstractions ;
9
9
using Microsoft . Kiota . Abstractions . Authentication ;
10
10
using Microsoft . Kiota . Abstractions . Serialization ;
11
- using Microsoft . Kiota . Http . HttpClientLibrary ;
11
+ using Microsoft . Kiota . Bundle ;
12
12
13
13
/// <summary>
14
14
/// The <see cref="IRequestAdapter"/> instance for use with microsoft graph
15
15
/// </summary>
16
- public class BaseGraphRequestAdapter : HttpClientRequestAdapter
16
+ public class BaseGraphRequestAdapter : DefaultRequestAdapter
17
17
{
18
18
/// <summary>
19
19
/// The public constructor for <see cref="BaseGraphRequestAdapter"/>
You can’t perform that action at this time.
0 commit comments