Skip to content

Commit

Permalink
Release Sup v0.2.1-beta cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
embiimob committed Feb 7, 2023
1 parent c1b0494 commit 37e38de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions SUP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>packages\Portable.BouncyCastle.1.8.5\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="Google.Protobuf, Version=3.8.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>packages\Google.Protobuf.3.8.0\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="HtmlSanitizer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=61c49a1a9e79cc28, processorArchitecture=MSIL">
<HintPath>packages\HtmlSanitizer.8.0.645\lib\net461\HtmlSanitizer.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -118,9 +109,6 @@
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="SimpleBase, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\SimpleBase.1.3.1\lib\net45\SimpleBase.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll</HintPath>
</Reference>
Expand Down
4 changes: 0 additions & 4 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<packages>
<package id="AngleSharp" version="0.17.1" targetFramework="net472" />
<package id="AngleSharp.Css" version="0.17.0" targetFramework="net472" />
<package id="Common.Logging" version="3.4.1" targetFramework="net472" />
<package id="Common.Logging.Core" version="3.4.1" targetFramework="net472" />
<package id="Google.Protobuf" version="3.8.0" targetFramework="net472" />
<package id="HtmlSanitizer" version="8.0.645" targetFramework="net472" />
<package id="LevelDB.Standard" version="2.1.6.1" targetFramework="net472" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="net472" />
Expand All @@ -21,7 +18,6 @@
<package id="NBitcoin" version="7.0.23" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
<package id="Portable.BouncyCastle" version="1.8.5" targetFramework="net472" />
<package id="SimpleBase" version="1.3.1" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Collections" version="4.3.0" targetFramework="net472" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net472" />
Expand Down

0 comments on commit 37e38de

Please sign in to comment.