Skip to content

Commit fbcc515

Browse files
committed
updated packages in the demo project
1 parent 528e700 commit fbcc515

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Coderr.Client.WinForms.Demo/Coderr.Client.WinForms.Demo.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Coderr.Client, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Coderr.Client.1.0.5\lib\net40\Coderr.Client.dll</HintPath>
36+
<Reference Include="Coderr.Client, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Coderr.Client.1.0.6\lib\net451\Coderr.Client.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4040
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Core" />
44+
<Reference Include="System.Management" />
4445
<Reference Include="System.Xml.Linq" />
4546
<Reference Include="System.Data.DataSetExtensions" />
4647
<Reference Include="Microsoft.CSharp" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Coderr.Client" version="1.0.6" targetFramework="net452" />
34
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
4-
<package id="OneTrueError.Client" version="1.0.4" targetFramework="net452" />
55
</packages>

0 commit comments

Comments
 (0)