|
|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<Nullable>enable</Nullable>
|
|
|
<Platforms>arm64;x64</Platforms>
|
|
|
@@ -11,7 +12,9 @@
|
|
|
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
|
|
<OptimizationPreference>Speed</OptimizationPreference>
|
|
|
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
|
|
|
+
|
|
|
</PropertyGroup>
|
|
|
+
|
|
|
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\PicView.Core\PicView.Core.csproj" />
|