Skip to content

Commit

Permalink
Updated to latest md.stdl and mp.pddn
Browse files Browse the repository at this point in the history
  • Loading branch information
microdee committed May 4, 2018
1 parent 8d78287 commit 2fab80b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DX11Utils/DX11Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
<HintPath>..\dlls\FeralTic.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="md.stdl, Version=0.1.50.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\md-stdl.0.1.50-beta\lib\net47\md.stdl.dll</HintPath>
<Reference Include="md.stdl, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\md-stdl.0.2.1-beta\lib\Net47\md.stdl.dll</HintPath>
</Reference>
<Reference Include="mp.pddn, Version=1.1.27.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\mp.pddn.1.1.27\lib\net47\mp.pddn.dll</HintPath>
<Reference Include="mp.pddn, Version=1.1.28.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\mp.pddn.1.1.28\lib\net47\mp.pddn.dll</HintPath>
</Reference>
<Reference Include="SevenZip, Version=9.20.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LZMA-SDK.9.20\lib\net20\SevenZip.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions DX11Utils/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LZMA-SDK" version="9.20" targetFramework="net47" />
<package id="md-stdl" version="0.1.50-beta" targetFramework="net47" />
<package id="mp.pddn" version="1.1.27" targetFramework="net47" />
<package id="md-stdl" version="0.2.1-beta" targetFramework="net47" />
<package id="mp.pddn" version="1.1.28" targetFramework="net47" />
<package id="MsgPack.Cli" version="0.8.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
<package id="SharpDX" version="4.0.1" targetFramework="net47" />
Expand Down

0 comments on commit 2fab80b

Please sign in to comment.