Skip to content

Commit

Permalink
Merge pull request #92 from gpproton/revert-trimming-test
Browse files Browse the repository at this point in the history
revert trimming setting attempts
  • Loading branch information
gpproton authored Nov 18, 2023
2 parents 7356e3e + 4ddd68b commit a68109f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageIcon>icon.jpg</PackageIcon>
<IsTrimmable>true</IsTrimmable>
<!-- <IsTrimmable>true</IsTrimmable>-->
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/aspnet/Axolotl.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Import Project="..\..\Common.props" />

<ItemGroup>
<TrimmerRootAssembly>Axolotl.AspNet</TrimmerRootAssembly>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<ProjectReference Include="..\efcore\Axolotl.EFCore.csproj" />
<ProjectReference Include="..\standard\Axolotl.csproj" />
Expand Down
1 change: 0 additions & 1 deletion src/efcore/Axolotl.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Import Project="..\..\Common.props" />

<ItemGroup>
<TrimmerRootAssembly>Axolotl.EFCore</TrimmerRootAssembly>
<ProjectReference Include="..\standard\Axolotl.csproj" />
<PackageReference Include="Ardalis.SmartEnum.EFCore" />
<PackageReference Include="Ardalis.Specification" />
Expand Down
1 change: 0 additions & 1 deletion src/http/Axolotl.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Import Project="..\..\Common.props" />

<ItemGroup>
<TrimmerRootAssembly>Axolotl.Http</TrimmerRootAssembly>
<ProjectReference Include="..\standard\Axolotl.csproj" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion src/razor/Axolotl.Razor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<ItemGroup>
<SupportedPlatform Include="browser" />
<TrimmerRootAssembly>Axolotl.Razor</TrimmerRootAssembly>
<ProjectReference Include="..\standard\Axolotl.csproj" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion src/standard/Axolotl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Import Project="..\..\Common.props" />

<ItemGroup>
<TrimmerRootAssembly>Axolotl</TrimmerRootAssembly>
<PackageReference Include="Ardalis.SmartEnum" />
<PackageReference Include="Ardalis.SmartEnum.SystemTextJson" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
Expand Down

0 comments on commit a68109f

Please sign in to comment.