Skip to content

Commit

Permalink
Added PixiParser NuGet Package
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Dec 23, 2020
1 parent 4c7ad99 commit 81285da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions PixiEditor/PixiEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="Extended.Wpf.Toolkit" Version="3.8.2" />
<PackageReference Include="MessagePack" Version="2.2.85" />
<PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="PixiEditor.ColorPicker" Version="1.0.1" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<PackageReference Include="PixiEditor.Parser" Version="1.0.0" />
<PackageReference Include="WriteableBitmapEx">
<Version>1.6.7</Version>
</PackageReference>
Expand Down Expand Up @@ -87,11 +86,6 @@
<ItemGroup>
<ProjectReference Include="..\PixiEditor.UpdateModule\PixiEditor.UpdateModule.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="PixiParser">
<HintPath>C:\Users\phili\source\repos\PixiParser\src\PixiParser\bin\Debug\netstandard2.1\PixiParser.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
Expand Down

0 comments on commit 81285da

Please sign in to comment.