Skip to content

Commit

Permalink
Merge pull request #296 from microsoft/andrueastman-patch-1
Browse files Browse the repository at this point in the history
Ensure trimming project is not packed
  • Loading branch information
andrueastman authored Jul 12, 2024
2 parents 5af99bd + 05aa2d2 commit 7c61913
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 7c61913

Please sign in to comment.