Skip to content

Commit

Permalink
Update of DynamicDaty ---> could solve issue with delete Card!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndGit committed Jul 7, 2019
1 parent 406d148 commit b7d6241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions KambanSolution/Kamban/Kamban.csproj
Expand Up @@ -58,8 +58,8 @@
<Reference Include="DeltaCompressionDotNet.PatchApi, Version=1.1.0.0, Culture=neutral, PublicKeyToken=3e8888ee913ed789, processorArchitecture=MSIL">
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.PatchApi.dll</HintPath>
</Reference>
<Reference Include="DynamicData, Version=6.6.1.2507, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DynamicData.6.6.1.2507\lib\net46\DynamicData.dll</HintPath>
<Reference Include="DynamicData, Version=6.10.0.2604, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DynamicData.6.10.0.2604\lib\net46\DynamicData.dll</HintPath>
</Reference>
<Reference Include="EPPlus, Version=4.5.2.1, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\packages\EPPlus.4.5.2.1\lib\net40\EPPlus.dll</HintPath>
Expand Down Expand Up @@ -147,7 +147,7 @@
<Reference Include="System.Numerics" />
<Reference Include="System.Printing" />
<Reference Include="System.Reactive, Version=4.1.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>..\packages\System.Reactive.4.1.2\lib\net46\System.Reactive.dll</HintPath>
<HintPath>..\packages\System.Reactive.4.1.5\lib\net46\System.Reactive.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Core, Version=3.0.3000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>..\packages\System.Reactive.Core.4.1.2\lib\net46\System.Reactive.Core.dll</HintPath>
Expand Down Expand Up @@ -181,7 +181,7 @@
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions KambanSolution/Kamban/packages.config
Expand Up @@ -4,7 +4,7 @@
<package id="AutoMapper" version="7.0.1" targetFramework="net462" />
<package id="ControlzEx" version="3.0.2.4" targetFramework="net462" />
<package id="DeltaCompressionDotNet" version="1.1.0" targetFramework="net462" />
<package id="DynamicData" version="6.6.1.2507" targetFramework="net462" />
<package id="DynamicData" version="6.10.0.2604" targetFramework="net462" />
<package id="EPPlus" version="4.5.2.1" targetFramework="net462" />
<package id="Extended.Wpf.Toolkit" version="3.4.0" targetFramework="net462" />
<package id="FluentValidation" version="8.0.100" targetFramework="net462" />
Expand All @@ -30,7 +30,7 @@
<package id="System.ComponentModel.Annotations" version="4.5.0" targetFramework="net462" />
<package id="System.ComponentModel.Primitives" version="4.3.0" targetFramework="net462" />
<package id="System.Drawing.Primitives" version="4.3.0" targetFramework="net462" />
<package id="System.Reactive" version="4.1.2" targetFramework="net462" />
<package id="System.Reactive" version="4.1.5" targetFramework="net462" />
<package id="System.Reactive.Compatibility" version="4.1.2" targetFramework="net462" />
<package id="System.Reactive.Core" version="4.1.2" targetFramework="net462" />
<package id="System.Reactive.Experimental" version="4.1.2" targetFramework="net462" />
Expand All @@ -42,7 +42,7 @@
<package id="System.Reactive.Windows.Forms" version="4.1.2" targetFramework="net462" />
<package id="System.Reactive.Windows.Threading" version="4.1.2" targetFramework="net462" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net462" />
<package id="System.Threading.Tasks.Extensions" version="4.5.1" targetFramework="net462" />
<package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net462" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
<package id="Ui.Wpf.Common" version="1.0.19" targetFramework="net462" />
</packages>

0 comments on commit b7d6241

Please sign in to comment.