File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
tests/Microsoft.Graph.DotnetCore.Core.Trimming Expand file tree Collapse file tree 2 files changed +4
-3
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.14 .0" />
68
+ <PackageReference Include =" Microsoft.Kiota.Abstractions" Version =" 1.15 .0" />
69
69
<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" />
71
71
<PackageReference Include =" Microsoft.Kiota.Serialization.Text" Version =" 1.14.0" />
72
72
<PackageReference Include =" Microsoft.Kiota.Serialization.Form" Version =" 1.14.0" />
73
73
<PackageReference Include =" Microsoft.Kiota.Http.HttpClientLibrary" Version =" 1.14.0" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
4
<TargetFramework >net8.0</TargetFramework >
9
9
<TrimmerSingleWarn >false</TrimmerSingleWarn >
10
10
<PublishTrimmed >true</PublishTrimmed >
11
11
<PublishAot >true</PublishAot >
12
+ <NoWarn >IL3000</NoWarn > <!-- Ignore IL3000 warning as it references a code outside our control -->
12
13
</PropertyGroup >
13
14
<ItemGroup >
14
15
<ProjectReference Include =" ..\..\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />
You can’t perform that action at this time.
0 commit comments