Navigation Menu

Skip to content

Commit

Permalink
updated picibits and newtonssoft.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pici-masp committed Nov 27, 2017
1 parent 9a749e1 commit 55310c7
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 38 deletions.
211 changes: 211 additions & 0 deletions dlkmasda
@@ -0,0 +1,211 @@
diff --git a/src/hbs.ldu/project.json b/src/hbs.ldu/project.json
index 9a231c6..fc20be4 100644
--- a/src/hbs.ldu/project.json
+++ b/src/hbs.ldu/project.json
@@ -2,9 +2,9 @@
"supports": {},
"dependencies": {
"Flurl.Http": "0.10.1",
- "Newtonsoft.Json": "9.0.1",
+ "Newtonsoft.Json": "10.0.3",
"Nito.AsyncEx": "3.0.1",
- "picibits": "0.1.52"
+ "picibits": "0.1.61"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
diff --git a/src/hbs.wpf.demo/app.config b/src/hbs.wpf.demo/app.config
index 097b12a..af662b5 100644
--- a/src/hbs.wpf.demo/app.config
+++ b/src/hbs.wpf.demo/app.config
@@ -4,12 +4,16 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
+ <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Serilog" publicKeyToken="24c2f752a8e58a10" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.0.0" newVersion="1.5.0.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" /></startup></configuration>
diff --git a/src/hbs.wpf.demo/hbs.wpf.demo.csproj b/src/hbs.wpf.demo/hbs.wpf.demo.csproj
index 4ab7f68..bdf54e4 100644
--- a/src/hbs.wpf.demo/hbs.wpf.demo.csproj
+++ b/src/hbs.wpf.demo/hbs.wpf.demo.csproj
@@ -108,10 +108,8 @@
</Reference>
<Reference Include="Microsoft.Expression.Effects, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
+ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\..\..\hbs.product\src\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json.Schema">
<HintPath>..\packages\Newtonsoft.Json.Schema.2.0.4\lib\net45\Newtonsoft.Json.Schema.dll</HintPath>
@@ -129,17 +127,17 @@
<HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
<Private>True</Private>
</Reference>
- <Reference Include="picibits.app, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.0.1.52\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.app.dll</HintPath>
+ <Reference Include="picibits.app, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.0.1.61\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.app.dll</HintPath>
</Reference>
- <Reference Include="picibits.core, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.0.1.52\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.core.dll</HintPath>
+ <Reference Include="picibits.core, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.0.1.61\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.core.dll</HintPath>
</Reference>
- <Reference Include="picibits.wpf.app, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.wpf.0.1.52\lib\dotnet\picibits.wpf.app.dll</HintPath>
+ <Reference Include="picibits.wpf.app, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.wpf.0.1.61\lib\dotnet\picibits.wpf.app.dll</HintPath>
</Reference>
- <Reference Include="picibits.wpf.core, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.wpf.0.1.52\lib\dotnet\picibits.wpf.core.dll</HintPath>
+ <Reference Include="picibits.wpf.core, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.wpf.0.1.61\lib\dotnet\picibits.wpf.core.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
diff --git a/src/hbs.wpf.demo/packages.config b/src/hbs.wpf.demo/packages.config
index 2a15aab..d230c25 100644
--- a/src/hbs.wpf.demo/packages.config
+++ b/src/hbs.wpf.demo/packages.config
@@ -5,11 +5,11 @@
<package id="Flurl.Http" version="0.10.1" targetFramework="net462" />
<package id="MahApps.Metro" version="1.2.4.0" targetFramework="net461" />
<package id="ModernUI.WPF" version="1.0.9" targetFramework="net462" />
- <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" />
+ <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
<package id="Newtonsoft.Json.Schema" version="2.0.4" targetFramework="net462" />
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net461" />
- <package id="picibits" version="0.1.52" targetFramework="net47" />
- <package id="picibits.wpf" version="0.1.52" targetFramework="net47" />
+ <package id="picibits" version="0.1.61" targetFramework="net47" />
+ <package id="picibits.wpf" version="0.1.61" targetFramework="net47" />
<package id="Serilog" version="1.5.14" targetFramework="net461" />
<package id="Serilog.Sinks.Seq" version="1.5.27" targetFramework="net461" />
<package id="SimpleInjector" version="3.2.0" targetFramework="net462" />
diff --git a/src/hbs.wpf/app.config b/src/hbs.wpf/app.config
index 8011fd9..4223a8f 100644
--- a/src/hbs.wpf/app.config
+++ b/src/hbs.wpf/app.config
@@ -4,7 +4,11 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
+ <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
diff --git a/src/hbs.wpf/hbs.wpf.csproj b/src/hbs.wpf/hbs.wpf.csproj
index c60d7e5..6aa7871 100644
--- a/src/hbs.wpf/hbs.wpf.csproj
+++ b/src/hbs.wpf/hbs.wpf.csproj
@@ -151,10 +151,8 @@
</Reference>
<Reference Include="Microsoft.Expression.Effects, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
+ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\..\..\hbs.product\src\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json.Schema">
<HintPath>..\packages\Newtonsoft.Json.Schema.2.0.4\lib\net45\Newtonsoft.Json.Schema.dll</HintPath>
@@ -175,17 +173,17 @@
<HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
<Private>True</Private>
</Reference>
- <Reference Include="picibits.app, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.0.1.52\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.app.dll</HintPath>
+ <Reference Include="picibits.app, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.0.1.61\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.app.dll</HintPath>
</Reference>
- <Reference Include="picibits.core, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.0.1.52\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.core.dll</HintPath>
+ <Reference Include="picibits.core, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.0.1.61\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.core.dll</HintPath>
</Reference>
- <Reference Include="picibits.wpf.app, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.wpf.0.1.52\lib\dotnet\picibits.wpf.app.dll</HintPath>
+ <Reference Include="picibits.wpf.app, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.wpf.0.1.61\lib\dotnet\picibits.wpf.app.dll</HintPath>
</Reference>
- <Reference Include="picibits.wpf.core, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\picibits.wpf.0.1.52\lib\dotnet\picibits.wpf.core.dll</HintPath>
+ <Reference Include="picibits.wpf.core, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\picibits.wpf.0.1.61\lib\dotnet\picibits.wpf.core.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
diff --git a/src/hbs.wpf/packages.config b/src/hbs.wpf/packages.config
index aa53f93..a40422c 100644
--- a/src/hbs.wpf/packages.config
+++ b/src/hbs.wpf/packages.config
@@ -5,11 +5,11 @@
<package id="Flurl.Http" version="0.10.1" targetFramework="net462" />
<package id="MahApps.Metro" version="1.2.4.0" targetFramework="net461" />
<package id="ModernUI.WPF" version="1.0.9" targetFramework="net462" />
- <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" />
+ <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
<package id="Newtonsoft.Json.Schema" version="2.0.4" targetFramework="net462" />
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net45" />
- <package id="picibits" version="0.1.52" targetFramework="net47" />
- <package id="picibits.wpf" version="0.1.52" targetFramework="net47" />
+ <package id="picibits" version="0.1.61" targetFramework="net47" />
+ <package id="picibits.wpf" version="0.1.61" targetFramework="net47" />
<package id="Serilog" version="1.5.14" targetFramework="net461" />
<package id="Serilog.Sinks.Seq" version="1.5.27" targetFramework="net461" />
<package id="System.Linq" version="4.0.0" targetFramework="net462" />
diff --git a/src/hbs/project.json b/src/hbs/project.json
index 97422d7..6f94c2a 100644
--- a/src/hbs/project.json
+++ b/src/hbs/project.json
@@ -2,9 +2,9 @@
"supports": {},
"dependencies": {
"Flurl.Http": "0.10.1",
- "Newtonsoft.Json": "9.0.1",
+ "Newtonsoft.Json": "10.0.3",
"Nito.AsyncEx": "3.0.1",
- "picibits": "0.1.52",
+ "picibits": "0.1.61",
"SimpleInjector": "3.2.0",
"System.Reactive": "3.0.0"
},
diff --git a/src/picibits.bib/project.json b/src/picibits.bib/project.json
index 9a231c6..fc20be4 100644
--- a/src/picibits.bib/project.json
+++ b/src/picibits.bib/project.json
@@ -2,9 +2,9 @@
"supports": {},
"dependencies": {
"Flurl.Http": "0.10.1",
- "Newtonsoft.Json": "9.0.1",
+ "Newtonsoft.Json": "10.0.3",
"Nito.AsyncEx": "3.0.1",
- "picibits": "0.1.52"
+ "picibits": "0.1.61"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
4 changes: 2 additions & 2 deletions src/hbs.ldu/project.json
Expand Up @@ -2,9 +2,9 @@
"supports": {},
"dependencies": {
"Flurl.Http": "0.10.1",
"Newtonsoft.Json": "9.0.1",
"Newtonsoft.Json": "10.0.3",
"Nito.AsyncEx": "3.0.1",
"picibits": "0.1.52"
"picibits": "0.1.61"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
Expand Down
6 changes: 5 additions & 1 deletion src/hbs.wpf.demo/app.config
Expand Up @@ -4,12 +4,16 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Serilog" publicKeyToken="24c2f752a8e58a10" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.0.0" newVersion="1.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" /></startup></configuration>
22 changes: 10 additions & 12 deletions src/hbs.wpf.demo/hbs.wpf.demo.csproj
Expand Up @@ -108,10 +108,8 @@
</Reference>
<Reference Include="Microsoft.Expression.Effects, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json.Schema">
<HintPath>..\packages\Newtonsoft.Json.Schema.2.0.4\lib\net45\Newtonsoft.Json.Schema.dll</HintPath>
Expand All @@ -129,17 +127,17 @@
<HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="picibits.app, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.0.1.52\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.app.dll</HintPath>
<Reference Include="picibits.app, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.0.1.61\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.app.dll</HintPath>
</Reference>
<Reference Include="picibits.core, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.0.1.52\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.core.dll</HintPath>
<Reference Include="picibits.core, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.0.1.61\lib\.NETPortable,Version=v4.5,Profile=Profile7\picibits.core.dll</HintPath>
</Reference>
<Reference Include="picibits.wpf.app, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.wpf.0.1.52\lib\dotnet\picibits.wpf.app.dll</HintPath>
<Reference Include="picibits.wpf.app, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.wpf.0.1.61\lib\dotnet\picibits.wpf.app.dll</HintPath>
</Reference>
<Reference Include="picibits.wpf.core, Version=0.1.52.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.wpf.0.1.52\lib\dotnet\picibits.wpf.core.dll</HintPath>
<Reference Include="picibits.wpf.core, Version=0.1.61.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\picibits.wpf.0.1.61\lib\dotnet\picibits.wpf.core.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/hbs.wpf.demo/packages.config
Expand Up @@ -5,11 +5,11 @@
<package id="Flurl.Http" version="0.10.1" targetFramework="net462" />
<package id="MahApps.Metro" version="1.2.4.0" targetFramework="net461" />
<package id="ModernUI.WPF" version="1.0.9" targetFramework="net462" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
<package id="Newtonsoft.Json.Schema" version="2.0.4" targetFramework="net462" />
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net461" />
<package id="picibits" version="0.1.52" targetFramework="net47" />
<package id="picibits.wpf" version="0.1.52" targetFramework="net47" />
<package id="picibits" version="0.1.61" targetFramework="net47" />
<package id="picibits.wpf" version="0.1.61" targetFramework="net47" />
<package id="Serilog" version="1.5.14" targetFramework="net461" />
<package id="Serilog.Sinks.Seq" version="1.5.27" targetFramework="net461" />
<package id="SimpleInjector" version="3.2.0" targetFramework="net462" />
Expand Down

0 comments on commit 55310c7

Please sign in to comment.