Nuget Cleanup
Removed nuget packages that were not needed.
This commit is contained in:
parent
07c8ed8460
commit
06206f5e98
2 changed files with 1 additions and 4 deletions
|
@ -39,9 +39,7 @@
|
|||
<ItemGroup>
|
||||
<Reference Include="csmic, Version=1.1.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\csmic.1.1.4\lib\net40\csmic.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
|
||||
<HintPath>packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
|
||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AvalonEdit" version="5.0.4" targetFramework="net471" />
|
||||
<package id="csmic" version="1.1.4" targetFramework="net471" />
|
||||
</packages>
|
Loading…
Add table
Add a link
Reference in a new issue