Skip to content

Commit f038fd3

Browse files
Merge pull request #931 from microsoftgraph/dependabot/nuget/kiota-dependencies-409be517b8
chore(deps): bump the kiota-dependencies group across 4 directories with 4 updates
2 parents a947d91 + 079572d commit f038fd3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.0.2" />
6666
<PackageReference Include="Microsoft.IdentityModel.Validators" Version="8.0.2" />
6767
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
68-
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.14.0" />
68+
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.15.0" />
6969
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0" />
70-
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.14.0" />
70+
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.15.0" />
7171
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.14.0" />
7272
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.14.0" />
7373
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.14.0" />

tests/Microsoft.Graph.DotnetCore.Core.Trimming/Microsoft.Graph.DotnetCore.Core.Trimming.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
@@ -9,6 +9,7 @@
99
<TrimmerSingleWarn>false</TrimmerSingleWarn>
1010
<PublishTrimmed>true</PublishTrimmed>
1111
<PublishAot>true</PublishAot>
12+
<NoWarn>IL3000</NoWarn> <!-- Ignore IL3000 warning as it references a code outside our control -->
1213
</PropertyGroup>
1314
<ItemGroup>
1415
<ProjectReference Include="..\..\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />

0 commit comments

Comments
 (0)