-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.config
More file actions
42 lines (42 loc) · 3.83 KB
/
packages.config
File metadata and controls
42 lines (42 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="portable45-net45+win8" />
<package id="Microsoft.NETCore.Platforms" version="2.1.0" targetFramework="portable45-net45+win8" />
<package id="Microsoft.NETCore.Targets" version="2.1.0" targetFramework="portable45-net45+win8" />
<package id="Microsoft.ProjectOxford.Common" version="2.1.1" targetFramework="portable45-net45+win8" />
<package id="Microsoft.ProjectOxford.Vision" version="1.0.393" targetFramework="portable45-net45+win8" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="portable45-net45+win8" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="portable45-net45+win8" />
<package id="runtime.native.System" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Collections" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Globalization" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.IO" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Linq" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Net.Http" version="4.3.3" targetFramework="portable45-net45+win8" />
<package id="System.Net.Primitives" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.ObjectModel" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Reflection" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Runtime" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Text.Encoding" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Text.RegularExpressions" version="4.3.1" targetFramework="portable45-net45+win8" />
<package id="System.Threading" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="portable45-net45+win8" />
<package id="System.Xml.ReaderWriter" version="4.3.1" targetFramework="portable45-net45+win8" />
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="portable45-net45+win8" />
</packages>