|
@@ -38,7 +38,7 @@
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dev Release|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dev Release|AnyCPU'">
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
- <DefineConstants>TRACE;UPDATE</DefineConstants>
|
|
|
|
|
|
+ <DefineConstants>TRACE;UPDATE;RELEASE</DefineConstants>
|
|
<Optimize>True</Optimize>
|
|
<Optimize>True</Optimize>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
@@ -195,8 +195,8 @@
|
|
</PackageReference>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="PixiEditor.ColorPicker" Version="3.1.0" />
|
|
<PackageReference Include="PixiEditor.ColorPicker" Version="3.1.0" />
|
|
- <PackageReference Include="PixiEditor.Parser" Version="2.0.0" />
|
|
|
|
- <PackageReference Include="PixiEditor.Parser.Skia" Version="2.0.0" />
|
|
|
|
|
|
+ <PackageReference Include="PixiEditor.Parser" Version="2.0.0.300" />
|
|
|
|
+ <PackageReference Include="PixiEditor.Parser.Skia" Version="2.0.0.300" />
|
|
<PackageReference Include="SkiaSharp" Version="2.80.3" />
|
|
<PackageReference Include="SkiaSharp" Version="2.80.3" />
|
|
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
|
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
|
<PackageReference Include="WriteableBitmapEx">
|
|
<PackageReference Include="WriteableBitmapEx">
|