enable trimming
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>true</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
@@ -19,5 +20,18 @@
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<DebugType>None</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<TrimmerRootAssembly Include="Newtonsoft.Json"/>
|
||||
<TrimmerRootAssembly Include="Pilz"/>
|
||||
<TrimmerRootAssembly Include="Pilz.Updating"/>
|
||||
<TrimmerRootAssembly Include="Pilz.Updating.Client"/>
|
||||
<TrimmerRootAssembly Include="Pilz.Configuration"/>
|
||||
<TrimmerRootAssembly Include="Yggdrasil.Engine"/>
|
||||
<TrimmerRootAssembly Include="Octokit"/>
|
||||
<TrimmerRootAssembly Include="Modrinth.Net"/>
|
||||
<TrimmerRootAssembly Include="CurseForge.APIClient"/>
|
||||
<TrimmerRootAssembly Include="ExCSS"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user