Skip to content

Commit

Permalink
Ensure trimming project is not packed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Jul 12, 2024
1 parent bfa1122 commit 05aa2d2
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishTrimmed>true</PublishTrimmed>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\abstractions\Microsoft.Kiota.Abstractions.csproj" />
<ProjectReference Include="..\..\..\src\authentication\azure\Microsoft.Kiota.Authentication.Azure.csproj" />
Expand All @@ -24,5 +25,5 @@
<TrimmerRootAssembly Include="Microsoft.Kiota.Serialization.Json" />
<TrimmerRootAssembly Include="Microsoft.Kiota.Serialization.Text" />
</ItemGroup>

</Project>

0 comments on commit 05aa2d2

Please sign in to comment.