37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<ImplicitUsings>true</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<PackageProjectUrl>https://git.pilzinsel64.de/litw-refined/minecraft-modpack-updater</PackageProjectUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<GenerateSerializationAssemblies>False</GenerateSerializationAssemblies>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<NoWarn>1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
<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> |