Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-25 04:56:40 +0300
committerDan Siegel <me@dansiegel.net>2017-05-25 04:56:40 +0300
commitd4bf8d7a915c933e383fd98d931aca845ad18dac (patch)
treec138f2f2d59ed4e2ed0e3c30fd38f639b28fcd78
parent291fa0ebac6b1c8e4dd50337365b7ea525dab41e (diff)
update DryIoc
-rw-r--r--Source/Wpf/Prism.DryIoc.Wpf/Prism.DryIoc.Wpf.csproj4
-rw-r--r--Source/Wpf/Prism.DryIoc.Wpf/packages.config2
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/Wpf/Prism.DryIoc.Wpf/Prism.DryIoc.Wpf.csproj b/Source/Wpf/Prism.DryIoc.Wpf/Prism.DryIoc.Wpf.csproj
index efe788b..25ce697 100644
--- a/Source/Wpf/Prism.DryIoc.Wpf/Prism.DryIoc.Wpf.csproj
+++ b/Source/Wpf/Prism.DryIoc.Wpf/Prism.DryIoc.Wpf.csproj
@@ -36,8 +36,8 @@
<AssemblyOriginatorKeyFile>..\..\prism.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
- <Reference Include="DryIoc, Version=2.10.1.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\DryIoc.dll.2.10.1\lib\net45\DryIoc.dll</HintPath>
+ <Reference Include="DryIoc, Version=2.10.7.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\..\packages\DryIoc.dll.2.10.7\lib\net45\DryIoc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DryIoc.CommonServiceLocator, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
diff --git a/Source/Wpf/Prism.DryIoc.Wpf/packages.config b/Source/Wpf/Prism.DryIoc.Wpf/packages.config
index 384eb1b..0b1917c 100644
--- a/Source/Wpf/Prism.DryIoc.Wpf/packages.config
+++ b/Source/Wpf/Prism.DryIoc.Wpf/packages.config
@@ -2,7 +2,7 @@
<packages>
<package id="CommonServiceLocator" version="1.3" targetFramework="net45" />
<package id="DryIoc.CommonServiceLocator.dll" version="2.2.1" targetFramework="net45" />
- <package id="DryIoc.dll" version="2.10.1" targetFramework="net45" />
+ <package id="DryIoc.dll" version="2.10.7" targetFramework="net45" />
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net45" />