Skip to content

Commit 7c61913

Browse files
authored
Merge pull request #296 from microsoft/andrueastman-patch-1
Ensure trimming project is not packed
2 parents 5af99bd + 05aa2d2 commit 7c61913

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/trimming/Microsoft.Kiota.Trimming.Validation/Microsoft.Kiota.Trimming.Validation.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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" />
@@ -24,5 +25,5 @@
2425
<TrimmerRootAssembly Include="Microsoft.Kiota.Serialization.Json" />
2526
<TrimmerRootAssembly Include="Microsoft.Kiota.Serialization.Text" />
2627
</ItemGroup>
27-
28+
2829
</Project>

0 commit comments

Comments
 (0)