From 4ee0700babf6c4f2be84743f5c1382428da7d193 Mon Sep 17 00:00:00 2001 From: varon Date: Wed, 31 May 2017 14:13:17 +0200 Subject: [PATCH] Update project deps --- src/Generator.Bind/Properties/AssemblyInfo.cs | 9 +- src/Generator.Converter/Properties/AssemblyInfo.cs | 9 +- src/Generator.Rewrite/Properties/AssemblyInfo.cs | 9 +- src/OpenTK.GLControl/Properties/AssemblyInfo.cs | 9 +- src/OpenTK.GLWidget/OpenTK.GLWidget.csproj | 4 +- src/OpenTK.GLWidget/Properties/AssemblyInfo.cs | 9 +- src/OpenTK/Properties/AssemblyInfo.cs | 9 +- tests/OpenTK.Tests/OpenTK.Tests.fsproj | 712 ++++++++++++--------- 8 files changed, 440 insertions(+), 330 deletions(-) diff --git a/src/Generator.Bind/Properties/AssemblyInfo.cs b/src/Generator.Bind/Properties/AssemblyInfo.cs index 9767ed4..16ced82 100644 --- a/src/Generator.Bind/Properties/AssemblyInfo.cs +++ b/src/Generator.Bind/Properties/AssemblyInfo.cs @@ -11,7 +11,12 @@ using System.Reflection; [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library.")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.0.0"; - internal const string InformationalVersion = "3.0.0"; + internal const System.String AssemblyTitle = "Generator.Bind"; + internal const System.String AssemblyProduct = "OpenTK"; + internal const System.String AssemblyDescription = "A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL."; + internal const System.String AssemblyVersion = "3.0.0"; + internal const System.String AssemblyFileVersion = "3.0.0"; + internal const System.Boolean CLSCompliant = true; + internal const System.String AssemblyCopyright = "Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library."; } } diff --git a/src/Generator.Converter/Properties/AssemblyInfo.cs b/src/Generator.Converter/Properties/AssemblyInfo.cs index 1adfda0..462df85 100644 --- a/src/Generator.Converter/Properties/AssemblyInfo.cs +++ b/src/Generator.Converter/Properties/AssemblyInfo.cs @@ -11,7 +11,12 @@ using System.Reflection; [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library.")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.0.0"; - internal const string InformationalVersion = "3.0.0"; + internal const System.String AssemblyTitle = "Generator.Convert"; + internal const System.String AssemblyProduct = "OpenTK"; + internal const System.String AssemblyDescription = "A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL."; + internal const System.String AssemblyVersion = "3.0.0"; + internal const System.String AssemblyFileVersion = "3.0.0"; + internal const System.Boolean CLSCompliant = true; + internal const System.String AssemblyCopyright = "Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library."; } } diff --git a/src/Generator.Rewrite/Properties/AssemblyInfo.cs b/src/Generator.Rewrite/Properties/AssemblyInfo.cs index 63a6804..438811f 100644 --- a/src/Generator.Rewrite/Properties/AssemblyInfo.cs +++ b/src/Generator.Rewrite/Properties/AssemblyInfo.cs @@ -11,7 +11,12 @@ using System.Reflection; [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library.")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.0.0"; - internal const string InformationalVersion = "3.0.0"; + internal const System.String AssemblyTitle = "Generator.Rewrite"; + internal const System.String AssemblyProduct = "OpenTK"; + internal const System.String AssemblyDescription = "A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL."; + internal const System.String AssemblyVersion = "3.0.0"; + internal const System.String AssemblyFileVersion = "3.0.0"; + internal const System.Boolean CLSCompliant = true; + internal const System.String AssemblyCopyright = "Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library."; } } diff --git a/src/OpenTK.GLControl/Properties/AssemblyInfo.cs b/src/OpenTK.GLControl/Properties/AssemblyInfo.cs index eeeb1ac..a2f2b85 100644 --- a/src/OpenTK.GLControl/Properties/AssemblyInfo.cs +++ b/src/OpenTK.GLControl/Properties/AssemblyInfo.cs @@ -11,7 +11,12 @@ using System.Reflection; [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library.")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.0.0"; - internal const string InformationalVersion = "3.0.0"; + internal const System.String AssemblyTitle = "OpenTK.GLControl"; + internal const System.String AssemblyProduct = "OpenTK"; + internal const System.String AssemblyDescription = "A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL."; + internal const System.String AssemblyVersion = "3.0.0"; + internal const System.String AssemblyFileVersion = "3.0.0"; + internal const System.Boolean CLSCompliant = true; + internal const System.String AssemblyCopyright = "Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library."; } } diff --git a/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj b/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj index e71c63a..91e089b 100644 --- a/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj +++ b/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj @@ -113,7 +113,7 @@ - + <__paket__GtkSharp_targets>net45\GtkSharp @@ -126,7 +126,7 @@ - + ..\..\packages\GtkSharp\lib\net45\cairo-sharp.dll diff --git a/src/OpenTK.GLWidget/Properties/AssemblyInfo.cs b/src/OpenTK.GLWidget/Properties/AssemblyInfo.cs index 15d61fa..0db3d7c 100644 --- a/src/OpenTK.GLWidget/Properties/AssemblyInfo.cs +++ b/src/OpenTK.GLWidget/Properties/AssemblyInfo.cs @@ -11,7 +11,12 @@ using System.Reflection; [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library.")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.0.0"; - internal const string InformationalVersion = "3.0.0"; + internal const System.String AssemblyTitle = "OpenTK.GLWidget"; + internal const System.String AssemblyProduct = "OpenTK"; + internal const System.String AssemblyDescription = "A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL."; + internal const System.String AssemblyVersion = "3.0.0"; + internal const System.String AssemblyFileVersion = "3.0.0"; + internal const System.Boolean CLSCompliant = true; + internal const System.String AssemblyCopyright = "Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library."; } } diff --git a/src/OpenTK/Properties/AssemblyInfo.cs b/src/OpenTK/Properties/AssemblyInfo.cs index e6e2009..f0d6b89 100644 --- a/src/OpenTK/Properties/AssemblyInfo.cs +++ b/src/OpenTK/Properties/AssemblyInfo.cs @@ -11,7 +11,12 @@ using System.Reflection; [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library.")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.0.0"; - internal const string InformationalVersion = "3.0.0"; + internal const System.String AssemblyTitle = "OpenTK"; + internal const System.String AssemblyProduct = "OpenTK"; + internal const System.String AssemblyDescription = "A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL."; + internal const System.String AssemblyVersion = "3.0.0"; + internal const System.String AssemblyFileVersion = "3.0.0"; + internal const System.Boolean CLSCompliant = true; + internal const System.String AssemblyCopyright = "Copyright (c) 2006 - 2016 Stefanos Apostolopoulos for the Open Toolkit library."; } } diff --git a/tests/OpenTK.Tests/OpenTK.Tests.fsproj b/tests/OpenTK.Tests/OpenTK.Tests.fsproj index c57ae0c..c4b2094 100644 --- a/tests/OpenTK.Tests/OpenTK.Tests.fsproj +++ b/tests/OpenTK.Tests/OpenTK.Tests.fsproj @@ -56,8 +56,28 @@ --> + + + + + + + + + + + + + + + + OpenTK + {a37a7e14-0000-0000-0000-000000000000} + True + + - + ..\..\packages\FsCheck\lib\net452\FsCheck.dll @@ -66,7 +86,16 @@ - + + + + ..\..\packages\FsCheck\lib\netstandard1.6\FsCheck.dll + True + True + + + + ..\..\packages\FsCheck\lib\portable-net45+netcore45\FsCheck.dll @@ -95,7 +124,7 @@ - + ..\..\packages\FsCheck.Xunit\lib\net452\FsCheck.Xunit.dll @@ -104,18 +133,83 @@ + + + + ..\..\packages\FsCheck.Xunit\lib\netstandard1.6\FsCheck.Xunit.dll + True + True + + + - + + + + ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll + True + True + + + + + + + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll + True + True + + + + + + + ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll + True + True + + + + + + + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll + True + True + + + + + + + ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll + True + True + + + + + + + ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll + True + True + + + + + + - ..\..\packages\Microsoft.Win32.Primitives\ref\net46\Microsoft.Win32.Primitives.dll - False + ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll + True True - + ..\..\packages\Microsoft.Win32.Primitives\ref\netstandard1.3\Microsoft.Win32.Primitives.dll @@ -129,17 +223,17 @@ - ..\..\packages\System.AppContext\ref\net46\System.AppContext.dll - False + ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll + True True - + - ..\..\packages\System.AppContext\ref\net463\System.AppContext.dll - False + ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + True True @@ -153,9 +247,18 @@ + + + + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll + True + True + + + - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -175,7 +278,7 @@ - + ..\..\packages\System.Collections\ref\netstandard1.3\System.Collections.dll @@ -186,36 +289,27 @@ - + - ..\..\packages\System.Collections.Concurrent\ref\netstandard1.1\System.Collections.Concurrent.dll - False - True - - - - - - - ..\..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.dll - False + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll + True True - + - ..\..\packages\System.Console\ref\net46\System.Console.dll - False + ..\..\packages\System.Console\lib\net46\System.Console.dll + True True - + ..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -235,7 +329,7 @@ - + ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.3\System.Diagnostics.Debug.dll @@ -246,7 +340,7 @@ - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll @@ -255,7 +349,7 @@ - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.1\System.Diagnostics.DiagnosticSource.dll @@ -264,7 +358,7 @@ - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -275,22 +369,11 @@ - - - - ..\..\packages\System.Diagnostics.Tools\ref\netstandard1.0\System.Diagnostics.Tools.dll - False - True - - - - - - + - ..\..\packages\System.Diagnostics.Tracing\ref\net462\System.Diagnostics.Tracing.dll - False + ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll + True True @@ -322,7 +405,7 @@ - + ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.dll @@ -342,7 +425,7 @@ - + ..\..\packages\System.Globalization\ref\netstandard1.3\System.Globalization.dll @@ -353,16 +436,16 @@ - + - ..\..\packages\System.Globalization.Calendars\ref\net46\System.Globalization.Calendars.dll - False + ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll + True True - + ..\..\packages\System.Globalization.Calendars\ref\netstandard1.3\System.Globalization.Calendars.dll @@ -373,16 +456,16 @@ - + - ..\..\packages\System.Globalization.Extensions\ref\net46\System.Globalization.Extensions.dll - False + ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll + True True - + ..\..\packages\System.Globalization.Extensions\ref\netstandard1.3\System.Globalization.Extensions.dll @@ -393,11 +476,11 @@ - + - ..\..\packages\System.IO\ref\net462\System.IO.dll - False + ..\..\packages\System.IO\lib\net462\System.IO.dll + True True @@ -420,7 +503,7 @@ - + ..\..\packages\System.IO\ref\netstandard1.5\System.IO.dll @@ -431,18 +514,18 @@ - + True - + - ..\..\packages\System.IO.Compression\ref\net46\System.IO.Compression.dll - False + ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll + True True @@ -456,7 +539,7 @@ - + ..\..\packages\System.IO.Compression\ref\netstandard1.3\System.IO.Compression.dll @@ -467,39 +550,39 @@ - + - - ..\..\packages\System.IO.Compression.ZipFile\ref\net46\System.IO.Compression.ZipFile.dll - False + True - + + ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll + True True - + - ..\..\packages\System.IO.Compression.ZipFile\ref\netstandard1.3\System.IO.Compression.ZipFile.dll - False + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll + True True - + - ..\..\packages\System.IO.FileSystem\ref\net46\System.IO.FileSystem.dll - False + ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll + True True - + ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll @@ -510,60 +593,51 @@ - + - ..\..\packages\System.IO.FileSystem.Primitives\ref\net46\System.IO.FileSystem.Primitives.dll - False + ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll + True True - + - ..\..\packages\System.IO.FileSystem.Primitives\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll - False + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll + True True - + - ..\..\packages\System.Linq\ref\net463\System.Linq.dll - False - True - - - - - - - ..\..\packages\System.Linq\ref\netstandard1.0\System.Linq.dll - False + ..\..\packages\System.Linq\lib\net463\System.Linq.dll + True True - + - ..\..\packages\System.Linq\ref\netstandard1.6\System.Linq.dll - False + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll + True True - + - ..\..\packages\System.Linq.Expressions\ref\net463\System.Linq.Expressions.dll - False + ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll + True True @@ -586,29 +660,40 @@ - + - ..\..\packages\System.Linq.Expressions\ref\netstandard1.6\System.Linq.Expressions.dll - False + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll + True True - + + + + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll + True + True + + + + + + True - + - ..\..\packages\System.Net.Http\ref\net46\System.Net.Http.dll - False + ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll + True True @@ -622,7 +707,7 @@ - + ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.dll @@ -642,7 +727,7 @@ - + ..\..\packages\System.Net.Primitives\ref\netstandard1.3\System.Net.Primitives.dll @@ -653,16 +738,16 @@ - + - ..\..\packages\System.Net.Sockets\ref\net46\System.Net.Sockets.dll - False + ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll + True True - + ..\..\packages\System.Net.Sockets\ref\netstandard1.3\System.Net.Sockets.dll @@ -673,31 +758,33 @@ - + - - ..\..\packages\System.ObjectModel\ref\netstandard1.0\System.ObjectModel.dll - False + + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll + True True - + + + - ..\..\packages\System.ObjectModel\ref\netstandard1.3\System.ObjectModel.dll - False + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll + True True - + - ..\..\packages\System.Reflection\ref\net462\System.Reflection.dll - False + ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll + True True @@ -720,7 +807,7 @@ - + ..\..\packages\System.Reflection\ref\netstandard1.5\System.Reflection.dll @@ -731,55 +818,33 @@ - + - ..\..\packages\System.Reflection.Emit\ref\netstandard1.1\System.Reflection.Emit.dll - False + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll + True True - + - ..\..\packages\System.Reflection.Emit.ILGeneration\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.dll - False + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll + True True - + - ..\..\packages\System.Reflection.Emit.Lightweight\ref\netstandard1.0\System.Reflection.Emit.Lightweight.dll - False - True - - - - - - - - - ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll - False - True - - - - - - - - - ..\..\packages\System.Reflection.Primitives\ref\netstandard1.0\System.Reflection.Primitives.dll - False + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll + True True @@ -789,58 +854,47 @@ - ..\..\packages\System.Reflection.TypeExtensions\ref\net46\System.Reflection.TypeExtensions.dll - False + ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll + True True - + - ..\..\packages\System.Reflection.TypeExtensions\ref\net462\System.Reflection.TypeExtensions.dll - False + ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll + True True - + - ..\..\packages\System.Reflection.TypeExtensions\ref\netstandard1.5\System.Reflection.TypeExtensions.dll - False + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll + True True - + - - ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll - False + True - - - + True - - - - - ..\..\packages\System.Runtime\ref\net462\System.Runtime.dll - False - True - - + ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll + True True @@ -872,7 +926,7 @@ - + ..\..\packages\System.Runtime\ref\netstandard1.5\System.Runtime.dll @@ -883,11 +937,11 @@ - + - ..\..\packages\System.Runtime.Extensions\ref\net462\System.Runtime.Extensions.dll - False + ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll + True True @@ -910,7 +964,7 @@ - + ..\..\packages\System.Runtime.Extensions\ref\netstandard1.5\System.Runtime.Extensions.dll @@ -921,7 +975,7 @@ - + ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.dll @@ -935,17 +989,17 @@ - ..\..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll - False + ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll + True True - + - ..\..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll - False + ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll + True True @@ -977,7 +1031,7 @@ - + ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.5\System.Runtime.InteropServices.dll @@ -988,7 +1042,25 @@ - + + + + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + + + + + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -997,9 +1069,18 @@ + + + + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\wpa81\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + - + ..\..\packages\System.Runtime.Numerics\ref\netstandard1.1\System.Runtime.Numerics.dll @@ -1008,13 +1089,22 @@ + + + + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll + True + True + + + - ..\..\packages\System.Security.Cryptography.Algorithms\ref\net46\System.Security.Cryptography.Algorithms.dll - False + ..\..\packages\System.Security.Cryptography.Algorithms\lib\net46\System.Security.Cryptography.Algorithms.dll + True True @@ -1022,17 +1112,17 @@ - ..\..\packages\System.Security.Cryptography.Algorithms\ref\net461\System.Security.Cryptography.Algorithms.dll - False + ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll + True True - + - ..\..\packages\System.Security.Cryptography.Algorithms\ref\net463\System.Security.Cryptography.Algorithms.dll - False + ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll + True True @@ -1055,7 +1145,7 @@ - + ..\..\packages\System.Security.Cryptography.Algorithms\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll @@ -1069,8 +1159,8 @@ - ..\..\packages\System.Security.Cryptography.Cng\ref\net46\System.Security.Cryptography.Cng.dll - False + ..\..\packages\System.Security.Cryptography.Cng\lib\net46\System.Security.Cryptography.Cng.dll + True True @@ -1078,22 +1168,22 @@ - ..\..\packages\System.Security.Cryptography.Cng\ref\net461\System.Security.Cryptography.Cng.dll - False + ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll + True True - + - ..\..\packages\System.Security.Cryptography.Cng\ref\net463\System.Security.Cryptography.Cng.dll - False + ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll + True True - + ..\..\packages\System.Security.Cryptography.Cng\ref\netstandard1.6\System.Security.Cryptography.Cng.dll @@ -1104,16 +1194,16 @@ - + - ..\..\packages\System.Security.Cryptography.Csp\ref\net46\System.Security.Cryptography.Csp.dll - False + ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll + True True - + ..\..\packages\System.Security.Cryptography.Csp\ref\netstandard1.3\System.Security.Cryptography.Csp.dll @@ -1124,16 +1214,16 @@ - + - ..\..\packages\System.Security.Cryptography.Encoding\ref\net46\System.Security.Cryptography.Encoding.dll - False + ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll + True True - + ..\..\packages\System.Security.Cryptography.Encoding\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll @@ -1144,31 +1234,31 @@ - + - ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll - False + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll + True True - + - ..\..\packages\System.Security.Cryptography.Primitives\ref\net46\System.Security.Cryptography.Primitives.dll - False + ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll + True True - + - ..\..\packages\System.Security.Cryptography.Primitives\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll - False + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll + True True @@ -1178,17 +1268,17 @@ - ..\..\packages\System.Security.Cryptography.X509Certificates\ref\net46\System.Security.Cryptography.X509Certificates.dll - False + ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net46\System.Security.Cryptography.X509Certificates.dll + True True - + - ..\..\packages\System.Security.Cryptography.X509Certificates\ref\net461\System.Security.Cryptography.X509Certificates.dll - False + ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll + True True @@ -1202,7 +1292,7 @@ - + ..\..\packages\System.Security.Cryptography.X509Certificates\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll @@ -1222,7 +1312,7 @@ - + ..\..\packages\System.Text.Encoding\ref\netstandard1.3\System.Text.Encoding.dll @@ -1242,7 +1332,7 @@ - + ..\..\packages\System.Text.Encoding.Extensions\ref\netstandard1.3\System.Text.Encoding.Extensions.dll @@ -1253,11 +1343,11 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll - False + ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll + True True @@ -1280,31 +1370,22 @@ - + - ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.6\System.Text.RegularExpressions.dll - False + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll + True True - + - ..\..\packages\System.Threading\ref\netstandard1.0\System.Threading.dll - False - True - - - - - - - ..\..\packages\System.Threading\ref\netstandard1.3\System.Threading.dll - False + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll + True True @@ -1320,7 +1401,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.3\System.Threading.Tasks.dll @@ -1331,7 +1412,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -1342,84 +1423,106 @@ - + - - ..\..\packages\System.Threading.Timer\ref\netstandard1.2\System.Threading.Timer.dll - False + + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll + True True - + - + + ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True True - + - - ..\..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll - False + + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True True - + + + + + + + + ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True True - + - - ..\..\packages\System.Xml.ReaderWriter\ref\netstandard1.0\System.Xml.ReaderWriter.dll - False + + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + + True - + + + True + - ..\..\packages\System.Xml.ReaderWriter\ref\netstandard1.3\System.Xml.ReaderWriter.dll - False + ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll + True True - - - + - + + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll + True True - + + + - - ..\..\packages\System.Xml.XDocument\ref\netstandard1.0\System.Xml.XDocument.dll - False + True - + - ..\..\packages\System.Xml.XDocument\ref\netstandard1.3\System.Xml.XDocument.dll - False + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll + True True - + ..\..\packages\xunit.abstractions\lib\net35\xunit.abstractions.dll @@ -1428,7 +1531,7 @@ - + ..\..\packages\xunit.abstractions\lib\netstandard1.0\xunit.abstractions.dll @@ -1439,10 +1542,10 @@ - + - ..\..\packages\xunit.assert\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll + ..\..\packages\xunit.assert\lib\netstandard1.1\xunit.assert.dll True True @@ -1450,7 +1553,7 @@ - + ..\..\packages\xunit.extensibility.core\lib\netstandard1.1\xunit.core.dll @@ -1461,7 +1564,7 @@ - + ..\..\packages\xunit.extensibility.execution\lib\net452\xunit.execution.desktop.dll @@ -1470,7 +1573,7 @@ - + ..\..\packages\xunit.extensibility.execution\lib\netstandard1.1\xunit.execution.dotnet.dll @@ -1480,27 +1583,4 @@ - - - - - - - - - - - - - True - - - - - - OpenTK - {a37a7e14-0000-0000-0000-000000000000} - True - - \ No newline at end of file -- 2.7.4