File tree Expand file tree Collapse file tree
tests/trimming/Microsoft.Kiota.Trimming.Validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
2+
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <PublishTrimmed >true</PublishTrimmed >
99 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10+ <IsPackable >false</IsPackable >
1011 </PropertyGroup >
11-
12+
1213 <ItemGroup >
1314 <ProjectReference Include =" ..\..\..\src\abstractions\Microsoft.Kiota.Abstractions.csproj" />
1415 <ProjectReference Include =" ..\..\..\src\authentication\azure\Microsoft.Kiota.Authentication.Azure.csproj" />
2425 <TrimmerRootAssembly Include =" Microsoft.Kiota.Serialization.Json" />
2526 <TrimmerRootAssembly Include =" Microsoft.Kiota.Serialization.Text" />
2627 </ItemGroup >
27-
28+
2829</Project >
You can’t perform that action at this time.
0 commit comments