[READ-ONLY] Mirror of https://github.com/kristianbinau/grundl-ggendeProgrammering. First school project
0

Configure Feed

Select the types of activity you want to include in your feed.

Upload files

authored by

kristianbinau and committed by
GitHub
(Aug 9, 2019, 8:56 AM +0200) 597699b2

+4104
+8
HelloWorld/HelloWorld/HelloWorld.csproj
··· 1 + <Project Sdk="Microsoft.NET.Sdk"> 2 + 3 + <PropertyGroup> 4 + <OutputType>Exe</OutputType> 5 + <TargetFramework>netcoreapp2.1</TargetFramework> 6 + </PropertyGroup> 7 + 8 + </Project>
+23
HelloWorld/HelloWorld/bin/Debug/netcoreapp2.1/HelloWorld.deps.json
··· 1 + { 2 + "runtimeTarget": { 3 + "name": ".NETCoreApp,Version=v2.1", 4 + "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" 5 + }, 6 + "compilationOptions": {}, 7 + "targets": { 8 + ".NETCoreApp,Version=v2.1": { 9 + "HelloWorld/1.0.0": { 10 + "runtime": { 11 + "HelloWorld.dll": {} 12 + } 13 + } 14 + } 15 + }, 16 + "libraries": { 17 + "HelloWorld/1.0.0": { 18 + "type": "project", 19 + "serviceable": false, 20 + "sha512": "" 21 + } 22 + } 23 + }
HelloWorld/HelloWorld/bin/Debug/netcoreapp2.1/HelloWorld.dll

This is a binary file and will not be displayed.

HelloWorld/HelloWorld/bin/Debug/netcoreapp2.1/HelloWorld.pdb

This is a binary file and will not be displayed.

+9
HelloWorld/HelloWorld/bin/Debug/netcoreapp2.1/HelloWorld.runtimeconfig.dev.json
··· 1 + { 2 + "runtimeOptions": { 3 + "additionalProbingPaths": [ 4 + "C:\\Users\\Kristian Binau\\.dotnet\\store\\|arch|\\|tfm|", 5 + "C:\\Users\\Kristian Binau\\.nuget\\packages", 6 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 7 + ] 8 + } 9 + }
+9
HelloWorld/HelloWorld/bin/Debug/netcoreapp2.1/HelloWorld.runtimeconfig.json
··· 1 + { 2 + "runtimeOptions": { 3 + "tfm": "netcoreapp2.1", 4 + "framework": { 5 + "name": "Microsoft.NETCore.App", 6 + "version": "2.1.0" 7 + } 8 + } 9 + }
+23
HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.AssemblyInfo.cs
··· 1 + //------------------------------------------------------------------------------ 2 + // <auto-generated> 3 + // This code was generated by a tool. 4 + // Runtime Version:4.0.30319.42000 5 + // 6 + // Changes to this file may cause incorrect behavior and will be lost if 7 + // the code is regenerated. 8 + // </auto-generated> 9 + //------------------------------------------------------------------------------ 10 + 11 + using System; 12 + using System.Reflection; 13 + 14 + [assembly: System.Reflection.AssemblyCompanyAttribute("HelloWorld")] 15 + [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 16 + [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 17 + [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 18 + [assembly: System.Reflection.AssemblyProductAttribute("HelloWorld")] 19 + [assembly: System.Reflection.AssemblyTitleAttribute("HelloWorld")] 20 + [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 21 + 22 + // Generated by the MSBuild WriteCodeFragment class. 23 +
+1
HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.AssemblyInfoInputs.cache
··· 1 + 0540212110c8e74e5d547a00e6fd06c3cf4fc6cb
HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.assets.cache

This is a binary file and will not be displayed.

+1
HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.csproj.CoreCompileInputs.cache
··· 1 + 2bf562dab5164f944e30c31c8421d3966f3de30b
+11
HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.csproj.FileListAbsolute.txt
··· 1 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\bin\Debug\netcoreapp2.1\HelloWorld.deps.json 2 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\bin\Debug\netcoreapp2.1\HelloWorld.runtimeconfig.json 3 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\bin\Debug\netcoreapp2.1\HelloWorld.runtimeconfig.dev.json 4 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\bin\Debug\netcoreapp2.1\HelloWorld.dll 5 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\bin\Debug\netcoreapp2.1\HelloWorld.pdb 6 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\obj\Debug\netcoreapp2.1\HelloWorld.csprojAssemblyReference.cache 7 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\obj\Debug\netcoreapp2.1\HelloWorld.csproj.CoreCompileInputs.cache 8 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\obj\Debug\netcoreapp2.1\HelloWorld.AssemblyInfoInputs.cache 9 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\obj\Debug\netcoreapp2.1\HelloWorld.AssemblyInfo.cs 10 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\obj\Debug\netcoreapp2.1\HelloWorld.dll 11 + C:\Users\Kristian Binau\source\repos\HelloWorld\HelloWorld\obj\Debug\netcoreapp2.1\HelloWorld.pdb
HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.csprojAssemblyReference.cache

This is a binary file and will not be displayed.

HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.dll

This is a binary file and will not be displayed.

HelloWorld/HelloWorld/obj/Debug/netcoreapp2.1/HelloWorld.pdb

This is a binary file and will not be displayed.

+5
HelloWorld/HelloWorld/obj/HelloWorld.csproj.nuget.cache
··· 1 + { 2 + "version": 1, 3 + "dgSpecHash": "bjJ3WxrruRnpXcvUWoAsEvH5wkvJ6WUFLwQh3q944fFIxBcwJ/8mjcvNMCtSDn0NcmJGmkNun3rprFQfd4hCnw==", 4 + "success": true 5 + }
+59
HelloWorld/HelloWorld/obj/HelloWorld.csproj.nuget.dgspec.json
··· 1 + { 2 + "format": 1, 3 + "restore": { 4 + "C:\\Users\\Kristian Binau\\source\\repos\\HelloWorld\\HelloWorld\\HelloWorld.csproj": {} 5 + }, 6 + "projects": { 7 + "C:\\Users\\Kristian Binau\\source\\repos\\HelloWorld\\HelloWorld\\HelloWorld.csproj": { 8 + "version": "1.0.0", 9 + "restore": { 10 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\HelloWorld\\HelloWorld\\HelloWorld.csproj", 11 + "projectName": "HelloWorld", 12 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\HelloWorld\\HelloWorld\\HelloWorld.csproj", 13 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 14 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\HelloWorld\\HelloWorld\\obj\\", 15 + "projectStyle": "PackageReference", 16 + "fallbackFolders": [ 17 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 18 + ], 19 + "configFilePaths": [ 20 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 21 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 22 + ], 23 + "originalTargetFrameworks": [ 24 + "netcoreapp2.1" 25 + ], 26 + "sources": { 27 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 28 + "https://api.nuget.org/v3/index.json": {} 29 + }, 30 + "frameworks": { 31 + "netcoreapp2.1": { 32 + "projectReferences": {} 33 + } 34 + }, 35 + "warningProperties": { 36 + "warnAsError": [ 37 + "NU1605" 38 + ] 39 + } 40 + }, 41 + "frameworks": { 42 + "netcoreapp2.1": { 43 + "dependencies": { 44 + "Microsoft.NETCore.App": { 45 + "target": "Package", 46 + "version": "[2.1.0, )", 47 + "autoReferenced": true 48 + } 49 + }, 50 + "imports": [ 51 + "net461" 52 + ], 53 + "assetTargetFallback": true, 54 + "warn": true 55 + } 56 + } 57 + } 58 + } 59 + }
+25
lommeregner/lommeregner.sln
··· 1 +  2 + Microsoft Visual Studio Solution File, Format Version 12.00 3 + # Visual Studio Version 16 4 + VisualStudioVersion = 16.0.29123.88 5 + MinimumVisualStudioVersion = 10.0.40219.1 6 + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lommeregner", "lommeregner\lommeregner.csproj", "{2BE98B5F-A4D5-4140-A15D-549BEDD4AB6A}" 7 + EndProject 8 + Global 9 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 + Debug|Any CPU = Debug|Any CPU 11 + Release|Any CPU = Release|Any CPU 12 + EndGlobalSection 13 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 + {2BE98B5F-A4D5-4140-A15D-549BEDD4AB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 + {2BE98B5F-A4D5-4140-A15D-549BEDD4AB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 + {2BE98B5F-A4D5-4140-A15D-549BEDD4AB6A}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 + {2BE98B5F-A4D5-4140-A15D-549BEDD4AB6A}.Release|Any CPU.Build.0 = Release|Any CPU 18 + EndGlobalSection 19 + GlobalSection(SolutionProperties) = preSolution 20 + HideSolutionNode = FALSE 21 + EndGlobalSection 22 + GlobalSection(ExtensibilityGlobals) = postSolution 23 + SolutionGuid = {A188D4D2-019F-43D7-BCFC-D9B3AC0F0B27} 24 + EndGlobalSection 25 + EndGlobal
+77
lommeregner/lommeregner/Program.cs
··· 1 + using System; 2 + 3 + namespace lommeregner 4 + { 5 + class Program 6 + { 7 + static void Main(string[] args) 8 + { 9 + int num0; 10 + int num1; 11 + string stringOperation; 12 + int operation = ' '; 13 + int output =' '; 14 + int done = 1; 15 + 16 + while (done == 1) 17 + { 18 + Console.WriteLine("LOMMEREGNER"); 19 + Console.WriteLine("Instast det første tal: "); 20 + num0 = int.Parse(Console.ReadLine()); 21 + Console.WriteLine("Instast det andet tal: "); 22 + num1 = int.Parse(Console.ReadLine()); 23 + Console.WriteLine("Instast operatoren: "); 24 + stringOperation = Console.ReadLine(); 25 + 26 + if (stringOperation == "+" || stringOperation == "addition") 27 + { 28 + operation = 1; 29 + } 30 + else if (stringOperation == "-" || stringOperation == "soustraction") 31 + { 32 + operation = 2; 33 + } 34 + else if (stringOperation == "*" || stringOperation == "multiplication") 35 + { 36 + operation = 3; 37 + } 38 + else if (stringOperation == "/" || stringOperation == "division") 39 + { 40 + operation = 4; 41 + } 42 + else if (stringOperation == "%" || stringOperation == "reste") 43 + { 44 + operation = 5; 45 + } 46 + 47 + switch (operation) 48 + { 49 + case 1: 50 + output = num0 + num1; 51 + break; 52 + 53 + case 2: 54 + output = num0 - num1; 55 + break; 56 + 57 + case 3: 58 + output = num0 * num1; 59 + break; 60 + 61 + case 4: 62 + output = num0 / num1; 63 + break; 64 + 65 + case 5: 66 + output = num0 % num1; 67 + break; 68 + } 69 + Console.WriteLine("\nResult of " + num0 + " " + stringOperation + " " + num1 + " = " + output + "."); 70 + Console.WriteLine(" "); 71 + Console.WriteLine("Press ENTER"); 72 + Console.WriteLine(" "); 73 + Console.ReadKey(); 74 + } 75 + } 76 + } 77 + }
+23
lommeregner/lommeregner/bin/Debug/netcoreapp2.1/lommeregner.deps.json
··· 1 + { 2 + "runtimeTarget": { 3 + "name": ".NETCoreApp,Version=v2.1", 4 + "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" 5 + }, 6 + "compilationOptions": {}, 7 + "targets": { 8 + ".NETCoreApp,Version=v2.1": { 9 + "lommeregner/1.0.0": { 10 + "runtime": { 11 + "lommeregner.dll": {} 12 + } 13 + } 14 + } 15 + }, 16 + "libraries": { 17 + "lommeregner/1.0.0": { 18 + "type": "project", 19 + "serviceable": false, 20 + "sha512": "" 21 + } 22 + } 23 + }
lommeregner/lommeregner/bin/Debug/netcoreapp2.1/lommeregner.dll

This is a binary file and will not be displayed.

lommeregner/lommeregner/bin/Debug/netcoreapp2.1/lommeregner.pdb

This is a binary file and will not be displayed.

+9
lommeregner/lommeregner/bin/Debug/netcoreapp2.1/lommeregner.runtimeconfig.dev.json
··· 1 + { 2 + "runtimeOptions": { 3 + "additionalProbingPaths": [ 4 + "C:\\Users\\Kristian Binau\\.dotnet\\store\\|arch|\\|tfm|", 5 + "C:\\Users\\Kristian Binau\\.nuget\\packages", 6 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 7 + ] 8 + } 9 + }
+9
lommeregner/lommeregner/bin/Debug/netcoreapp2.1/lommeregner.runtimeconfig.json
··· 1 + { 2 + "runtimeOptions": { 3 + "tfm": "netcoreapp2.1", 4 + "framework": { 5 + "name": "Microsoft.NETCore.App", 6 + "version": "2.1.0" 7 + } 8 + } 9 + }
+8
lommeregner/lommeregner/lommeregner.csproj
··· 1 + <Project Sdk="Microsoft.NET.Sdk"> 2 + 3 + <PropertyGroup> 4 + <OutputType>Exe</OutputType> 5 + <TargetFramework>netcoreapp2.1</TargetFramework> 6 + </PropertyGroup> 7 + 8 + </Project>
+23
lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.AssemblyInfo.cs
··· 1 + //------------------------------------------------------------------------------ 2 + // <auto-generated> 3 + // This code was generated by a tool. 4 + // Runtime Version:4.0.30319.42000 5 + // 6 + // Changes to this file may cause incorrect behavior and will be lost if 7 + // the code is regenerated. 8 + // </auto-generated> 9 + //------------------------------------------------------------------------------ 10 + 11 + using System; 12 + using System.Reflection; 13 + 14 + [assembly: System.Reflection.AssemblyCompanyAttribute("lommeregner")] 15 + [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 16 + [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 17 + [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 18 + [assembly: System.Reflection.AssemblyProductAttribute("lommeregner")] 19 + [assembly: System.Reflection.AssemblyTitleAttribute("lommeregner")] 20 + [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 21 + 22 + // Generated by the MSBuild WriteCodeFragment class. 23 +
+1
lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.AssemblyInfoInputs.cache
··· 1 + e36c5c1431a405f24baeb486aad933745788b44d
lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.assets.cache

This is a binary file and will not be displayed.

+1
lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.csproj.CoreCompileInputs.cache
··· 1 + 2bf562dab5164f944e30c31c8421d3966f3de30b
+11
lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.csproj.FileListAbsolute.txt
··· 1 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\obj\Debug\netcoreapp2.1\lommeregner.csprojAssemblyReference.cache 2 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\obj\Debug\netcoreapp2.1\lommeregner.csproj.CoreCompileInputs.cache 3 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\obj\Debug\netcoreapp2.1\lommeregner.AssemblyInfoInputs.cache 4 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\obj\Debug\netcoreapp2.1\lommeregner.AssemblyInfo.cs 5 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\bin\Debug\netcoreapp2.1\lommeregner.deps.json 6 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\bin\Debug\netcoreapp2.1\lommeregner.runtimeconfig.json 7 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\bin\Debug\netcoreapp2.1\lommeregner.runtimeconfig.dev.json 8 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\bin\Debug\netcoreapp2.1\lommeregner.dll 9 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\bin\Debug\netcoreapp2.1\lommeregner.pdb 10 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\obj\Debug\netcoreapp2.1\lommeregner.dll 11 + C:\Users\Kristian Binau\source\repos\lommeregner\lommeregner\obj\Debug\netcoreapp2.1\lommeregner.pdb
lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.csprojAssemblyReference.cache

This is a binary file and will not be displayed.

lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.dll

This is a binary file and will not be displayed.

lommeregner/lommeregner/obj/Debug/netcoreapp2.1/lommeregner.pdb

This is a binary file and will not be displayed.

+5
lommeregner/lommeregner/obj/lommeregner.csproj.nuget.cache
··· 1 + { 2 + "version": 1, 3 + "dgSpecHash": "sPicYoYJXgc0S08S7QA1HLghnP+fIWXo0/izmFb6ZwpGK2ODZ0o/81b3LiVJ1BD42CB9MbelRzT2iPMSZD0J1Q==", 4 + "success": true 5 + }
+59
lommeregner/lommeregner/obj/lommeregner.csproj.nuget.dgspec.json
··· 1 + { 2 + "format": 1, 3 + "restore": { 4 + "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\lommeregner.csproj": {} 5 + }, 6 + "projects": { 7 + "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\lommeregner.csproj": { 8 + "version": "1.0.0", 9 + "restore": { 10 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\lommeregner.csproj", 11 + "projectName": "lommeregner", 12 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\lommeregner.csproj", 13 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 14 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\obj\\", 15 + "projectStyle": "PackageReference", 16 + "fallbackFolders": [ 17 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 18 + ], 19 + "configFilePaths": [ 20 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 21 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 22 + ], 23 + "originalTargetFrameworks": [ 24 + "netcoreapp2.1" 25 + ], 26 + "sources": { 27 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 28 + "https://api.nuget.org/v3/index.json": {} 29 + }, 30 + "frameworks": { 31 + "netcoreapp2.1": { 32 + "projectReferences": {} 33 + } 34 + }, 35 + "warningProperties": { 36 + "warnAsError": [ 37 + "NU1605" 38 + ] 39 + } 40 + }, 41 + "frameworks": { 42 + "netcoreapp2.1": { 43 + "dependencies": { 44 + "Microsoft.NETCore.App": { 45 + "target": "Package", 46 + "version": "[2.1.0, )", 47 + "autoReferenced": true 48 + } 49 + }, 50 + "imports": [ 51 + "net461" 52 + ], 53 + "assetTargetFallback": true, 54 + "warn": true 55 + } 56 + } 57 + } 58 + } 59 + }
+18
lommeregner/lommeregner/obj/lommeregner.csproj.nuget.g.props
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 4 + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> 5 + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> 6 + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> 7 + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> 8 + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Kristian Binau\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> 9 + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> 10 + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.2.0</NuGetToolVersion> 11 + </PropertyGroup> 12 + <PropertyGroup> 13 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 14 + </PropertyGroup> 15 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 16 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props')" /> 17 + </ImportGroup> 18 + </Project>
+10
lommeregner/lommeregner/obj/lommeregner.csproj.nuget.g.targets
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup> 4 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 5 + </PropertyGroup> 6 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 7 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> 8 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets')" /> 9 + </ImportGroup> 10 + </Project>
+745
lommeregner/lommeregner/obj/project.assets.json
··· 1 + { 2 + "version": 3, 3 + "targets": { 4 + ".NETCoreApp,Version=v2.1": { 5 + "Microsoft.NETCore.App/2.1.0": { 6 + "type": "package", 7 + "dependencies": { 8 + "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", 9 + "Microsoft.NETCore.Platforms": "2.1.0", 10 + "Microsoft.NETCore.Targets": "2.1.0", 11 + "NETStandard.Library": "2.0.3" 12 + }, 13 + "compile": { 14 + "ref/netcoreapp2.1/Microsoft.CSharp.dll": {}, 15 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": {}, 16 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {}, 17 + "ref/netcoreapp2.1/System.AppContext.dll": {}, 18 + "ref/netcoreapp2.1/System.Buffers.dll": {}, 19 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll": {}, 20 + "ref/netcoreapp2.1/System.Collections.Immutable.dll": {}, 21 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": {}, 22 + "ref/netcoreapp2.1/System.Collections.Specialized.dll": {}, 23 + "ref/netcoreapp2.1/System.Collections.dll": {}, 24 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": {}, 25 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, 26 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {}, 27 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": {}, 28 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {}, 29 + "ref/netcoreapp2.1/System.ComponentModel.dll": {}, 30 + "ref/netcoreapp2.1/System.Configuration.dll": {}, 31 + "ref/netcoreapp2.1/System.Console.dll": {}, 32 + "ref/netcoreapp2.1/System.Core.dll": {}, 33 + "ref/netcoreapp2.1/System.Data.Common.dll": {}, 34 + "ref/netcoreapp2.1/System.Data.dll": {}, 35 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": {}, 36 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": {}, 37 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {}, 38 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {}, 39 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll": {}, 40 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {}, 41 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {}, 42 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": {}, 43 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {}, 44 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": {}, 45 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll": {}, 46 + "ref/netcoreapp2.1/System.Drawing.dll": {}, 47 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, 48 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, 49 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, 50 + "ref/netcoreapp2.1/System.Globalization.dll": {}, 51 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, 52 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, 53 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {}, 54 + "ref/netcoreapp2.1/System.IO.Compression.dll": {}, 55 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {}, 56 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, 57 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {}, 58 + "ref/netcoreapp2.1/System.IO.FileSystem.dll": {}, 59 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": {}, 60 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {}, 61 + "ref/netcoreapp2.1/System.IO.Pipes.dll": {}, 62 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, 63 + "ref/netcoreapp2.1/System.IO.dll": {}, 64 + "ref/netcoreapp2.1/System.Linq.Expressions.dll": {}, 65 + "ref/netcoreapp2.1/System.Linq.Parallel.dll": {}, 66 + "ref/netcoreapp2.1/System.Linq.Queryable.dll": {}, 67 + "ref/netcoreapp2.1/System.Linq.dll": {}, 68 + "ref/netcoreapp2.1/System.Memory.dll": {}, 69 + "ref/netcoreapp2.1/System.Net.Http.dll": {}, 70 + "ref/netcoreapp2.1/System.Net.HttpListener.dll": {}, 71 + "ref/netcoreapp2.1/System.Net.Mail.dll": {}, 72 + "ref/netcoreapp2.1/System.Net.NameResolution.dll": {}, 73 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": {}, 74 + "ref/netcoreapp2.1/System.Net.Ping.dll": {}, 75 + "ref/netcoreapp2.1/System.Net.Primitives.dll": {}, 76 + "ref/netcoreapp2.1/System.Net.Requests.dll": {}, 77 + "ref/netcoreapp2.1/System.Net.Security.dll": {}, 78 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll": {}, 79 + "ref/netcoreapp2.1/System.Net.Sockets.dll": {}, 80 + "ref/netcoreapp2.1/System.Net.WebClient.dll": {}, 81 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {}, 82 + "ref/netcoreapp2.1/System.Net.WebProxy.dll": {}, 83 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": {}, 84 + "ref/netcoreapp2.1/System.Net.WebSockets.dll": {}, 85 + "ref/netcoreapp2.1/System.Net.dll": {}, 86 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll": {}, 87 + "ref/netcoreapp2.1/System.Numerics.dll": {}, 88 + "ref/netcoreapp2.1/System.ObjectModel.dll": {}, 89 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {}, 90 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {}, 91 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {}, 92 + "ref/netcoreapp2.1/System.Reflection.Emit.dll": {}, 93 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, 94 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll": {}, 95 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll": {}, 96 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {}, 97 + "ref/netcoreapp2.1/System.Reflection.dll": {}, 98 + "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, 99 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": {}, 100 + "ref/netcoreapp2.1/System.Resources.Writer.dll": {}, 101 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {}, 102 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll": {}, 103 + "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, 104 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}, 105 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {}, 106 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": {}, 107 + "ref/netcoreapp2.1/System.Runtime.Loader.dll": {}, 108 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll": {}, 109 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {}, 110 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {}, 111 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {}, 112 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {}, 113 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll": {}, 114 + "ref/netcoreapp2.1/System.Runtime.dll": {}, 115 + "ref/netcoreapp2.1/System.Security.Claims.dll": {}, 116 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {}, 117 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {}, 118 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {}, 119 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {}, 120 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {}, 121 + "ref/netcoreapp2.1/System.Security.Principal.dll": {}, 122 + "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, 123 + "ref/netcoreapp2.1/System.Security.dll": {}, 124 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, 125 + "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, 126 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {}, 127 + "ref/netcoreapp2.1/System.Text.Encoding.dll": {}, 128 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": {}, 129 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll": {}, 130 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {}, 131 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {}, 132 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {}, 133 + "ref/netcoreapp2.1/System.Threading.Tasks.dll": {}, 134 + "ref/netcoreapp2.1/System.Threading.Thread.dll": {}, 135 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": {}, 136 + "ref/netcoreapp2.1/System.Threading.Timer.dll": {}, 137 + "ref/netcoreapp2.1/System.Threading.dll": {}, 138 + "ref/netcoreapp2.1/System.Transactions.Local.dll": {}, 139 + "ref/netcoreapp2.1/System.Transactions.dll": {}, 140 + "ref/netcoreapp2.1/System.ValueTuple.dll": {}, 141 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll": {}, 142 + "ref/netcoreapp2.1/System.Web.dll": {}, 143 + "ref/netcoreapp2.1/System.Windows.dll": {}, 144 + "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, 145 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": {}, 146 + "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, 147 + "ref/netcoreapp2.1/System.Xml.XDocument.dll": {}, 148 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {}, 149 + "ref/netcoreapp2.1/System.Xml.XPath.dll": {}, 150 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, 151 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": {}, 152 + "ref/netcoreapp2.1/System.Xml.dll": {}, 153 + "ref/netcoreapp2.1/System.dll": {}, 154 + "ref/netcoreapp2.1/WindowsBase.dll": {}, 155 + "ref/netcoreapp2.1/mscorlib.dll": {}, 156 + "ref/netcoreapp2.1/netstandard.dll": {} 157 + }, 158 + "build": { 159 + "build/netcoreapp2.1/Microsoft.NETCore.App.props": {}, 160 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets": {} 161 + } 162 + }, 163 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 164 + "type": "package" 165 + }, 166 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 167 + "type": "package", 168 + "dependencies": { 169 + "Microsoft.NETCore.DotNetHostResolver": "2.1.0" 170 + } 171 + }, 172 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 173 + "type": "package", 174 + "dependencies": { 175 + "Microsoft.NETCore.DotNetAppHost": "2.1.0" 176 + } 177 + }, 178 + "Microsoft.NETCore.Platforms/2.1.0": { 179 + "type": "package", 180 + "compile": { 181 + "lib/netstandard1.0/_._": {} 182 + }, 183 + "runtime": { 184 + "lib/netstandard1.0/_._": {} 185 + } 186 + }, 187 + "Microsoft.NETCore.Targets/2.1.0": { 188 + "type": "package", 189 + "compile": { 190 + "lib/netstandard1.0/_._": {} 191 + }, 192 + "runtime": { 193 + "lib/netstandard1.0/_._": {} 194 + } 195 + }, 196 + "NETStandard.Library/2.0.3": { 197 + "type": "package", 198 + "dependencies": { 199 + "Microsoft.NETCore.Platforms": "1.1.0" 200 + }, 201 + "compile": { 202 + "lib/netstandard1.0/_._": {} 203 + }, 204 + "runtime": { 205 + "lib/netstandard1.0/_._": {} 206 + }, 207 + "build": { 208 + "build/netstandard2.0/NETStandard.Library.targets": {} 209 + } 210 + } 211 + } 212 + }, 213 + "libraries": { 214 + "Microsoft.NETCore.App/2.1.0": { 215 + "sha512": "JNHhG+j5eIhG26+H721IDmwswGUznTwwSuJMFe/08h0X2YarHvA15sVAvUkA/2Sp3W0ENNm48t+J7KTPRqEpfA==", 216 + "type": "package", 217 + "path": "microsoft.netcore.app/2.1.0", 218 + "files": [ 219 + ".nupkg.metadata", 220 + ".signature.p7s", 221 + "LICENSE.TXT", 222 + "Microsoft.NETCore.App.versions.txt", 223 + "THIRD-PARTY-NOTICES.TXT", 224 + "build/netcoreapp2.1/Microsoft.NETCore.App.PlatformManifest.txt", 225 + "build/netcoreapp2.1/Microsoft.NETCore.App.props", 226 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets", 227 + "microsoft.netcore.app.2.1.0.nupkg.sha512", 228 + "microsoft.netcore.app.nuspec", 229 + "ref/netcoreapp/_._", 230 + "ref/netcoreapp2.1/Microsoft.CSharp.dll", 231 + "ref/netcoreapp2.1/Microsoft.CSharp.xml", 232 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll", 233 + "ref/netcoreapp2.1/Microsoft.VisualBasic.xml", 234 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll", 235 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.xml", 236 + "ref/netcoreapp2.1/System.AppContext.dll", 237 + "ref/netcoreapp2.1/System.Buffers.dll", 238 + "ref/netcoreapp2.1/System.Buffers.xml", 239 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll", 240 + "ref/netcoreapp2.1/System.Collections.Concurrent.xml", 241 + "ref/netcoreapp2.1/System.Collections.Immutable.dll", 242 + "ref/netcoreapp2.1/System.Collections.Immutable.xml", 243 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll", 244 + "ref/netcoreapp2.1/System.Collections.NonGeneric.xml", 245 + "ref/netcoreapp2.1/System.Collections.Specialized.dll", 246 + "ref/netcoreapp2.1/System.Collections.Specialized.xml", 247 + "ref/netcoreapp2.1/System.Collections.dll", 248 + "ref/netcoreapp2.1/System.Collections.xml", 249 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll", 250 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.xml", 251 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll", 252 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll", 253 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.xml", 254 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll", 255 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.xml", 256 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll", 257 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.xml", 258 + "ref/netcoreapp2.1/System.ComponentModel.dll", 259 + "ref/netcoreapp2.1/System.ComponentModel.xml", 260 + "ref/netcoreapp2.1/System.Configuration.dll", 261 + "ref/netcoreapp2.1/System.Console.dll", 262 + "ref/netcoreapp2.1/System.Console.xml", 263 + "ref/netcoreapp2.1/System.Core.dll", 264 + "ref/netcoreapp2.1/System.Data.Common.dll", 265 + "ref/netcoreapp2.1/System.Data.Common.xml", 266 + "ref/netcoreapp2.1/System.Data.dll", 267 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll", 268 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.xml", 269 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll", 270 + "ref/netcoreapp2.1/System.Diagnostics.Debug.xml", 271 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll", 272 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.xml", 273 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll", 274 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.xml", 275 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll", 276 + "ref/netcoreapp2.1/System.Diagnostics.Process.xml", 277 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll", 278 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.xml", 279 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll", 280 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.xml", 281 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll", 282 + "ref/netcoreapp2.1/System.Diagnostics.Tools.xml", 283 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll", 284 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.xml", 285 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll", 286 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.xml", 287 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll", 288 + "ref/netcoreapp2.1/System.Drawing.Primitives.xml", 289 + "ref/netcoreapp2.1/System.Drawing.dll", 290 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll", 291 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll", 292 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll", 293 + "ref/netcoreapp2.1/System.Globalization.dll", 294 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll", 295 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll", 296 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll", 297 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.xml", 298 + "ref/netcoreapp2.1/System.IO.Compression.dll", 299 + "ref/netcoreapp2.1/System.IO.Compression.xml", 300 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll", 301 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.xml", 302 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll", 303 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll", 304 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.xml", 305 + "ref/netcoreapp2.1/System.IO.FileSystem.dll", 306 + "ref/netcoreapp2.1/System.IO.FileSystem.xml", 307 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll", 308 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.xml", 309 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll", 310 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.xml", 311 + "ref/netcoreapp2.1/System.IO.Pipes.dll", 312 + "ref/netcoreapp2.1/System.IO.Pipes.xml", 313 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll", 314 + "ref/netcoreapp2.1/System.IO.dll", 315 + "ref/netcoreapp2.1/System.Linq.Expressions.dll", 316 + "ref/netcoreapp2.1/System.Linq.Expressions.xml", 317 + "ref/netcoreapp2.1/System.Linq.Parallel.dll", 318 + "ref/netcoreapp2.1/System.Linq.Parallel.xml", 319 + "ref/netcoreapp2.1/System.Linq.Queryable.dll", 320 + "ref/netcoreapp2.1/System.Linq.Queryable.xml", 321 + "ref/netcoreapp2.1/System.Linq.dll", 322 + "ref/netcoreapp2.1/System.Linq.xml", 323 + "ref/netcoreapp2.1/System.Memory.dll", 324 + "ref/netcoreapp2.1/System.Memory.xml", 325 + "ref/netcoreapp2.1/System.Net.Http.dll", 326 + "ref/netcoreapp2.1/System.Net.Http.xml", 327 + "ref/netcoreapp2.1/System.Net.HttpListener.dll", 328 + "ref/netcoreapp2.1/System.Net.HttpListener.xml", 329 + "ref/netcoreapp2.1/System.Net.Mail.dll", 330 + "ref/netcoreapp2.1/System.Net.Mail.xml", 331 + "ref/netcoreapp2.1/System.Net.NameResolution.dll", 332 + "ref/netcoreapp2.1/System.Net.NameResolution.xml", 333 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll", 334 + "ref/netcoreapp2.1/System.Net.NetworkInformation.xml", 335 + "ref/netcoreapp2.1/System.Net.Ping.dll", 336 + "ref/netcoreapp2.1/System.Net.Ping.xml", 337 + "ref/netcoreapp2.1/System.Net.Primitives.dll", 338 + "ref/netcoreapp2.1/System.Net.Primitives.xml", 339 + "ref/netcoreapp2.1/System.Net.Requests.dll", 340 + "ref/netcoreapp2.1/System.Net.Requests.xml", 341 + "ref/netcoreapp2.1/System.Net.Security.dll", 342 + "ref/netcoreapp2.1/System.Net.Security.xml", 343 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll", 344 + "ref/netcoreapp2.1/System.Net.ServicePoint.xml", 345 + "ref/netcoreapp2.1/System.Net.Sockets.dll", 346 + "ref/netcoreapp2.1/System.Net.Sockets.xml", 347 + "ref/netcoreapp2.1/System.Net.WebClient.dll", 348 + "ref/netcoreapp2.1/System.Net.WebClient.xml", 349 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll", 350 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.xml", 351 + "ref/netcoreapp2.1/System.Net.WebProxy.dll", 352 + "ref/netcoreapp2.1/System.Net.WebProxy.xml", 353 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll", 354 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.xml", 355 + "ref/netcoreapp2.1/System.Net.WebSockets.dll", 356 + "ref/netcoreapp2.1/System.Net.WebSockets.xml", 357 + "ref/netcoreapp2.1/System.Net.dll", 358 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll", 359 + "ref/netcoreapp2.1/System.Numerics.Vectors.xml", 360 + "ref/netcoreapp2.1/System.Numerics.dll", 361 + "ref/netcoreapp2.1/System.ObjectModel.dll", 362 + "ref/netcoreapp2.1/System.ObjectModel.xml", 363 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll", 364 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.xml", 365 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll", 366 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.xml", 367 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll", 368 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.xml", 369 + "ref/netcoreapp2.1/System.Reflection.Emit.dll", 370 + "ref/netcoreapp2.1/System.Reflection.Emit.xml", 371 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll", 372 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll", 373 + "ref/netcoreapp2.1/System.Reflection.Metadata.xml", 374 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll", 375 + "ref/netcoreapp2.1/System.Reflection.Primitives.xml", 376 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll", 377 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.xml", 378 + "ref/netcoreapp2.1/System.Reflection.dll", 379 + "ref/netcoreapp2.1/System.Resources.Reader.dll", 380 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll", 381 + "ref/netcoreapp2.1/System.Resources.ResourceManager.xml", 382 + "ref/netcoreapp2.1/System.Resources.Writer.dll", 383 + "ref/netcoreapp2.1/System.Resources.Writer.xml", 384 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll", 385 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.xml", 386 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll", 387 + "ref/netcoreapp2.1/System.Runtime.Extensions.xml", 388 + "ref/netcoreapp2.1/System.Runtime.Handles.dll", 389 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll", 390 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.xml", 391 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll", 392 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.xml", 393 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll", 394 + "ref/netcoreapp2.1/System.Runtime.InteropServices.xml", 395 + "ref/netcoreapp2.1/System.Runtime.Loader.dll", 396 + "ref/netcoreapp2.1/System.Runtime.Loader.xml", 397 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll", 398 + "ref/netcoreapp2.1/System.Runtime.Numerics.xml", 399 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll", 400 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.xml", 401 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll", 402 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.xml", 403 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll", 404 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.xml", 405 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll", 406 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.xml", 407 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll", 408 + "ref/netcoreapp2.1/System.Runtime.dll", 409 + "ref/netcoreapp2.1/System.Runtime.xml", 410 + "ref/netcoreapp2.1/System.Security.Claims.dll", 411 + "ref/netcoreapp2.1/System.Security.Claims.xml", 412 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll", 413 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.xml", 414 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll", 415 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.xml", 416 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll", 417 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.xml", 418 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll", 419 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.xml", 420 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll", 421 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.xml", 422 + "ref/netcoreapp2.1/System.Security.Principal.dll", 423 + "ref/netcoreapp2.1/System.Security.Principal.xml", 424 + "ref/netcoreapp2.1/System.Security.SecureString.dll", 425 + "ref/netcoreapp2.1/System.Security.dll", 426 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll", 427 + "ref/netcoreapp2.1/System.ServiceProcess.dll", 428 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll", 429 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.xml", 430 + "ref/netcoreapp2.1/System.Text.Encoding.dll", 431 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll", 432 + "ref/netcoreapp2.1/System.Text.RegularExpressions.xml", 433 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll", 434 + "ref/netcoreapp2.1/System.Threading.Overlapped.xml", 435 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll", 436 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.xml", 437 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll", 438 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.xml", 439 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll", 440 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.xml", 441 + "ref/netcoreapp2.1/System.Threading.Tasks.dll", 442 + "ref/netcoreapp2.1/System.Threading.Tasks.xml", 443 + "ref/netcoreapp2.1/System.Threading.Thread.dll", 444 + "ref/netcoreapp2.1/System.Threading.Thread.xml", 445 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll", 446 + "ref/netcoreapp2.1/System.Threading.ThreadPool.xml", 447 + "ref/netcoreapp2.1/System.Threading.Timer.dll", 448 + "ref/netcoreapp2.1/System.Threading.Timer.xml", 449 + "ref/netcoreapp2.1/System.Threading.dll", 450 + "ref/netcoreapp2.1/System.Threading.xml", 451 + "ref/netcoreapp2.1/System.Transactions.Local.dll", 452 + "ref/netcoreapp2.1/System.Transactions.Local.xml", 453 + "ref/netcoreapp2.1/System.Transactions.dll", 454 + "ref/netcoreapp2.1/System.ValueTuple.dll", 455 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll", 456 + "ref/netcoreapp2.1/System.Web.HttpUtility.xml", 457 + "ref/netcoreapp2.1/System.Web.dll", 458 + "ref/netcoreapp2.1/System.Windows.dll", 459 + "ref/netcoreapp2.1/System.Xml.Linq.dll", 460 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll", 461 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.xml", 462 + "ref/netcoreapp2.1/System.Xml.Serialization.dll", 463 + "ref/netcoreapp2.1/System.Xml.XDocument.dll", 464 + "ref/netcoreapp2.1/System.Xml.XDocument.xml", 465 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll", 466 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.xml", 467 + "ref/netcoreapp2.1/System.Xml.XPath.dll", 468 + "ref/netcoreapp2.1/System.Xml.XPath.xml", 469 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll", 470 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll", 471 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.xml", 472 + "ref/netcoreapp2.1/System.Xml.dll", 473 + "ref/netcoreapp2.1/System.dll", 474 + "ref/netcoreapp2.1/WindowsBase.dll", 475 + "ref/netcoreapp2.1/mscorlib.dll", 476 + "ref/netcoreapp2.1/netstandard.dll", 477 + "runtime.json" 478 + ] 479 + }, 480 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 481 + "sha512": "vMn8V3GOp/SPOG2oE8WxswzAWZ/GZmc8EPiB3vc2EZ6us14ehXhsvUFXndYopGNSjCa9OdqC6L6xStF1KyUZnw==", 482 + "type": "package", 483 + "path": "microsoft.netcore.dotnetapphost/2.1.0", 484 + "files": [ 485 + ".nupkg.metadata", 486 + ".signature.p7s", 487 + "LICENSE.TXT", 488 + "THIRD-PARTY-NOTICES.TXT", 489 + "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512", 490 + "microsoft.netcore.dotnetapphost.nuspec", 491 + "runtime.json" 492 + ] 493 + }, 494 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 495 + "sha512": "vBUwNihtLUVS2HhO6WocYfAktRmfFihm6JB8/sJ53caVW+AelvbnYpfiGzaZDpkWjN6vA3xzOKPu9Vu8Zz3p8Q==", 496 + "type": "package", 497 + "path": "microsoft.netcore.dotnethostpolicy/2.1.0", 498 + "files": [ 499 + ".nupkg.metadata", 500 + ".signature.p7s", 501 + "LICENSE.TXT", 502 + "THIRD-PARTY-NOTICES.TXT", 503 + "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512", 504 + "microsoft.netcore.dotnethostpolicy.nuspec", 505 + "runtime.json" 506 + ] 507 + }, 508 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 509 + "sha512": "o0PRql5qOHFEY3d1WvzE+T7cMFKtOsWLMg8L1oTeGNnI4u5AzOj8o6AdZT3y2GxFA1DAx7AQ9qZjpCO2/bgZRw==", 510 + "type": "package", 511 + "path": "microsoft.netcore.dotnethostresolver/2.1.0", 512 + "files": [ 513 + ".nupkg.metadata", 514 + ".signature.p7s", 515 + "LICENSE.TXT", 516 + "THIRD-PARTY-NOTICES.TXT", 517 + "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512", 518 + "microsoft.netcore.dotnethostresolver.nuspec", 519 + "runtime.json" 520 + ] 521 + }, 522 + "Microsoft.NETCore.Platforms/2.1.0": { 523 + "sha512": "ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==", 524 + "type": "package", 525 + "path": "microsoft.netcore.platforms/2.1.0", 526 + "files": [ 527 + ".nupkg.metadata", 528 + ".signature.p7s", 529 + "LICENSE.TXT", 530 + "THIRD-PARTY-NOTICES.TXT", 531 + "lib/netstandard1.0/_._", 532 + "microsoft.netcore.platforms.2.1.0.nupkg.sha512", 533 + "microsoft.netcore.platforms.nuspec", 534 + "runtime.json", 535 + "useSharedDesignerContext.txt", 536 + "version.txt" 537 + ] 538 + }, 539 + "Microsoft.NETCore.Targets/2.1.0": { 540 + "sha512": "x188gIZXOwFXkPXyGavEcPGcR6RGvjFOES2QzskN4gERZjWPN34qhRsZVMC0CLJfQLGSButarcgWxPPM4vmg0w==", 541 + "type": "package", 542 + "path": "microsoft.netcore.targets/2.1.0", 543 + "files": [ 544 + ".nupkg.metadata", 545 + ".signature.p7s", 546 + "LICENSE.TXT", 547 + "THIRD-PARTY-NOTICES.TXT", 548 + "lib/netstandard1.0/_._", 549 + "microsoft.netcore.targets.2.1.0.nupkg.sha512", 550 + "microsoft.netcore.targets.nuspec", 551 + "runtime.json", 552 + "useSharedDesignerContext.txt", 553 + "version.txt" 554 + ] 555 + }, 556 + "NETStandard.Library/2.0.3": { 557 + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", 558 + "type": "package", 559 + "path": "netstandard.library/2.0.3", 560 + "files": [ 561 + ".nupkg.metadata", 562 + "LICENSE.TXT", 563 + "THIRD-PARTY-NOTICES.TXT", 564 + "build/netstandard2.0/NETStandard.Library.targets", 565 + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", 566 + "build/netstandard2.0/ref/System.AppContext.dll", 567 + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", 568 + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", 569 + "build/netstandard2.0/ref/System.Collections.Specialized.dll", 570 + "build/netstandard2.0/ref/System.Collections.dll", 571 + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", 572 + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", 573 + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", 574 + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", 575 + "build/netstandard2.0/ref/System.ComponentModel.dll", 576 + "build/netstandard2.0/ref/System.Console.dll", 577 + "build/netstandard2.0/ref/System.Core.dll", 578 + "build/netstandard2.0/ref/System.Data.Common.dll", 579 + "build/netstandard2.0/ref/System.Data.dll", 580 + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", 581 + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", 582 + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", 583 + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", 584 + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", 585 + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", 586 + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", 587 + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", 588 + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", 589 + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", 590 + "build/netstandard2.0/ref/System.Drawing.dll", 591 + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", 592 + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", 593 + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", 594 + "build/netstandard2.0/ref/System.Globalization.dll", 595 + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", 596 + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", 597 + "build/netstandard2.0/ref/System.IO.Compression.dll", 598 + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", 599 + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", 600 + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", 601 + "build/netstandard2.0/ref/System.IO.FileSystem.dll", 602 + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", 603 + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", 604 + "build/netstandard2.0/ref/System.IO.Pipes.dll", 605 + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", 606 + "build/netstandard2.0/ref/System.IO.dll", 607 + "build/netstandard2.0/ref/System.Linq.Expressions.dll", 608 + "build/netstandard2.0/ref/System.Linq.Parallel.dll", 609 + "build/netstandard2.0/ref/System.Linq.Queryable.dll", 610 + "build/netstandard2.0/ref/System.Linq.dll", 611 + "build/netstandard2.0/ref/System.Net.Http.dll", 612 + "build/netstandard2.0/ref/System.Net.NameResolution.dll", 613 + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", 614 + "build/netstandard2.0/ref/System.Net.Ping.dll", 615 + "build/netstandard2.0/ref/System.Net.Primitives.dll", 616 + "build/netstandard2.0/ref/System.Net.Requests.dll", 617 + "build/netstandard2.0/ref/System.Net.Security.dll", 618 + "build/netstandard2.0/ref/System.Net.Sockets.dll", 619 + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", 620 + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", 621 + "build/netstandard2.0/ref/System.Net.WebSockets.dll", 622 + "build/netstandard2.0/ref/System.Net.dll", 623 + "build/netstandard2.0/ref/System.Numerics.dll", 624 + "build/netstandard2.0/ref/System.ObjectModel.dll", 625 + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", 626 + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", 627 + "build/netstandard2.0/ref/System.Reflection.dll", 628 + "build/netstandard2.0/ref/System.Resources.Reader.dll", 629 + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", 630 + "build/netstandard2.0/ref/System.Resources.Writer.dll", 631 + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", 632 + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", 633 + "build/netstandard2.0/ref/System.Runtime.Handles.dll", 634 + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", 635 + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", 636 + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", 637 + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", 638 + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", 639 + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", 640 + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", 641 + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", 642 + "build/netstandard2.0/ref/System.Runtime.dll", 643 + "build/netstandard2.0/ref/System.Security.Claims.dll", 644 + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", 645 + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", 646 + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", 647 + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", 648 + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", 649 + "build/netstandard2.0/ref/System.Security.Principal.dll", 650 + "build/netstandard2.0/ref/System.Security.SecureString.dll", 651 + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", 652 + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", 653 + "build/netstandard2.0/ref/System.Text.Encoding.dll", 654 + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", 655 + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", 656 + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", 657 + "build/netstandard2.0/ref/System.Threading.Tasks.dll", 658 + "build/netstandard2.0/ref/System.Threading.Thread.dll", 659 + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", 660 + "build/netstandard2.0/ref/System.Threading.Timer.dll", 661 + "build/netstandard2.0/ref/System.Threading.dll", 662 + "build/netstandard2.0/ref/System.Transactions.dll", 663 + "build/netstandard2.0/ref/System.ValueTuple.dll", 664 + "build/netstandard2.0/ref/System.Web.dll", 665 + "build/netstandard2.0/ref/System.Windows.dll", 666 + "build/netstandard2.0/ref/System.Xml.Linq.dll", 667 + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", 668 + "build/netstandard2.0/ref/System.Xml.Serialization.dll", 669 + "build/netstandard2.0/ref/System.Xml.XDocument.dll", 670 + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", 671 + "build/netstandard2.0/ref/System.Xml.XPath.dll", 672 + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", 673 + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", 674 + "build/netstandard2.0/ref/System.Xml.dll", 675 + "build/netstandard2.0/ref/System.dll", 676 + "build/netstandard2.0/ref/mscorlib.dll", 677 + "build/netstandard2.0/ref/netstandard.dll", 678 + "build/netstandard2.0/ref/netstandard.xml", 679 + "lib/netstandard1.0/_._", 680 + "netstandard.library.2.0.3.nupkg.sha512", 681 + "netstandard.library.nuspec" 682 + ] 683 + } 684 + }, 685 + "projectFileDependencyGroups": { 686 + ".NETCoreApp,Version=v2.1": [ 687 + "Microsoft.NETCore.App >= 2.1.0" 688 + ] 689 + }, 690 + "packageFolders": { 691 + "C:\\Users\\Kristian Binau\\.nuget\\packages\\": {}, 692 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} 693 + }, 694 + "project": { 695 + "version": "1.0.0", 696 + "restore": { 697 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\lommeregner.csproj", 698 + "projectName": "lommeregner", 699 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\lommeregner.csproj", 700 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 701 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\lommeregner\\lommeregner\\obj\\", 702 + "projectStyle": "PackageReference", 703 + "fallbackFolders": [ 704 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 705 + ], 706 + "configFilePaths": [ 707 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 708 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 709 + ], 710 + "originalTargetFrameworks": [ 711 + "netcoreapp2.1" 712 + ], 713 + "sources": { 714 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 715 + "https://api.nuget.org/v3/index.json": {} 716 + }, 717 + "frameworks": { 718 + "netcoreapp2.1": { 719 + "projectReferences": {} 720 + } 721 + }, 722 + "warningProperties": { 723 + "warnAsError": [ 724 + "NU1605" 725 + ] 726 + } 727 + }, 728 + "frameworks": { 729 + "netcoreapp2.1": { 730 + "dependencies": { 731 + "Microsoft.NETCore.App": { 732 + "target": "Package", 733 + "version": "[2.1.0, )", 734 + "autoReferenced": true 735 + } 736 + }, 737 + "imports": [ 738 + "net461" 739 + ], 740 + "assetTargetFallback": true, 741 + "warn": true 742 + } 743 + } 744 + } 745 + }
+25
rotatingArray/rotatingArray.sln
··· 1 +  2 + Microsoft Visual Studio Solution File, Format Version 12.00 3 + # Visual Studio Version 16 4 + VisualStudioVersion = 16.0.29123.88 5 + MinimumVisualStudioVersion = 10.0.40219.1 6 + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rotatingArray", "rotatingArray\rotatingArray.csproj", "{942D885D-70A9-4E57-8BFE-F7250E915255}" 7 + EndProject 8 + Global 9 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 + Debug|Any CPU = Debug|Any CPU 11 + Release|Any CPU = Release|Any CPU 12 + EndGlobalSection 13 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 + {942D885D-70A9-4E57-8BFE-F7250E915255}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 + {942D885D-70A9-4E57-8BFE-F7250E915255}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 + {942D885D-70A9-4E57-8BFE-F7250E915255}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 + {942D885D-70A9-4E57-8BFE-F7250E915255}.Release|Any CPU.Build.0 = Release|Any CPU 18 + EndGlobalSection 19 + GlobalSection(SolutionProperties) = preSolution 20 + HideSolutionNode = FALSE 21 + EndGlobalSection 22 + GlobalSection(ExtensibilityGlobals) = postSolution 23 + SolutionGuid = {9FBA8ACD-9E3C-434F-8410-806264C380D1} 24 + EndGlobalSection 25 + EndGlobal
+39
rotatingArray/rotatingArray/Program.cs
··· 1 + using System; 2 + 3 + namespace rotatingArray 4 + { 5 + class Program 6 + { 7 + static void Main(string[] args) 8 + { 9 + int[] Array = new int[] {1, 2, 3, 4, 5, 6, 7, 8, 9}; 10 + int rotate = 2; 11 + 12 + Console.WriteLine("Array Before:"); 13 + 14 + for (var i = Array.Length - 1; i >= 0; i--) 15 + { 16 + Console.Write(Array.GetValue(i)); 17 + } 18 + 19 + for (int n = 1; n <= rotate; n++) 20 + { 21 + var last = Array[Array.Length - 1]; 22 + 23 + for(var i = Array.Length - 2; i >= 0; i--) 24 + { 25 + Array[i + 1] = Array[i]; 26 + 27 + } 28 + Array[0] = last; 29 + } 30 + 31 + Console.WriteLine(" "); 32 + Console.WriteLine("Array After:"); 33 + for (var i = Array.Length - 1; i >= 0; i--) 34 + { 35 + Console.Write(Array.GetValue(i)); 36 + } 37 + } 38 + } 39 + }
+23
rotatingArray/rotatingArray/bin/Debug/netcoreapp2.1/rotatingArray.deps.json
··· 1 + { 2 + "runtimeTarget": { 3 + "name": ".NETCoreApp,Version=v2.1", 4 + "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" 5 + }, 6 + "compilationOptions": {}, 7 + "targets": { 8 + ".NETCoreApp,Version=v2.1": { 9 + "rotatingArray/1.0.0": { 10 + "runtime": { 11 + "rotatingArray.dll": {} 12 + } 13 + } 14 + } 15 + }, 16 + "libraries": { 17 + "rotatingArray/1.0.0": { 18 + "type": "project", 19 + "serviceable": false, 20 + "sha512": "" 21 + } 22 + } 23 + }
rotatingArray/rotatingArray/bin/Debug/netcoreapp2.1/rotatingArray.dll

This is a binary file and will not be displayed.

rotatingArray/rotatingArray/bin/Debug/netcoreapp2.1/rotatingArray.pdb

This is a binary file and will not be displayed.

+9
rotatingArray/rotatingArray/bin/Debug/netcoreapp2.1/rotatingArray.runtimeconfig.dev.json
··· 1 + { 2 + "runtimeOptions": { 3 + "additionalProbingPaths": [ 4 + "C:\\Users\\Kristian Binau\\.dotnet\\store\\|arch|\\|tfm|", 5 + "C:\\Users\\Kristian Binau\\.nuget\\packages", 6 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 7 + ] 8 + } 9 + }
+9
rotatingArray/rotatingArray/bin/Debug/netcoreapp2.1/rotatingArray.runtimeconfig.json
··· 1 + { 2 + "runtimeOptions": { 3 + "tfm": "netcoreapp2.1", 4 + "framework": { 5 + "name": "Microsoft.NETCore.App", 6 + "version": "2.1.0" 7 + } 8 + } 9 + }
+23
rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.AssemblyInfo.cs
··· 1 + //------------------------------------------------------------------------------ 2 + // <auto-generated> 3 + // This code was generated by a tool. 4 + // Runtime Version:4.0.30319.42000 5 + // 6 + // Changes to this file may cause incorrect behavior and will be lost if 7 + // the code is regenerated. 8 + // </auto-generated> 9 + //------------------------------------------------------------------------------ 10 + 11 + using System; 12 + using System.Reflection; 13 + 14 + [assembly: System.Reflection.AssemblyCompanyAttribute("rotatingArray")] 15 + [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 16 + [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 17 + [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 18 + [assembly: System.Reflection.AssemblyProductAttribute("rotatingArray")] 19 + [assembly: System.Reflection.AssemblyTitleAttribute("rotatingArray")] 20 + [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 21 + 22 + // Generated by the MSBuild WriteCodeFragment class. 23 +
+1
rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.AssemblyInfoInputs.cache
··· 1 + 9a50aececfe7c5a516385acf056b5a741ecafe13
rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.assets.cache

This is a binary file and will not be displayed.

+1
rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.csproj.CoreCompileInputs.cache
··· 1 + 2bf562dab5164f944e30c31c8421d3966f3de30b
+11
rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.csproj.FileListAbsolute.txt
··· 1 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\obj\Debug\netcoreapp2.1\rotatingArray.csprojAssemblyReference.cache 2 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\obj\Debug\netcoreapp2.1\rotatingArray.csproj.CoreCompileInputs.cache 3 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\obj\Debug\netcoreapp2.1\rotatingArray.AssemblyInfoInputs.cache 4 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\obj\Debug\netcoreapp2.1\rotatingArray.AssemblyInfo.cs 5 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\bin\Debug\netcoreapp2.1\rotatingArray.deps.json 6 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\bin\Debug\netcoreapp2.1\rotatingArray.runtimeconfig.json 7 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\bin\Debug\netcoreapp2.1\rotatingArray.runtimeconfig.dev.json 8 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\bin\Debug\netcoreapp2.1\rotatingArray.dll 9 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\bin\Debug\netcoreapp2.1\rotatingArray.pdb 10 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\obj\Debug\netcoreapp2.1\rotatingArray.dll 11 + C:\Users\Kristian Binau\source\repos\rotatingArray\rotatingArray\obj\Debug\netcoreapp2.1\rotatingArray.pdb
rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.csprojAssemblyReference.cache

This is a binary file and will not be displayed.

rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.dll

This is a binary file and will not be displayed.

rotatingArray/rotatingArray/obj/Debug/netcoreapp2.1/rotatingArray.pdb

This is a binary file and will not be displayed.

+745
rotatingArray/rotatingArray/obj/project.assets.json
··· 1 + { 2 + "version": 3, 3 + "targets": { 4 + ".NETCoreApp,Version=v2.1": { 5 + "Microsoft.NETCore.App/2.1.0": { 6 + "type": "package", 7 + "dependencies": { 8 + "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", 9 + "Microsoft.NETCore.Platforms": "2.1.0", 10 + "Microsoft.NETCore.Targets": "2.1.0", 11 + "NETStandard.Library": "2.0.3" 12 + }, 13 + "compile": { 14 + "ref/netcoreapp2.1/Microsoft.CSharp.dll": {}, 15 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": {}, 16 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {}, 17 + "ref/netcoreapp2.1/System.AppContext.dll": {}, 18 + "ref/netcoreapp2.1/System.Buffers.dll": {}, 19 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll": {}, 20 + "ref/netcoreapp2.1/System.Collections.Immutable.dll": {}, 21 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": {}, 22 + "ref/netcoreapp2.1/System.Collections.Specialized.dll": {}, 23 + "ref/netcoreapp2.1/System.Collections.dll": {}, 24 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": {}, 25 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, 26 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {}, 27 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": {}, 28 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {}, 29 + "ref/netcoreapp2.1/System.ComponentModel.dll": {}, 30 + "ref/netcoreapp2.1/System.Configuration.dll": {}, 31 + "ref/netcoreapp2.1/System.Console.dll": {}, 32 + "ref/netcoreapp2.1/System.Core.dll": {}, 33 + "ref/netcoreapp2.1/System.Data.Common.dll": {}, 34 + "ref/netcoreapp2.1/System.Data.dll": {}, 35 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": {}, 36 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": {}, 37 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {}, 38 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {}, 39 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll": {}, 40 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {}, 41 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {}, 42 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": {}, 43 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {}, 44 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": {}, 45 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll": {}, 46 + "ref/netcoreapp2.1/System.Drawing.dll": {}, 47 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, 48 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, 49 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, 50 + "ref/netcoreapp2.1/System.Globalization.dll": {}, 51 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, 52 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, 53 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {}, 54 + "ref/netcoreapp2.1/System.IO.Compression.dll": {}, 55 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {}, 56 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, 57 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {}, 58 + "ref/netcoreapp2.1/System.IO.FileSystem.dll": {}, 59 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": {}, 60 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {}, 61 + "ref/netcoreapp2.1/System.IO.Pipes.dll": {}, 62 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, 63 + "ref/netcoreapp2.1/System.IO.dll": {}, 64 + "ref/netcoreapp2.1/System.Linq.Expressions.dll": {}, 65 + "ref/netcoreapp2.1/System.Linq.Parallel.dll": {}, 66 + "ref/netcoreapp2.1/System.Linq.Queryable.dll": {}, 67 + "ref/netcoreapp2.1/System.Linq.dll": {}, 68 + "ref/netcoreapp2.1/System.Memory.dll": {}, 69 + "ref/netcoreapp2.1/System.Net.Http.dll": {}, 70 + "ref/netcoreapp2.1/System.Net.HttpListener.dll": {}, 71 + "ref/netcoreapp2.1/System.Net.Mail.dll": {}, 72 + "ref/netcoreapp2.1/System.Net.NameResolution.dll": {}, 73 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": {}, 74 + "ref/netcoreapp2.1/System.Net.Ping.dll": {}, 75 + "ref/netcoreapp2.1/System.Net.Primitives.dll": {}, 76 + "ref/netcoreapp2.1/System.Net.Requests.dll": {}, 77 + "ref/netcoreapp2.1/System.Net.Security.dll": {}, 78 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll": {}, 79 + "ref/netcoreapp2.1/System.Net.Sockets.dll": {}, 80 + "ref/netcoreapp2.1/System.Net.WebClient.dll": {}, 81 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {}, 82 + "ref/netcoreapp2.1/System.Net.WebProxy.dll": {}, 83 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": {}, 84 + "ref/netcoreapp2.1/System.Net.WebSockets.dll": {}, 85 + "ref/netcoreapp2.1/System.Net.dll": {}, 86 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll": {}, 87 + "ref/netcoreapp2.1/System.Numerics.dll": {}, 88 + "ref/netcoreapp2.1/System.ObjectModel.dll": {}, 89 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {}, 90 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {}, 91 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {}, 92 + "ref/netcoreapp2.1/System.Reflection.Emit.dll": {}, 93 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, 94 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll": {}, 95 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll": {}, 96 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {}, 97 + "ref/netcoreapp2.1/System.Reflection.dll": {}, 98 + "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, 99 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": {}, 100 + "ref/netcoreapp2.1/System.Resources.Writer.dll": {}, 101 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {}, 102 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll": {}, 103 + "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, 104 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}, 105 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {}, 106 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": {}, 107 + "ref/netcoreapp2.1/System.Runtime.Loader.dll": {}, 108 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll": {}, 109 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {}, 110 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {}, 111 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {}, 112 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {}, 113 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll": {}, 114 + "ref/netcoreapp2.1/System.Runtime.dll": {}, 115 + "ref/netcoreapp2.1/System.Security.Claims.dll": {}, 116 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {}, 117 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {}, 118 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {}, 119 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {}, 120 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {}, 121 + "ref/netcoreapp2.1/System.Security.Principal.dll": {}, 122 + "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, 123 + "ref/netcoreapp2.1/System.Security.dll": {}, 124 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, 125 + "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, 126 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {}, 127 + "ref/netcoreapp2.1/System.Text.Encoding.dll": {}, 128 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": {}, 129 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll": {}, 130 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {}, 131 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {}, 132 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {}, 133 + "ref/netcoreapp2.1/System.Threading.Tasks.dll": {}, 134 + "ref/netcoreapp2.1/System.Threading.Thread.dll": {}, 135 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": {}, 136 + "ref/netcoreapp2.1/System.Threading.Timer.dll": {}, 137 + "ref/netcoreapp2.1/System.Threading.dll": {}, 138 + "ref/netcoreapp2.1/System.Transactions.Local.dll": {}, 139 + "ref/netcoreapp2.1/System.Transactions.dll": {}, 140 + "ref/netcoreapp2.1/System.ValueTuple.dll": {}, 141 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll": {}, 142 + "ref/netcoreapp2.1/System.Web.dll": {}, 143 + "ref/netcoreapp2.1/System.Windows.dll": {}, 144 + "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, 145 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": {}, 146 + "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, 147 + "ref/netcoreapp2.1/System.Xml.XDocument.dll": {}, 148 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {}, 149 + "ref/netcoreapp2.1/System.Xml.XPath.dll": {}, 150 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, 151 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": {}, 152 + "ref/netcoreapp2.1/System.Xml.dll": {}, 153 + "ref/netcoreapp2.1/System.dll": {}, 154 + "ref/netcoreapp2.1/WindowsBase.dll": {}, 155 + "ref/netcoreapp2.1/mscorlib.dll": {}, 156 + "ref/netcoreapp2.1/netstandard.dll": {} 157 + }, 158 + "build": { 159 + "build/netcoreapp2.1/Microsoft.NETCore.App.props": {}, 160 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets": {} 161 + } 162 + }, 163 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 164 + "type": "package" 165 + }, 166 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 167 + "type": "package", 168 + "dependencies": { 169 + "Microsoft.NETCore.DotNetHostResolver": "2.1.0" 170 + } 171 + }, 172 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 173 + "type": "package", 174 + "dependencies": { 175 + "Microsoft.NETCore.DotNetAppHost": "2.1.0" 176 + } 177 + }, 178 + "Microsoft.NETCore.Platforms/2.1.0": { 179 + "type": "package", 180 + "compile": { 181 + "lib/netstandard1.0/_._": {} 182 + }, 183 + "runtime": { 184 + "lib/netstandard1.0/_._": {} 185 + } 186 + }, 187 + "Microsoft.NETCore.Targets/2.1.0": { 188 + "type": "package", 189 + "compile": { 190 + "lib/netstandard1.0/_._": {} 191 + }, 192 + "runtime": { 193 + "lib/netstandard1.0/_._": {} 194 + } 195 + }, 196 + "NETStandard.Library/2.0.3": { 197 + "type": "package", 198 + "dependencies": { 199 + "Microsoft.NETCore.Platforms": "1.1.0" 200 + }, 201 + "compile": { 202 + "lib/netstandard1.0/_._": {} 203 + }, 204 + "runtime": { 205 + "lib/netstandard1.0/_._": {} 206 + }, 207 + "build": { 208 + "build/netstandard2.0/NETStandard.Library.targets": {} 209 + } 210 + } 211 + } 212 + }, 213 + "libraries": { 214 + "Microsoft.NETCore.App/2.1.0": { 215 + "sha512": "JNHhG+j5eIhG26+H721IDmwswGUznTwwSuJMFe/08h0X2YarHvA15sVAvUkA/2Sp3W0ENNm48t+J7KTPRqEpfA==", 216 + "type": "package", 217 + "path": "microsoft.netcore.app/2.1.0", 218 + "files": [ 219 + ".nupkg.metadata", 220 + ".signature.p7s", 221 + "LICENSE.TXT", 222 + "Microsoft.NETCore.App.versions.txt", 223 + "THIRD-PARTY-NOTICES.TXT", 224 + "build/netcoreapp2.1/Microsoft.NETCore.App.PlatformManifest.txt", 225 + "build/netcoreapp2.1/Microsoft.NETCore.App.props", 226 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets", 227 + "microsoft.netcore.app.2.1.0.nupkg.sha512", 228 + "microsoft.netcore.app.nuspec", 229 + "ref/netcoreapp/_._", 230 + "ref/netcoreapp2.1/Microsoft.CSharp.dll", 231 + "ref/netcoreapp2.1/Microsoft.CSharp.xml", 232 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll", 233 + "ref/netcoreapp2.1/Microsoft.VisualBasic.xml", 234 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll", 235 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.xml", 236 + "ref/netcoreapp2.1/System.AppContext.dll", 237 + "ref/netcoreapp2.1/System.Buffers.dll", 238 + "ref/netcoreapp2.1/System.Buffers.xml", 239 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll", 240 + "ref/netcoreapp2.1/System.Collections.Concurrent.xml", 241 + "ref/netcoreapp2.1/System.Collections.Immutable.dll", 242 + "ref/netcoreapp2.1/System.Collections.Immutable.xml", 243 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll", 244 + "ref/netcoreapp2.1/System.Collections.NonGeneric.xml", 245 + "ref/netcoreapp2.1/System.Collections.Specialized.dll", 246 + "ref/netcoreapp2.1/System.Collections.Specialized.xml", 247 + "ref/netcoreapp2.1/System.Collections.dll", 248 + "ref/netcoreapp2.1/System.Collections.xml", 249 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll", 250 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.xml", 251 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll", 252 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll", 253 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.xml", 254 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll", 255 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.xml", 256 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll", 257 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.xml", 258 + "ref/netcoreapp2.1/System.ComponentModel.dll", 259 + "ref/netcoreapp2.1/System.ComponentModel.xml", 260 + "ref/netcoreapp2.1/System.Configuration.dll", 261 + "ref/netcoreapp2.1/System.Console.dll", 262 + "ref/netcoreapp2.1/System.Console.xml", 263 + "ref/netcoreapp2.1/System.Core.dll", 264 + "ref/netcoreapp2.1/System.Data.Common.dll", 265 + "ref/netcoreapp2.1/System.Data.Common.xml", 266 + "ref/netcoreapp2.1/System.Data.dll", 267 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll", 268 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.xml", 269 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll", 270 + "ref/netcoreapp2.1/System.Diagnostics.Debug.xml", 271 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll", 272 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.xml", 273 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll", 274 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.xml", 275 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll", 276 + "ref/netcoreapp2.1/System.Diagnostics.Process.xml", 277 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll", 278 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.xml", 279 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll", 280 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.xml", 281 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll", 282 + "ref/netcoreapp2.1/System.Diagnostics.Tools.xml", 283 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll", 284 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.xml", 285 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll", 286 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.xml", 287 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll", 288 + "ref/netcoreapp2.1/System.Drawing.Primitives.xml", 289 + "ref/netcoreapp2.1/System.Drawing.dll", 290 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll", 291 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll", 292 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll", 293 + "ref/netcoreapp2.1/System.Globalization.dll", 294 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll", 295 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll", 296 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll", 297 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.xml", 298 + "ref/netcoreapp2.1/System.IO.Compression.dll", 299 + "ref/netcoreapp2.1/System.IO.Compression.xml", 300 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll", 301 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.xml", 302 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll", 303 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll", 304 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.xml", 305 + "ref/netcoreapp2.1/System.IO.FileSystem.dll", 306 + "ref/netcoreapp2.1/System.IO.FileSystem.xml", 307 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll", 308 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.xml", 309 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll", 310 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.xml", 311 + "ref/netcoreapp2.1/System.IO.Pipes.dll", 312 + "ref/netcoreapp2.1/System.IO.Pipes.xml", 313 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll", 314 + "ref/netcoreapp2.1/System.IO.dll", 315 + "ref/netcoreapp2.1/System.Linq.Expressions.dll", 316 + "ref/netcoreapp2.1/System.Linq.Expressions.xml", 317 + "ref/netcoreapp2.1/System.Linq.Parallel.dll", 318 + "ref/netcoreapp2.1/System.Linq.Parallel.xml", 319 + "ref/netcoreapp2.1/System.Linq.Queryable.dll", 320 + "ref/netcoreapp2.1/System.Linq.Queryable.xml", 321 + "ref/netcoreapp2.1/System.Linq.dll", 322 + "ref/netcoreapp2.1/System.Linq.xml", 323 + "ref/netcoreapp2.1/System.Memory.dll", 324 + "ref/netcoreapp2.1/System.Memory.xml", 325 + "ref/netcoreapp2.1/System.Net.Http.dll", 326 + "ref/netcoreapp2.1/System.Net.Http.xml", 327 + "ref/netcoreapp2.1/System.Net.HttpListener.dll", 328 + "ref/netcoreapp2.1/System.Net.HttpListener.xml", 329 + "ref/netcoreapp2.1/System.Net.Mail.dll", 330 + "ref/netcoreapp2.1/System.Net.Mail.xml", 331 + "ref/netcoreapp2.1/System.Net.NameResolution.dll", 332 + "ref/netcoreapp2.1/System.Net.NameResolution.xml", 333 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll", 334 + "ref/netcoreapp2.1/System.Net.NetworkInformation.xml", 335 + "ref/netcoreapp2.1/System.Net.Ping.dll", 336 + "ref/netcoreapp2.1/System.Net.Ping.xml", 337 + "ref/netcoreapp2.1/System.Net.Primitives.dll", 338 + "ref/netcoreapp2.1/System.Net.Primitives.xml", 339 + "ref/netcoreapp2.1/System.Net.Requests.dll", 340 + "ref/netcoreapp2.1/System.Net.Requests.xml", 341 + "ref/netcoreapp2.1/System.Net.Security.dll", 342 + "ref/netcoreapp2.1/System.Net.Security.xml", 343 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll", 344 + "ref/netcoreapp2.1/System.Net.ServicePoint.xml", 345 + "ref/netcoreapp2.1/System.Net.Sockets.dll", 346 + "ref/netcoreapp2.1/System.Net.Sockets.xml", 347 + "ref/netcoreapp2.1/System.Net.WebClient.dll", 348 + "ref/netcoreapp2.1/System.Net.WebClient.xml", 349 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll", 350 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.xml", 351 + "ref/netcoreapp2.1/System.Net.WebProxy.dll", 352 + "ref/netcoreapp2.1/System.Net.WebProxy.xml", 353 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll", 354 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.xml", 355 + "ref/netcoreapp2.1/System.Net.WebSockets.dll", 356 + "ref/netcoreapp2.1/System.Net.WebSockets.xml", 357 + "ref/netcoreapp2.1/System.Net.dll", 358 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll", 359 + "ref/netcoreapp2.1/System.Numerics.Vectors.xml", 360 + "ref/netcoreapp2.1/System.Numerics.dll", 361 + "ref/netcoreapp2.1/System.ObjectModel.dll", 362 + "ref/netcoreapp2.1/System.ObjectModel.xml", 363 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll", 364 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.xml", 365 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll", 366 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.xml", 367 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll", 368 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.xml", 369 + "ref/netcoreapp2.1/System.Reflection.Emit.dll", 370 + "ref/netcoreapp2.1/System.Reflection.Emit.xml", 371 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll", 372 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll", 373 + "ref/netcoreapp2.1/System.Reflection.Metadata.xml", 374 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll", 375 + "ref/netcoreapp2.1/System.Reflection.Primitives.xml", 376 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll", 377 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.xml", 378 + "ref/netcoreapp2.1/System.Reflection.dll", 379 + "ref/netcoreapp2.1/System.Resources.Reader.dll", 380 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll", 381 + "ref/netcoreapp2.1/System.Resources.ResourceManager.xml", 382 + "ref/netcoreapp2.1/System.Resources.Writer.dll", 383 + "ref/netcoreapp2.1/System.Resources.Writer.xml", 384 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll", 385 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.xml", 386 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll", 387 + "ref/netcoreapp2.1/System.Runtime.Extensions.xml", 388 + "ref/netcoreapp2.1/System.Runtime.Handles.dll", 389 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll", 390 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.xml", 391 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll", 392 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.xml", 393 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll", 394 + "ref/netcoreapp2.1/System.Runtime.InteropServices.xml", 395 + "ref/netcoreapp2.1/System.Runtime.Loader.dll", 396 + "ref/netcoreapp2.1/System.Runtime.Loader.xml", 397 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll", 398 + "ref/netcoreapp2.1/System.Runtime.Numerics.xml", 399 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll", 400 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.xml", 401 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll", 402 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.xml", 403 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll", 404 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.xml", 405 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll", 406 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.xml", 407 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll", 408 + "ref/netcoreapp2.1/System.Runtime.dll", 409 + "ref/netcoreapp2.1/System.Runtime.xml", 410 + "ref/netcoreapp2.1/System.Security.Claims.dll", 411 + "ref/netcoreapp2.1/System.Security.Claims.xml", 412 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll", 413 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.xml", 414 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll", 415 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.xml", 416 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll", 417 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.xml", 418 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll", 419 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.xml", 420 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll", 421 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.xml", 422 + "ref/netcoreapp2.1/System.Security.Principal.dll", 423 + "ref/netcoreapp2.1/System.Security.Principal.xml", 424 + "ref/netcoreapp2.1/System.Security.SecureString.dll", 425 + "ref/netcoreapp2.1/System.Security.dll", 426 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll", 427 + "ref/netcoreapp2.1/System.ServiceProcess.dll", 428 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll", 429 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.xml", 430 + "ref/netcoreapp2.1/System.Text.Encoding.dll", 431 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll", 432 + "ref/netcoreapp2.1/System.Text.RegularExpressions.xml", 433 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll", 434 + "ref/netcoreapp2.1/System.Threading.Overlapped.xml", 435 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll", 436 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.xml", 437 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll", 438 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.xml", 439 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll", 440 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.xml", 441 + "ref/netcoreapp2.1/System.Threading.Tasks.dll", 442 + "ref/netcoreapp2.1/System.Threading.Tasks.xml", 443 + "ref/netcoreapp2.1/System.Threading.Thread.dll", 444 + "ref/netcoreapp2.1/System.Threading.Thread.xml", 445 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll", 446 + "ref/netcoreapp2.1/System.Threading.ThreadPool.xml", 447 + "ref/netcoreapp2.1/System.Threading.Timer.dll", 448 + "ref/netcoreapp2.1/System.Threading.Timer.xml", 449 + "ref/netcoreapp2.1/System.Threading.dll", 450 + "ref/netcoreapp2.1/System.Threading.xml", 451 + "ref/netcoreapp2.1/System.Transactions.Local.dll", 452 + "ref/netcoreapp2.1/System.Transactions.Local.xml", 453 + "ref/netcoreapp2.1/System.Transactions.dll", 454 + "ref/netcoreapp2.1/System.ValueTuple.dll", 455 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll", 456 + "ref/netcoreapp2.1/System.Web.HttpUtility.xml", 457 + "ref/netcoreapp2.1/System.Web.dll", 458 + "ref/netcoreapp2.1/System.Windows.dll", 459 + "ref/netcoreapp2.1/System.Xml.Linq.dll", 460 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll", 461 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.xml", 462 + "ref/netcoreapp2.1/System.Xml.Serialization.dll", 463 + "ref/netcoreapp2.1/System.Xml.XDocument.dll", 464 + "ref/netcoreapp2.1/System.Xml.XDocument.xml", 465 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll", 466 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.xml", 467 + "ref/netcoreapp2.1/System.Xml.XPath.dll", 468 + "ref/netcoreapp2.1/System.Xml.XPath.xml", 469 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll", 470 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll", 471 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.xml", 472 + "ref/netcoreapp2.1/System.Xml.dll", 473 + "ref/netcoreapp2.1/System.dll", 474 + "ref/netcoreapp2.1/WindowsBase.dll", 475 + "ref/netcoreapp2.1/mscorlib.dll", 476 + "ref/netcoreapp2.1/netstandard.dll", 477 + "runtime.json" 478 + ] 479 + }, 480 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 481 + "sha512": "vMn8V3GOp/SPOG2oE8WxswzAWZ/GZmc8EPiB3vc2EZ6us14ehXhsvUFXndYopGNSjCa9OdqC6L6xStF1KyUZnw==", 482 + "type": "package", 483 + "path": "microsoft.netcore.dotnetapphost/2.1.0", 484 + "files": [ 485 + ".nupkg.metadata", 486 + ".signature.p7s", 487 + "LICENSE.TXT", 488 + "THIRD-PARTY-NOTICES.TXT", 489 + "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512", 490 + "microsoft.netcore.dotnetapphost.nuspec", 491 + "runtime.json" 492 + ] 493 + }, 494 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 495 + "sha512": "vBUwNihtLUVS2HhO6WocYfAktRmfFihm6JB8/sJ53caVW+AelvbnYpfiGzaZDpkWjN6vA3xzOKPu9Vu8Zz3p8Q==", 496 + "type": "package", 497 + "path": "microsoft.netcore.dotnethostpolicy/2.1.0", 498 + "files": [ 499 + ".nupkg.metadata", 500 + ".signature.p7s", 501 + "LICENSE.TXT", 502 + "THIRD-PARTY-NOTICES.TXT", 503 + "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512", 504 + "microsoft.netcore.dotnethostpolicy.nuspec", 505 + "runtime.json" 506 + ] 507 + }, 508 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 509 + "sha512": "o0PRql5qOHFEY3d1WvzE+T7cMFKtOsWLMg8L1oTeGNnI4u5AzOj8o6AdZT3y2GxFA1DAx7AQ9qZjpCO2/bgZRw==", 510 + "type": "package", 511 + "path": "microsoft.netcore.dotnethostresolver/2.1.0", 512 + "files": [ 513 + ".nupkg.metadata", 514 + ".signature.p7s", 515 + "LICENSE.TXT", 516 + "THIRD-PARTY-NOTICES.TXT", 517 + "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512", 518 + "microsoft.netcore.dotnethostresolver.nuspec", 519 + "runtime.json" 520 + ] 521 + }, 522 + "Microsoft.NETCore.Platforms/2.1.0": { 523 + "sha512": "ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==", 524 + "type": "package", 525 + "path": "microsoft.netcore.platforms/2.1.0", 526 + "files": [ 527 + ".nupkg.metadata", 528 + ".signature.p7s", 529 + "LICENSE.TXT", 530 + "THIRD-PARTY-NOTICES.TXT", 531 + "lib/netstandard1.0/_._", 532 + "microsoft.netcore.platforms.2.1.0.nupkg.sha512", 533 + "microsoft.netcore.platforms.nuspec", 534 + "runtime.json", 535 + "useSharedDesignerContext.txt", 536 + "version.txt" 537 + ] 538 + }, 539 + "Microsoft.NETCore.Targets/2.1.0": { 540 + "sha512": "x188gIZXOwFXkPXyGavEcPGcR6RGvjFOES2QzskN4gERZjWPN34qhRsZVMC0CLJfQLGSButarcgWxPPM4vmg0w==", 541 + "type": "package", 542 + "path": "microsoft.netcore.targets/2.1.0", 543 + "files": [ 544 + ".nupkg.metadata", 545 + ".signature.p7s", 546 + "LICENSE.TXT", 547 + "THIRD-PARTY-NOTICES.TXT", 548 + "lib/netstandard1.0/_._", 549 + "microsoft.netcore.targets.2.1.0.nupkg.sha512", 550 + "microsoft.netcore.targets.nuspec", 551 + "runtime.json", 552 + "useSharedDesignerContext.txt", 553 + "version.txt" 554 + ] 555 + }, 556 + "NETStandard.Library/2.0.3": { 557 + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", 558 + "type": "package", 559 + "path": "netstandard.library/2.0.3", 560 + "files": [ 561 + ".nupkg.metadata", 562 + "LICENSE.TXT", 563 + "THIRD-PARTY-NOTICES.TXT", 564 + "build/netstandard2.0/NETStandard.Library.targets", 565 + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", 566 + "build/netstandard2.0/ref/System.AppContext.dll", 567 + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", 568 + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", 569 + "build/netstandard2.0/ref/System.Collections.Specialized.dll", 570 + "build/netstandard2.0/ref/System.Collections.dll", 571 + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", 572 + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", 573 + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", 574 + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", 575 + "build/netstandard2.0/ref/System.ComponentModel.dll", 576 + "build/netstandard2.0/ref/System.Console.dll", 577 + "build/netstandard2.0/ref/System.Core.dll", 578 + "build/netstandard2.0/ref/System.Data.Common.dll", 579 + "build/netstandard2.0/ref/System.Data.dll", 580 + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", 581 + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", 582 + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", 583 + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", 584 + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", 585 + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", 586 + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", 587 + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", 588 + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", 589 + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", 590 + "build/netstandard2.0/ref/System.Drawing.dll", 591 + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", 592 + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", 593 + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", 594 + "build/netstandard2.0/ref/System.Globalization.dll", 595 + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", 596 + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", 597 + "build/netstandard2.0/ref/System.IO.Compression.dll", 598 + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", 599 + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", 600 + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", 601 + "build/netstandard2.0/ref/System.IO.FileSystem.dll", 602 + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", 603 + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", 604 + "build/netstandard2.0/ref/System.IO.Pipes.dll", 605 + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", 606 + "build/netstandard2.0/ref/System.IO.dll", 607 + "build/netstandard2.0/ref/System.Linq.Expressions.dll", 608 + "build/netstandard2.0/ref/System.Linq.Parallel.dll", 609 + "build/netstandard2.0/ref/System.Linq.Queryable.dll", 610 + "build/netstandard2.0/ref/System.Linq.dll", 611 + "build/netstandard2.0/ref/System.Net.Http.dll", 612 + "build/netstandard2.0/ref/System.Net.NameResolution.dll", 613 + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", 614 + "build/netstandard2.0/ref/System.Net.Ping.dll", 615 + "build/netstandard2.0/ref/System.Net.Primitives.dll", 616 + "build/netstandard2.0/ref/System.Net.Requests.dll", 617 + "build/netstandard2.0/ref/System.Net.Security.dll", 618 + "build/netstandard2.0/ref/System.Net.Sockets.dll", 619 + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", 620 + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", 621 + "build/netstandard2.0/ref/System.Net.WebSockets.dll", 622 + "build/netstandard2.0/ref/System.Net.dll", 623 + "build/netstandard2.0/ref/System.Numerics.dll", 624 + "build/netstandard2.0/ref/System.ObjectModel.dll", 625 + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", 626 + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", 627 + "build/netstandard2.0/ref/System.Reflection.dll", 628 + "build/netstandard2.0/ref/System.Resources.Reader.dll", 629 + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", 630 + "build/netstandard2.0/ref/System.Resources.Writer.dll", 631 + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", 632 + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", 633 + "build/netstandard2.0/ref/System.Runtime.Handles.dll", 634 + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", 635 + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", 636 + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", 637 + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", 638 + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", 639 + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", 640 + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", 641 + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", 642 + "build/netstandard2.0/ref/System.Runtime.dll", 643 + "build/netstandard2.0/ref/System.Security.Claims.dll", 644 + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", 645 + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", 646 + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", 647 + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", 648 + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", 649 + "build/netstandard2.0/ref/System.Security.Principal.dll", 650 + "build/netstandard2.0/ref/System.Security.SecureString.dll", 651 + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", 652 + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", 653 + "build/netstandard2.0/ref/System.Text.Encoding.dll", 654 + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", 655 + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", 656 + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", 657 + "build/netstandard2.0/ref/System.Threading.Tasks.dll", 658 + "build/netstandard2.0/ref/System.Threading.Thread.dll", 659 + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", 660 + "build/netstandard2.0/ref/System.Threading.Timer.dll", 661 + "build/netstandard2.0/ref/System.Threading.dll", 662 + "build/netstandard2.0/ref/System.Transactions.dll", 663 + "build/netstandard2.0/ref/System.ValueTuple.dll", 664 + "build/netstandard2.0/ref/System.Web.dll", 665 + "build/netstandard2.0/ref/System.Windows.dll", 666 + "build/netstandard2.0/ref/System.Xml.Linq.dll", 667 + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", 668 + "build/netstandard2.0/ref/System.Xml.Serialization.dll", 669 + "build/netstandard2.0/ref/System.Xml.XDocument.dll", 670 + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", 671 + "build/netstandard2.0/ref/System.Xml.XPath.dll", 672 + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", 673 + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", 674 + "build/netstandard2.0/ref/System.Xml.dll", 675 + "build/netstandard2.0/ref/System.dll", 676 + "build/netstandard2.0/ref/mscorlib.dll", 677 + "build/netstandard2.0/ref/netstandard.dll", 678 + "build/netstandard2.0/ref/netstandard.xml", 679 + "lib/netstandard1.0/_._", 680 + "netstandard.library.2.0.3.nupkg.sha512", 681 + "netstandard.library.nuspec" 682 + ] 683 + } 684 + }, 685 + "projectFileDependencyGroups": { 686 + ".NETCoreApp,Version=v2.1": [ 687 + "Microsoft.NETCore.App >= 2.1.0" 688 + ] 689 + }, 690 + "packageFolders": { 691 + "C:\\Users\\Kristian Binau\\.nuget\\packages\\": {}, 692 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} 693 + }, 694 + "project": { 695 + "version": "1.0.0", 696 + "restore": { 697 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\rotatingArray.csproj", 698 + "projectName": "rotatingArray", 699 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\rotatingArray.csproj", 700 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 701 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\obj\\", 702 + "projectStyle": "PackageReference", 703 + "fallbackFolders": [ 704 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 705 + ], 706 + "configFilePaths": [ 707 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 708 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 709 + ], 710 + "originalTargetFrameworks": [ 711 + "netcoreapp2.1" 712 + ], 713 + "sources": { 714 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 715 + "https://api.nuget.org/v3/index.json": {} 716 + }, 717 + "frameworks": { 718 + "netcoreapp2.1": { 719 + "projectReferences": {} 720 + } 721 + }, 722 + "warningProperties": { 723 + "warnAsError": [ 724 + "NU1605" 725 + ] 726 + } 727 + }, 728 + "frameworks": { 729 + "netcoreapp2.1": { 730 + "dependencies": { 731 + "Microsoft.NETCore.App": { 732 + "target": "Package", 733 + "version": "[2.1.0, )", 734 + "autoReferenced": true 735 + } 736 + }, 737 + "imports": [ 738 + "net461" 739 + ], 740 + "assetTargetFallback": true, 741 + "warn": true 742 + } 743 + } 744 + } 745 + }
+5
rotatingArray/rotatingArray/obj/rotatingArray.csproj.nuget.cache
··· 1 + { 2 + "version": 1, 3 + "dgSpecHash": "qNqY2DdkzsTvbg93IloyrkbcvWFxgiEWpM0t6uVmyZcfC08luMiSUQp4TmNqjzKRlQ9+cZpHpgRx0tjZEzHOBQ==", 4 + "success": true 5 + }
+59
rotatingArray/rotatingArray/obj/rotatingArray.csproj.nuget.dgspec.json
··· 1 + { 2 + "format": 1, 3 + "restore": { 4 + "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\rotatingArray.csproj": {} 5 + }, 6 + "projects": { 7 + "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\rotatingArray.csproj": { 8 + "version": "1.0.0", 9 + "restore": { 10 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\rotatingArray.csproj", 11 + "projectName": "rotatingArray", 12 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\rotatingArray.csproj", 13 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 14 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\rotatingArray\\rotatingArray\\obj\\", 15 + "projectStyle": "PackageReference", 16 + "fallbackFolders": [ 17 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 18 + ], 19 + "configFilePaths": [ 20 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 21 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 22 + ], 23 + "originalTargetFrameworks": [ 24 + "netcoreapp2.1" 25 + ], 26 + "sources": { 27 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 28 + "https://api.nuget.org/v3/index.json": {} 29 + }, 30 + "frameworks": { 31 + "netcoreapp2.1": { 32 + "projectReferences": {} 33 + } 34 + }, 35 + "warningProperties": { 36 + "warnAsError": [ 37 + "NU1605" 38 + ] 39 + } 40 + }, 41 + "frameworks": { 42 + "netcoreapp2.1": { 43 + "dependencies": { 44 + "Microsoft.NETCore.App": { 45 + "target": "Package", 46 + "version": "[2.1.0, )", 47 + "autoReferenced": true 48 + } 49 + }, 50 + "imports": [ 51 + "net461" 52 + ], 53 + "assetTargetFallback": true, 54 + "warn": true 55 + } 56 + } 57 + } 58 + } 59 + }
+18
rotatingArray/rotatingArray/obj/rotatingArray.csproj.nuget.g.props
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 4 + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> 5 + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> 6 + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> 7 + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> 8 + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Kristian Binau\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> 9 + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> 10 + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.2.0</NuGetToolVersion> 11 + </PropertyGroup> 12 + <PropertyGroup> 13 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 14 + </PropertyGroup> 15 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 16 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props')" /> 17 + </ImportGroup> 18 + </Project>
+10
rotatingArray/rotatingArray/obj/rotatingArray.csproj.nuget.g.targets
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup> 4 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 5 + </PropertyGroup> 6 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 7 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> 8 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets')" /> 9 + </ImportGroup> 10 + </Project>
+8
rotatingArray/rotatingArray/rotatingArray.csproj
··· 1 + <Project Sdk="Microsoft.NET.Sdk"> 2 + 3 + <PropertyGroup> 4 + <OutputType>Exe</OutputType> 5 + <TargetFramework>netcoreapp2.1</TargetFramework> 6 + </PropertyGroup> 7 + 8 + </Project>
terningerV2/repos - Genvej.lnk

This is a binary file and will not be displayed.

+25
terningerV2/terningerV2.sln
··· 1 +  2 + Microsoft Visual Studio Solution File, Format Version 12.00 3 + # Visual Studio Version 16 4 + VisualStudioVersion = 16.0.29123.88 5 + MinimumVisualStudioVersion = 10.0.40219.1 6 + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "terningerV2", "terningerV2\terningerV2.csproj", "{D592AF9E-9844-4A2C-B953-9D851BAC2D22}" 7 + EndProject 8 + Global 9 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 + Debug|Any CPU = Debug|Any CPU 11 + Release|Any CPU = Release|Any CPU 12 + EndGlobalSection 13 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 + {D592AF9E-9844-4A2C-B953-9D851BAC2D22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 + {D592AF9E-9844-4A2C-B953-9D851BAC2D22}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 + {D592AF9E-9844-4A2C-B953-9D851BAC2D22}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 + {D592AF9E-9844-4A2C-B953-9D851BAC2D22}.Release|Any CPU.Build.0 = Release|Any CPU 18 + EndGlobalSection 19 + GlobalSection(SolutionProperties) = preSolution 20 + HideSolutionNode = FALSE 21 + EndGlobalSection 22 + GlobalSection(ExtensibilityGlobals) = postSolution 23 + SolutionGuid = {D454DA6D-49AF-4D00-BE18-134753D9A4F2} 24 + EndGlobalSection 25 + EndGlobal
+34
terningerV2/terningerV2/Program.cs
··· 1 + using System; 2 + 3 + namespace terningerV2 4 + { 5 + class Program 6 + { 7 + static void Main(string[] args) 8 + { 9 + Random dice = new Random(); 10 + int numDice; 11 + int trow; 12 + var trowCount = 0; 13 + 14 + Console.Write("Hvor mange terninger vil du bruge: "); 15 + numDice = int.Parse(Console.ReadLine()); 16 + 17 + int[] trowAll = new int[numDice]; 18 + 19 + do 20 + { 21 + for(int i = 1; i <= numDice; i++) 22 + { 23 + trowAll[i] = dice.Next(1, 7); 24 + Console.WriteLine(trowAll[i] + " nr. = " + i); 25 + } 26 + 27 + trowCount++; 28 + Console.WriteLine("Kast: " + trowCount); 29 + } while (trowAll[1] == 6 * numDice); 30 + 31 + Console.WriteLine("Der blev brugt " + trowCount + " kast, for at alle " + numDice + " terninger landede på 6"); 32 + } 33 + } 34 + }
+23
terningerV2/terningerV2/bin/Debug/netcoreapp2.1/terningerV2.deps.json
··· 1 + { 2 + "runtimeTarget": { 3 + "name": ".NETCoreApp,Version=v2.1", 4 + "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" 5 + }, 6 + "compilationOptions": {}, 7 + "targets": { 8 + ".NETCoreApp,Version=v2.1": { 9 + "terningerV2/1.0.0": { 10 + "runtime": { 11 + "terningerV2.dll": {} 12 + } 13 + } 14 + } 15 + }, 16 + "libraries": { 17 + "terningerV2/1.0.0": { 18 + "type": "project", 19 + "serviceable": false, 20 + "sha512": "" 21 + } 22 + } 23 + }
terningerV2/terningerV2/bin/Debug/netcoreapp2.1/terningerV2.dll

This is a binary file and will not be displayed.

terningerV2/terningerV2/bin/Debug/netcoreapp2.1/terningerV2.pdb

This is a binary file and will not be displayed.

+9
terningerV2/terningerV2/bin/Debug/netcoreapp2.1/terningerV2.runtimeconfig.dev.json
··· 1 + { 2 + "runtimeOptions": { 3 + "additionalProbingPaths": [ 4 + "C:\\Users\\Kristian Binau\\.dotnet\\store\\|arch|\\|tfm|", 5 + "C:\\Users\\Kristian Binau\\.nuget\\packages", 6 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 7 + ] 8 + } 9 + }
+9
terningerV2/terningerV2/bin/Debug/netcoreapp2.1/terningerV2.runtimeconfig.json
··· 1 + { 2 + "runtimeOptions": { 3 + "tfm": "netcoreapp2.1", 4 + "framework": { 5 + "name": "Microsoft.NETCore.App", 6 + "version": "2.1.0" 7 + } 8 + } 9 + }
+23
terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.AssemblyInfo.cs
··· 1 + //------------------------------------------------------------------------------ 2 + // <auto-generated> 3 + // This code was generated by a tool. 4 + // Runtime Version:4.0.30319.42000 5 + // 6 + // Changes to this file may cause incorrect behavior and will be lost if 7 + // the code is regenerated. 8 + // </auto-generated> 9 + //------------------------------------------------------------------------------ 10 + 11 + using System; 12 + using System.Reflection; 13 + 14 + [assembly: System.Reflection.AssemblyCompanyAttribute("terningerV2")] 15 + [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 16 + [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 17 + [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 18 + [assembly: System.Reflection.AssemblyProductAttribute("terningerV2")] 19 + [assembly: System.Reflection.AssemblyTitleAttribute("terningerV2")] 20 + [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 21 + 22 + // Generated by the MSBuild WriteCodeFragment class. 23 +
+1
terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.AssemblyInfoInputs.cache
··· 1 + e170c582f5fd6a80ff6493fe3928b39f03e4b627
terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.assets.cache

This is a binary file and will not be displayed.

+1
terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.csproj.CoreCompileInputs.cache
··· 1 + 2bf562dab5164f944e30c31c8421d3966f3de30b
+11
terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.csproj.FileListAbsolute.txt
··· 1 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\obj\Debug\netcoreapp2.1\terningerV2.csprojAssemblyReference.cache 2 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\obj\Debug\netcoreapp2.1\terningerV2.csproj.CoreCompileInputs.cache 3 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\obj\Debug\netcoreapp2.1\terningerV2.AssemblyInfoInputs.cache 4 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\obj\Debug\netcoreapp2.1\terningerV2.AssemblyInfo.cs 5 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\bin\Debug\netcoreapp2.1\terningerV2.deps.json 6 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\bin\Debug\netcoreapp2.1\terningerV2.runtimeconfig.json 7 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\bin\Debug\netcoreapp2.1\terningerV2.runtimeconfig.dev.json 8 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\bin\Debug\netcoreapp2.1\terningerV2.dll 9 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\bin\Debug\netcoreapp2.1\terningerV2.pdb 10 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\obj\Debug\netcoreapp2.1\terningerV2.dll 11 + C:\Users\Kristian Binau\source\repos\terningerV2\terningerV2\obj\Debug\netcoreapp2.1\terningerV2.pdb
terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.csprojAssemblyReference.cache

This is a binary file and will not be displayed.

terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.dll

This is a binary file and will not be displayed.

terningerV2/terningerV2/obj/Debug/netcoreapp2.1/terningerV2.pdb

This is a binary file and will not be displayed.

+745
terningerV2/terningerV2/obj/project.assets.json
··· 1 + { 2 + "version": 3, 3 + "targets": { 4 + ".NETCoreApp,Version=v2.1": { 5 + "Microsoft.NETCore.App/2.1.0": { 6 + "type": "package", 7 + "dependencies": { 8 + "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", 9 + "Microsoft.NETCore.Platforms": "2.1.0", 10 + "Microsoft.NETCore.Targets": "2.1.0", 11 + "NETStandard.Library": "2.0.3" 12 + }, 13 + "compile": { 14 + "ref/netcoreapp2.1/Microsoft.CSharp.dll": {}, 15 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": {}, 16 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {}, 17 + "ref/netcoreapp2.1/System.AppContext.dll": {}, 18 + "ref/netcoreapp2.1/System.Buffers.dll": {}, 19 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll": {}, 20 + "ref/netcoreapp2.1/System.Collections.Immutable.dll": {}, 21 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": {}, 22 + "ref/netcoreapp2.1/System.Collections.Specialized.dll": {}, 23 + "ref/netcoreapp2.1/System.Collections.dll": {}, 24 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": {}, 25 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, 26 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {}, 27 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": {}, 28 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {}, 29 + "ref/netcoreapp2.1/System.ComponentModel.dll": {}, 30 + "ref/netcoreapp2.1/System.Configuration.dll": {}, 31 + "ref/netcoreapp2.1/System.Console.dll": {}, 32 + "ref/netcoreapp2.1/System.Core.dll": {}, 33 + "ref/netcoreapp2.1/System.Data.Common.dll": {}, 34 + "ref/netcoreapp2.1/System.Data.dll": {}, 35 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": {}, 36 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": {}, 37 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {}, 38 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {}, 39 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll": {}, 40 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {}, 41 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {}, 42 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": {}, 43 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {}, 44 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": {}, 45 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll": {}, 46 + "ref/netcoreapp2.1/System.Drawing.dll": {}, 47 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, 48 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, 49 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, 50 + "ref/netcoreapp2.1/System.Globalization.dll": {}, 51 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, 52 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, 53 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {}, 54 + "ref/netcoreapp2.1/System.IO.Compression.dll": {}, 55 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {}, 56 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, 57 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {}, 58 + "ref/netcoreapp2.1/System.IO.FileSystem.dll": {}, 59 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": {}, 60 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {}, 61 + "ref/netcoreapp2.1/System.IO.Pipes.dll": {}, 62 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, 63 + "ref/netcoreapp2.1/System.IO.dll": {}, 64 + "ref/netcoreapp2.1/System.Linq.Expressions.dll": {}, 65 + "ref/netcoreapp2.1/System.Linq.Parallel.dll": {}, 66 + "ref/netcoreapp2.1/System.Linq.Queryable.dll": {}, 67 + "ref/netcoreapp2.1/System.Linq.dll": {}, 68 + "ref/netcoreapp2.1/System.Memory.dll": {}, 69 + "ref/netcoreapp2.1/System.Net.Http.dll": {}, 70 + "ref/netcoreapp2.1/System.Net.HttpListener.dll": {}, 71 + "ref/netcoreapp2.1/System.Net.Mail.dll": {}, 72 + "ref/netcoreapp2.1/System.Net.NameResolution.dll": {}, 73 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": {}, 74 + "ref/netcoreapp2.1/System.Net.Ping.dll": {}, 75 + "ref/netcoreapp2.1/System.Net.Primitives.dll": {}, 76 + "ref/netcoreapp2.1/System.Net.Requests.dll": {}, 77 + "ref/netcoreapp2.1/System.Net.Security.dll": {}, 78 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll": {}, 79 + "ref/netcoreapp2.1/System.Net.Sockets.dll": {}, 80 + "ref/netcoreapp2.1/System.Net.WebClient.dll": {}, 81 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {}, 82 + "ref/netcoreapp2.1/System.Net.WebProxy.dll": {}, 83 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": {}, 84 + "ref/netcoreapp2.1/System.Net.WebSockets.dll": {}, 85 + "ref/netcoreapp2.1/System.Net.dll": {}, 86 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll": {}, 87 + "ref/netcoreapp2.1/System.Numerics.dll": {}, 88 + "ref/netcoreapp2.1/System.ObjectModel.dll": {}, 89 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {}, 90 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {}, 91 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {}, 92 + "ref/netcoreapp2.1/System.Reflection.Emit.dll": {}, 93 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, 94 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll": {}, 95 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll": {}, 96 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {}, 97 + "ref/netcoreapp2.1/System.Reflection.dll": {}, 98 + "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, 99 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": {}, 100 + "ref/netcoreapp2.1/System.Resources.Writer.dll": {}, 101 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {}, 102 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll": {}, 103 + "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, 104 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}, 105 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {}, 106 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": {}, 107 + "ref/netcoreapp2.1/System.Runtime.Loader.dll": {}, 108 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll": {}, 109 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {}, 110 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {}, 111 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {}, 112 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {}, 113 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll": {}, 114 + "ref/netcoreapp2.1/System.Runtime.dll": {}, 115 + "ref/netcoreapp2.1/System.Security.Claims.dll": {}, 116 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {}, 117 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {}, 118 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {}, 119 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {}, 120 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {}, 121 + "ref/netcoreapp2.1/System.Security.Principal.dll": {}, 122 + "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, 123 + "ref/netcoreapp2.1/System.Security.dll": {}, 124 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, 125 + "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, 126 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {}, 127 + "ref/netcoreapp2.1/System.Text.Encoding.dll": {}, 128 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": {}, 129 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll": {}, 130 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {}, 131 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {}, 132 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {}, 133 + "ref/netcoreapp2.1/System.Threading.Tasks.dll": {}, 134 + "ref/netcoreapp2.1/System.Threading.Thread.dll": {}, 135 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": {}, 136 + "ref/netcoreapp2.1/System.Threading.Timer.dll": {}, 137 + "ref/netcoreapp2.1/System.Threading.dll": {}, 138 + "ref/netcoreapp2.1/System.Transactions.Local.dll": {}, 139 + "ref/netcoreapp2.1/System.Transactions.dll": {}, 140 + "ref/netcoreapp2.1/System.ValueTuple.dll": {}, 141 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll": {}, 142 + "ref/netcoreapp2.1/System.Web.dll": {}, 143 + "ref/netcoreapp2.1/System.Windows.dll": {}, 144 + "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, 145 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": {}, 146 + "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, 147 + "ref/netcoreapp2.1/System.Xml.XDocument.dll": {}, 148 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {}, 149 + "ref/netcoreapp2.1/System.Xml.XPath.dll": {}, 150 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, 151 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": {}, 152 + "ref/netcoreapp2.1/System.Xml.dll": {}, 153 + "ref/netcoreapp2.1/System.dll": {}, 154 + "ref/netcoreapp2.1/WindowsBase.dll": {}, 155 + "ref/netcoreapp2.1/mscorlib.dll": {}, 156 + "ref/netcoreapp2.1/netstandard.dll": {} 157 + }, 158 + "build": { 159 + "build/netcoreapp2.1/Microsoft.NETCore.App.props": {}, 160 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets": {} 161 + } 162 + }, 163 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 164 + "type": "package" 165 + }, 166 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 167 + "type": "package", 168 + "dependencies": { 169 + "Microsoft.NETCore.DotNetHostResolver": "2.1.0" 170 + } 171 + }, 172 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 173 + "type": "package", 174 + "dependencies": { 175 + "Microsoft.NETCore.DotNetAppHost": "2.1.0" 176 + } 177 + }, 178 + "Microsoft.NETCore.Platforms/2.1.0": { 179 + "type": "package", 180 + "compile": { 181 + "lib/netstandard1.0/_._": {} 182 + }, 183 + "runtime": { 184 + "lib/netstandard1.0/_._": {} 185 + } 186 + }, 187 + "Microsoft.NETCore.Targets/2.1.0": { 188 + "type": "package", 189 + "compile": { 190 + "lib/netstandard1.0/_._": {} 191 + }, 192 + "runtime": { 193 + "lib/netstandard1.0/_._": {} 194 + } 195 + }, 196 + "NETStandard.Library/2.0.3": { 197 + "type": "package", 198 + "dependencies": { 199 + "Microsoft.NETCore.Platforms": "1.1.0" 200 + }, 201 + "compile": { 202 + "lib/netstandard1.0/_._": {} 203 + }, 204 + "runtime": { 205 + "lib/netstandard1.0/_._": {} 206 + }, 207 + "build": { 208 + "build/netstandard2.0/NETStandard.Library.targets": {} 209 + } 210 + } 211 + } 212 + }, 213 + "libraries": { 214 + "Microsoft.NETCore.App/2.1.0": { 215 + "sha512": "JNHhG+j5eIhG26+H721IDmwswGUznTwwSuJMFe/08h0X2YarHvA15sVAvUkA/2Sp3W0ENNm48t+J7KTPRqEpfA==", 216 + "type": "package", 217 + "path": "microsoft.netcore.app/2.1.0", 218 + "files": [ 219 + ".nupkg.metadata", 220 + ".signature.p7s", 221 + "LICENSE.TXT", 222 + "Microsoft.NETCore.App.versions.txt", 223 + "THIRD-PARTY-NOTICES.TXT", 224 + "build/netcoreapp2.1/Microsoft.NETCore.App.PlatformManifest.txt", 225 + "build/netcoreapp2.1/Microsoft.NETCore.App.props", 226 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets", 227 + "microsoft.netcore.app.2.1.0.nupkg.sha512", 228 + "microsoft.netcore.app.nuspec", 229 + "ref/netcoreapp/_._", 230 + "ref/netcoreapp2.1/Microsoft.CSharp.dll", 231 + "ref/netcoreapp2.1/Microsoft.CSharp.xml", 232 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll", 233 + "ref/netcoreapp2.1/Microsoft.VisualBasic.xml", 234 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll", 235 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.xml", 236 + "ref/netcoreapp2.1/System.AppContext.dll", 237 + "ref/netcoreapp2.1/System.Buffers.dll", 238 + "ref/netcoreapp2.1/System.Buffers.xml", 239 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll", 240 + "ref/netcoreapp2.1/System.Collections.Concurrent.xml", 241 + "ref/netcoreapp2.1/System.Collections.Immutable.dll", 242 + "ref/netcoreapp2.1/System.Collections.Immutable.xml", 243 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll", 244 + "ref/netcoreapp2.1/System.Collections.NonGeneric.xml", 245 + "ref/netcoreapp2.1/System.Collections.Specialized.dll", 246 + "ref/netcoreapp2.1/System.Collections.Specialized.xml", 247 + "ref/netcoreapp2.1/System.Collections.dll", 248 + "ref/netcoreapp2.1/System.Collections.xml", 249 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll", 250 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.xml", 251 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll", 252 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll", 253 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.xml", 254 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll", 255 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.xml", 256 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll", 257 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.xml", 258 + "ref/netcoreapp2.1/System.ComponentModel.dll", 259 + "ref/netcoreapp2.1/System.ComponentModel.xml", 260 + "ref/netcoreapp2.1/System.Configuration.dll", 261 + "ref/netcoreapp2.1/System.Console.dll", 262 + "ref/netcoreapp2.1/System.Console.xml", 263 + "ref/netcoreapp2.1/System.Core.dll", 264 + "ref/netcoreapp2.1/System.Data.Common.dll", 265 + "ref/netcoreapp2.1/System.Data.Common.xml", 266 + "ref/netcoreapp2.1/System.Data.dll", 267 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll", 268 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.xml", 269 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll", 270 + "ref/netcoreapp2.1/System.Diagnostics.Debug.xml", 271 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll", 272 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.xml", 273 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll", 274 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.xml", 275 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll", 276 + "ref/netcoreapp2.1/System.Diagnostics.Process.xml", 277 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll", 278 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.xml", 279 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll", 280 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.xml", 281 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll", 282 + "ref/netcoreapp2.1/System.Diagnostics.Tools.xml", 283 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll", 284 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.xml", 285 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll", 286 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.xml", 287 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll", 288 + "ref/netcoreapp2.1/System.Drawing.Primitives.xml", 289 + "ref/netcoreapp2.1/System.Drawing.dll", 290 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll", 291 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll", 292 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll", 293 + "ref/netcoreapp2.1/System.Globalization.dll", 294 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll", 295 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll", 296 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll", 297 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.xml", 298 + "ref/netcoreapp2.1/System.IO.Compression.dll", 299 + "ref/netcoreapp2.1/System.IO.Compression.xml", 300 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll", 301 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.xml", 302 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll", 303 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll", 304 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.xml", 305 + "ref/netcoreapp2.1/System.IO.FileSystem.dll", 306 + "ref/netcoreapp2.1/System.IO.FileSystem.xml", 307 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll", 308 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.xml", 309 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll", 310 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.xml", 311 + "ref/netcoreapp2.1/System.IO.Pipes.dll", 312 + "ref/netcoreapp2.1/System.IO.Pipes.xml", 313 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll", 314 + "ref/netcoreapp2.1/System.IO.dll", 315 + "ref/netcoreapp2.1/System.Linq.Expressions.dll", 316 + "ref/netcoreapp2.1/System.Linq.Expressions.xml", 317 + "ref/netcoreapp2.1/System.Linq.Parallel.dll", 318 + "ref/netcoreapp2.1/System.Linq.Parallel.xml", 319 + "ref/netcoreapp2.1/System.Linq.Queryable.dll", 320 + "ref/netcoreapp2.1/System.Linq.Queryable.xml", 321 + "ref/netcoreapp2.1/System.Linq.dll", 322 + "ref/netcoreapp2.1/System.Linq.xml", 323 + "ref/netcoreapp2.1/System.Memory.dll", 324 + "ref/netcoreapp2.1/System.Memory.xml", 325 + "ref/netcoreapp2.1/System.Net.Http.dll", 326 + "ref/netcoreapp2.1/System.Net.Http.xml", 327 + "ref/netcoreapp2.1/System.Net.HttpListener.dll", 328 + "ref/netcoreapp2.1/System.Net.HttpListener.xml", 329 + "ref/netcoreapp2.1/System.Net.Mail.dll", 330 + "ref/netcoreapp2.1/System.Net.Mail.xml", 331 + "ref/netcoreapp2.1/System.Net.NameResolution.dll", 332 + "ref/netcoreapp2.1/System.Net.NameResolution.xml", 333 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll", 334 + "ref/netcoreapp2.1/System.Net.NetworkInformation.xml", 335 + "ref/netcoreapp2.1/System.Net.Ping.dll", 336 + "ref/netcoreapp2.1/System.Net.Ping.xml", 337 + "ref/netcoreapp2.1/System.Net.Primitives.dll", 338 + "ref/netcoreapp2.1/System.Net.Primitives.xml", 339 + "ref/netcoreapp2.1/System.Net.Requests.dll", 340 + "ref/netcoreapp2.1/System.Net.Requests.xml", 341 + "ref/netcoreapp2.1/System.Net.Security.dll", 342 + "ref/netcoreapp2.1/System.Net.Security.xml", 343 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll", 344 + "ref/netcoreapp2.1/System.Net.ServicePoint.xml", 345 + "ref/netcoreapp2.1/System.Net.Sockets.dll", 346 + "ref/netcoreapp2.1/System.Net.Sockets.xml", 347 + "ref/netcoreapp2.1/System.Net.WebClient.dll", 348 + "ref/netcoreapp2.1/System.Net.WebClient.xml", 349 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll", 350 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.xml", 351 + "ref/netcoreapp2.1/System.Net.WebProxy.dll", 352 + "ref/netcoreapp2.1/System.Net.WebProxy.xml", 353 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll", 354 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.xml", 355 + "ref/netcoreapp2.1/System.Net.WebSockets.dll", 356 + "ref/netcoreapp2.1/System.Net.WebSockets.xml", 357 + "ref/netcoreapp2.1/System.Net.dll", 358 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll", 359 + "ref/netcoreapp2.1/System.Numerics.Vectors.xml", 360 + "ref/netcoreapp2.1/System.Numerics.dll", 361 + "ref/netcoreapp2.1/System.ObjectModel.dll", 362 + "ref/netcoreapp2.1/System.ObjectModel.xml", 363 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll", 364 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.xml", 365 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll", 366 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.xml", 367 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll", 368 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.xml", 369 + "ref/netcoreapp2.1/System.Reflection.Emit.dll", 370 + "ref/netcoreapp2.1/System.Reflection.Emit.xml", 371 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll", 372 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll", 373 + "ref/netcoreapp2.1/System.Reflection.Metadata.xml", 374 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll", 375 + "ref/netcoreapp2.1/System.Reflection.Primitives.xml", 376 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll", 377 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.xml", 378 + "ref/netcoreapp2.1/System.Reflection.dll", 379 + "ref/netcoreapp2.1/System.Resources.Reader.dll", 380 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll", 381 + "ref/netcoreapp2.1/System.Resources.ResourceManager.xml", 382 + "ref/netcoreapp2.1/System.Resources.Writer.dll", 383 + "ref/netcoreapp2.1/System.Resources.Writer.xml", 384 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll", 385 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.xml", 386 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll", 387 + "ref/netcoreapp2.1/System.Runtime.Extensions.xml", 388 + "ref/netcoreapp2.1/System.Runtime.Handles.dll", 389 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll", 390 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.xml", 391 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll", 392 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.xml", 393 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll", 394 + "ref/netcoreapp2.1/System.Runtime.InteropServices.xml", 395 + "ref/netcoreapp2.1/System.Runtime.Loader.dll", 396 + "ref/netcoreapp2.1/System.Runtime.Loader.xml", 397 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll", 398 + "ref/netcoreapp2.1/System.Runtime.Numerics.xml", 399 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll", 400 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.xml", 401 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll", 402 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.xml", 403 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll", 404 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.xml", 405 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll", 406 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.xml", 407 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll", 408 + "ref/netcoreapp2.1/System.Runtime.dll", 409 + "ref/netcoreapp2.1/System.Runtime.xml", 410 + "ref/netcoreapp2.1/System.Security.Claims.dll", 411 + "ref/netcoreapp2.1/System.Security.Claims.xml", 412 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll", 413 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.xml", 414 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll", 415 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.xml", 416 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll", 417 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.xml", 418 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll", 419 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.xml", 420 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll", 421 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.xml", 422 + "ref/netcoreapp2.1/System.Security.Principal.dll", 423 + "ref/netcoreapp2.1/System.Security.Principal.xml", 424 + "ref/netcoreapp2.1/System.Security.SecureString.dll", 425 + "ref/netcoreapp2.1/System.Security.dll", 426 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll", 427 + "ref/netcoreapp2.1/System.ServiceProcess.dll", 428 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll", 429 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.xml", 430 + "ref/netcoreapp2.1/System.Text.Encoding.dll", 431 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll", 432 + "ref/netcoreapp2.1/System.Text.RegularExpressions.xml", 433 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll", 434 + "ref/netcoreapp2.1/System.Threading.Overlapped.xml", 435 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll", 436 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.xml", 437 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll", 438 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.xml", 439 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll", 440 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.xml", 441 + "ref/netcoreapp2.1/System.Threading.Tasks.dll", 442 + "ref/netcoreapp2.1/System.Threading.Tasks.xml", 443 + "ref/netcoreapp2.1/System.Threading.Thread.dll", 444 + "ref/netcoreapp2.1/System.Threading.Thread.xml", 445 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll", 446 + "ref/netcoreapp2.1/System.Threading.ThreadPool.xml", 447 + "ref/netcoreapp2.1/System.Threading.Timer.dll", 448 + "ref/netcoreapp2.1/System.Threading.Timer.xml", 449 + "ref/netcoreapp2.1/System.Threading.dll", 450 + "ref/netcoreapp2.1/System.Threading.xml", 451 + "ref/netcoreapp2.1/System.Transactions.Local.dll", 452 + "ref/netcoreapp2.1/System.Transactions.Local.xml", 453 + "ref/netcoreapp2.1/System.Transactions.dll", 454 + "ref/netcoreapp2.1/System.ValueTuple.dll", 455 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll", 456 + "ref/netcoreapp2.1/System.Web.HttpUtility.xml", 457 + "ref/netcoreapp2.1/System.Web.dll", 458 + "ref/netcoreapp2.1/System.Windows.dll", 459 + "ref/netcoreapp2.1/System.Xml.Linq.dll", 460 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll", 461 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.xml", 462 + "ref/netcoreapp2.1/System.Xml.Serialization.dll", 463 + "ref/netcoreapp2.1/System.Xml.XDocument.dll", 464 + "ref/netcoreapp2.1/System.Xml.XDocument.xml", 465 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll", 466 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.xml", 467 + "ref/netcoreapp2.1/System.Xml.XPath.dll", 468 + "ref/netcoreapp2.1/System.Xml.XPath.xml", 469 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll", 470 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll", 471 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.xml", 472 + "ref/netcoreapp2.1/System.Xml.dll", 473 + "ref/netcoreapp2.1/System.dll", 474 + "ref/netcoreapp2.1/WindowsBase.dll", 475 + "ref/netcoreapp2.1/mscorlib.dll", 476 + "ref/netcoreapp2.1/netstandard.dll", 477 + "runtime.json" 478 + ] 479 + }, 480 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 481 + "sha512": "vMn8V3GOp/SPOG2oE8WxswzAWZ/GZmc8EPiB3vc2EZ6us14ehXhsvUFXndYopGNSjCa9OdqC6L6xStF1KyUZnw==", 482 + "type": "package", 483 + "path": "microsoft.netcore.dotnetapphost/2.1.0", 484 + "files": [ 485 + ".nupkg.metadata", 486 + ".signature.p7s", 487 + "LICENSE.TXT", 488 + "THIRD-PARTY-NOTICES.TXT", 489 + "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512", 490 + "microsoft.netcore.dotnetapphost.nuspec", 491 + "runtime.json" 492 + ] 493 + }, 494 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 495 + "sha512": "vBUwNihtLUVS2HhO6WocYfAktRmfFihm6JB8/sJ53caVW+AelvbnYpfiGzaZDpkWjN6vA3xzOKPu9Vu8Zz3p8Q==", 496 + "type": "package", 497 + "path": "microsoft.netcore.dotnethostpolicy/2.1.0", 498 + "files": [ 499 + ".nupkg.metadata", 500 + ".signature.p7s", 501 + "LICENSE.TXT", 502 + "THIRD-PARTY-NOTICES.TXT", 503 + "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512", 504 + "microsoft.netcore.dotnethostpolicy.nuspec", 505 + "runtime.json" 506 + ] 507 + }, 508 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 509 + "sha512": "o0PRql5qOHFEY3d1WvzE+T7cMFKtOsWLMg8L1oTeGNnI4u5AzOj8o6AdZT3y2GxFA1DAx7AQ9qZjpCO2/bgZRw==", 510 + "type": "package", 511 + "path": "microsoft.netcore.dotnethostresolver/2.1.0", 512 + "files": [ 513 + ".nupkg.metadata", 514 + ".signature.p7s", 515 + "LICENSE.TXT", 516 + "THIRD-PARTY-NOTICES.TXT", 517 + "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512", 518 + "microsoft.netcore.dotnethostresolver.nuspec", 519 + "runtime.json" 520 + ] 521 + }, 522 + "Microsoft.NETCore.Platforms/2.1.0": { 523 + "sha512": "ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==", 524 + "type": "package", 525 + "path": "microsoft.netcore.platforms/2.1.0", 526 + "files": [ 527 + ".nupkg.metadata", 528 + ".signature.p7s", 529 + "LICENSE.TXT", 530 + "THIRD-PARTY-NOTICES.TXT", 531 + "lib/netstandard1.0/_._", 532 + "microsoft.netcore.platforms.2.1.0.nupkg.sha512", 533 + "microsoft.netcore.platforms.nuspec", 534 + "runtime.json", 535 + "useSharedDesignerContext.txt", 536 + "version.txt" 537 + ] 538 + }, 539 + "Microsoft.NETCore.Targets/2.1.0": { 540 + "sha512": "x188gIZXOwFXkPXyGavEcPGcR6RGvjFOES2QzskN4gERZjWPN34qhRsZVMC0CLJfQLGSButarcgWxPPM4vmg0w==", 541 + "type": "package", 542 + "path": "microsoft.netcore.targets/2.1.0", 543 + "files": [ 544 + ".nupkg.metadata", 545 + ".signature.p7s", 546 + "LICENSE.TXT", 547 + "THIRD-PARTY-NOTICES.TXT", 548 + "lib/netstandard1.0/_._", 549 + "microsoft.netcore.targets.2.1.0.nupkg.sha512", 550 + "microsoft.netcore.targets.nuspec", 551 + "runtime.json", 552 + "useSharedDesignerContext.txt", 553 + "version.txt" 554 + ] 555 + }, 556 + "NETStandard.Library/2.0.3": { 557 + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", 558 + "type": "package", 559 + "path": "netstandard.library/2.0.3", 560 + "files": [ 561 + ".nupkg.metadata", 562 + "LICENSE.TXT", 563 + "THIRD-PARTY-NOTICES.TXT", 564 + "build/netstandard2.0/NETStandard.Library.targets", 565 + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", 566 + "build/netstandard2.0/ref/System.AppContext.dll", 567 + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", 568 + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", 569 + "build/netstandard2.0/ref/System.Collections.Specialized.dll", 570 + "build/netstandard2.0/ref/System.Collections.dll", 571 + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", 572 + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", 573 + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", 574 + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", 575 + "build/netstandard2.0/ref/System.ComponentModel.dll", 576 + "build/netstandard2.0/ref/System.Console.dll", 577 + "build/netstandard2.0/ref/System.Core.dll", 578 + "build/netstandard2.0/ref/System.Data.Common.dll", 579 + "build/netstandard2.0/ref/System.Data.dll", 580 + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", 581 + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", 582 + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", 583 + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", 584 + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", 585 + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", 586 + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", 587 + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", 588 + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", 589 + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", 590 + "build/netstandard2.0/ref/System.Drawing.dll", 591 + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", 592 + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", 593 + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", 594 + "build/netstandard2.0/ref/System.Globalization.dll", 595 + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", 596 + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", 597 + "build/netstandard2.0/ref/System.IO.Compression.dll", 598 + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", 599 + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", 600 + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", 601 + "build/netstandard2.0/ref/System.IO.FileSystem.dll", 602 + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", 603 + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", 604 + "build/netstandard2.0/ref/System.IO.Pipes.dll", 605 + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", 606 + "build/netstandard2.0/ref/System.IO.dll", 607 + "build/netstandard2.0/ref/System.Linq.Expressions.dll", 608 + "build/netstandard2.0/ref/System.Linq.Parallel.dll", 609 + "build/netstandard2.0/ref/System.Linq.Queryable.dll", 610 + "build/netstandard2.0/ref/System.Linq.dll", 611 + "build/netstandard2.0/ref/System.Net.Http.dll", 612 + "build/netstandard2.0/ref/System.Net.NameResolution.dll", 613 + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", 614 + "build/netstandard2.0/ref/System.Net.Ping.dll", 615 + "build/netstandard2.0/ref/System.Net.Primitives.dll", 616 + "build/netstandard2.0/ref/System.Net.Requests.dll", 617 + "build/netstandard2.0/ref/System.Net.Security.dll", 618 + "build/netstandard2.0/ref/System.Net.Sockets.dll", 619 + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", 620 + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", 621 + "build/netstandard2.0/ref/System.Net.WebSockets.dll", 622 + "build/netstandard2.0/ref/System.Net.dll", 623 + "build/netstandard2.0/ref/System.Numerics.dll", 624 + "build/netstandard2.0/ref/System.ObjectModel.dll", 625 + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", 626 + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", 627 + "build/netstandard2.0/ref/System.Reflection.dll", 628 + "build/netstandard2.0/ref/System.Resources.Reader.dll", 629 + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", 630 + "build/netstandard2.0/ref/System.Resources.Writer.dll", 631 + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", 632 + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", 633 + "build/netstandard2.0/ref/System.Runtime.Handles.dll", 634 + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", 635 + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", 636 + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", 637 + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", 638 + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", 639 + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", 640 + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", 641 + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", 642 + "build/netstandard2.0/ref/System.Runtime.dll", 643 + "build/netstandard2.0/ref/System.Security.Claims.dll", 644 + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", 645 + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", 646 + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", 647 + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", 648 + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", 649 + "build/netstandard2.0/ref/System.Security.Principal.dll", 650 + "build/netstandard2.0/ref/System.Security.SecureString.dll", 651 + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", 652 + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", 653 + "build/netstandard2.0/ref/System.Text.Encoding.dll", 654 + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", 655 + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", 656 + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", 657 + "build/netstandard2.0/ref/System.Threading.Tasks.dll", 658 + "build/netstandard2.0/ref/System.Threading.Thread.dll", 659 + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", 660 + "build/netstandard2.0/ref/System.Threading.Timer.dll", 661 + "build/netstandard2.0/ref/System.Threading.dll", 662 + "build/netstandard2.0/ref/System.Transactions.dll", 663 + "build/netstandard2.0/ref/System.ValueTuple.dll", 664 + "build/netstandard2.0/ref/System.Web.dll", 665 + "build/netstandard2.0/ref/System.Windows.dll", 666 + "build/netstandard2.0/ref/System.Xml.Linq.dll", 667 + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", 668 + "build/netstandard2.0/ref/System.Xml.Serialization.dll", 669 + "build/netstandard2.0/ref/System.Xml.XDocument.dll", 670 + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", 671 + "build/netstandard2.0/ref/System.Xml.XPath.dll", 672 + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", 673 + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", 674 + "build/netstandard2.0/ref/System.Xml.dll", 675 + "build/netstandard2.0/ref/System.dll", 676 + "build/netstandard2.0/ref/mscorlib.dll", 677 + "build/netstandard2.0/ref/netstandard.dll", 678 + "build/netstandard2.0/ref/netstandard.xml", 679 + "lib/netstandard1.0/_._", 680 + "netstandard.library.2.0.3.nupkg.sha512", 681 + "netstandard.library.nuspec" 682 + ] 683 + } 684 + }, 685 + "projectFileDependencyGroups": { 686 + ".NETCoreApp,Version=v2.1": [ 687 + "Microsoft.NETCore.App >= 2.1.0" 688 + ] 689 + }, 690 + "packageFolders": { 691 + "C:\\Users\\Kristian Binau\\.nuget\\packages\\": {}, 692 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} 693 + }, 694 + "project": { 695 + "version": "1.0.0", 696 + "restore": { 697 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\terningerV2.csproj", 698 + "projectName": "terningerV2", 699 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\terningerV2.csproj", 700 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 701 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\obj\\", 702 + "projectStyle": "PackageReference", 703 + "fallbackFolders": [ 704 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 705 + ], 706 + "configFilePaths": [ 707 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 708 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 709 + ], 710 + "originalTargetFrameworks": [ 711 + "netcoreapp2.1" 712 + ], 713 + "sources": { 714 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 715 + "https://api.nuget.org/v3/index.json": {} 716 + }, 717 + "frameworks": { 718 + "netcoreapp2.1": { 719 + "projectReferences": {} 720 + } 721 + }, 722 + "warningProperties": { 723 + "warnAsError": [ 724 + "NU1605" 725 + ] 726 + } 727 + }, 728 + "frameworks": { 729 + "netcoreapp2.1": { 730 + "dependencies": { 731 + "Microsoft.NETCore.App": { 732 + "target": "Package", 733 + "version": "[2.1.0, )", 734 + "autoReferenced": true 735 + } 736 + }, 737 + "imports": [ 738 + "net461" 739 + ], 740 + "assetTargetFallback": true, 741 + "warn": true 742 + } 743 + } 744 + } 745 + }
+5
terningerV2/terningerV2/obj/terningerV2.csproj.nuget.cache
··· 1 + { 2 + "version": 1, 3 + "dgSpecHash": "wJY2W4yCFbep7sC0JKrxSO6zKynTlCYVFrTXuWrN8nnDBqTHIhx3Cp0+o29dz4KGfjxeP8durt5UQStDCTTGtw==", 4 + "success": true 5 + }
+59
terningerV2/terningerV2/obj/terningerV2.csproj.nuget.dgspec.json
··· 1 + { 2 + "format": 1, 3 + "restore": { 4 + "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\terningerV2.csproj": {} 5 + }, 6 + "projects": { 7 + "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\terningerV2.csproj": { 8 + "version": "1.0.0", 9 + "restore": { 10 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\terningerV2.csproj", 11 + "projectName": "terningerV2", 12 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\terningerV2.csproj", 13 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 14 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\terningerV2\\terningerV2\\obj\\", 15 + "projectStyle": "PackageReference", 16 + "fallbackFolders": [ 17 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 18 + ], 19 + "configFilePaths": [ 20 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 21 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 22 + ], 23 + "originalTargetFrameworks": [ 24 + "netcoreapp2.1" 25 + ], 26 + "sources": { 27 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 28 + "https://api.nuget.org/v3/index.json": {} 29 + }, 30 + "frameworks": { 31 + "netcoreapp2.1": { 32 + "projectReferences": {} 33 + } 34 + }, 35 + "warningProperties": { 36 + "warnAsError": [ 37 + "NU1605" 38 + ] 39 + } 40 + }, 41 + "frameworks": { 42 + "netcoreapp2.1": { 43 + "dependencies": { 44 + "Microsoft.NETCore.App": { 45 + "target": "Package", 46 + "version": "[2.1.0, )", 47 + "autoReferenced": true 48 + } 49 + }, 50 + "imports": [ 51 + "net461" 52 + ], 53 + "assetTargetFallback": true, 54 + "warn": true 55 + } 56 + } 57 + } 58 + } 59 + }
+18
terningerV2/terningerV2/obj/terningerV2.csproj.nuget.g.props
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 4 + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> 5 + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> 6 + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> 7 + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> 8 + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Kristian Binau\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> 9 + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> 10 + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.2.0</NuGetToolVersion> 11 + </PropertyGroup> 12 + <PropertyGroup> 13 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 14 + </PropertyGroup> 15 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 16 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props')" /> 17 + </ImportGroup> 18 + </Project>
+10
terningerV2/terningerV2/obj/terningerV2.csproj.nuget.g.targets
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup> 4 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 5 + </PropertyGroup> 6 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 7 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> 8 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets')" /> 9 + </ImportGroup> 10 + </Project>
+8
terningerV2/terningerV2/terningerV2.csproj
··· 1 + <Project Sdk="Microsoft.NET.Sdk"> 2 + 3 + <PropertyGroup> 4 + <OutputType>Exe</OutputType> 5 + <TargetFramework>netcoreapp2.1</TargetFramework> 6 + </PropertyGroup> 7 + 8 + </Project>
+25
testingGrounds/testingGrounds.sln
··· 1 +  2 + Microsoft Visual Studio Solution File, Format Version 12.00 3 + # Visual Studio Version 16 4 + VisualStudioVersion = 16.0.29123.88 5 + MinimumVisualStudioVersion = 10.0.40219.1 6 + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testingGrounds", "testingGrounds\testingGrounds.csproj", "{5600A003-F25A-41B3-ACF9-A9F583E2B067}" 7 + EndProject 8 + Global 9 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 + Debug|Any CPU = Debug|Any CPU 11 + Release|Any CPU = Release|Any CPU 12 + EndGlobalSection 13 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 + {5600A003-F25A-41B3-ACF9-A9F583E2B067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 + {5600A003-F25A-41B3-ACF9-A9F583E2B067}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 + {5600A003-F25A-41B3-ACF9-A9F583E2B067}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 + {5600A003-F25A-41B3-ACF9-A9F583E2B067}.Release|Any CPU.Build.0 = Release|Any CPU 18 + EndGlobalSection 19 + GlobalSection(SolutionProperties) = preSolution 20 + HideSolutionNode = FALSE 21 + EndGlobalSection 22 + GlobalSection(ExtensibilityGlobals) = postSolution 23 + SolutionGuid = {E822169E-7B29-4BCC-9A37-A0BBF610653A} 24 + EndGlobalSection 25 + EndGlobal
+18
testingGrounds/testingGrounds/Program.cs
··· 1 + using System; 2 + using System.Collections.Generic; 3 + 4 + namespace testingGrounds 5 + { 6 + class Program 7 + { 8 + static void Main(string[] args) 9 + { 10 + List<int> myInts = new List<int>(); 11 + myInts.Add(5); 12 + myInts.Add(10); 13 + myInts.Add(11); 14 + 15 + Console.WriteLine(myInts[1]); 16 + } 17 + } 18 + }
+23
testingGrounds/testingGrounds/bin/Debug/netcoreapp2.1/testingGrounds.deps.json
··· 1 + { 2 + "runtimeTarget": { 3 + "name": ".NETCoreApp,Version=v2.1", 4 + "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" 5 + }, 6 + "compilationOptions": {}, 7 + "targets": { 8 + ".NETCoreApp,Version=v2.1": { 9 + "testingGrounds/1.0.0": { 10 + "runtime": { 11 + "testingGrounds.dll": {} 12 + } 13 + } 14 + } 15 + }, 16 + "libraries": { 17 + "testingGrounds/1.0.0": { 18 + "type": "project", 19 + "serviceable": false, 20 + "sha512": "" 21 + } 22 + } 23 + }
testingGrounds/testingGrounds/bin/Debug/netcoreapp2.1/testingGrounds.dll

This is a binary file and will not be displayed.

testingGrounds/testingGrounds/bin/Debug/netcoreapp2.1/testingGrounds.pdb

This is a binary file and will not be displayed.

+9
testingGrounds/testingGrounds/bin/Debug/netcoreapp2.1/testingGrounds.runtimeconfig.dev.json
··· 1 + { 2 + "runtimeOptions": { 3 + "additionalProbingPaths": [ 4 + "C:\\Users\\Kristian Binau\\.dotnet\\store\\|arch|\\|tfm|", 5 + "C:\\Users\\Kristian Binau\\.nuget\\packages", 6 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 7 + ] 8 + } 9 + }
+9
testingGrounds/testingGrounds/bin/Debug/netcoreapp2.1/testingGrounds.runtimeconfig.json
··· 1 + { 2 + "runtimeOptions": { 3 + "tfm": "netcoreapp2.1", 4 + "framework": { 5 + "name": "Microsoft.NETCore.App", 6 + "version": "2.1.0" 7 + } 8 + } 9 + }
+23
testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.AssemblyInfo.cs
··· 1 + //------------------------------------------------------------------------------ 2 + // <auto-generated> 3 + // This code was generated by a tool. 4 + // Runtime Version:4.0.30319.42000 5 + // 6 + // Changes to this file may cause incorrect behavior and will be lost if 7 + // the code is regenerated. 8 + // </auto-generated> 9 + //------------------------------------------------------------------------------ 10 + 11 + using System; 12 + using System.Reflection; 13 + 14 + [assembly: System.Reflection.AssemblyCompanyAttribute("testingGrounds")] 15 + [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 16 + [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 17 + [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 18 + [assembly: System.Reflection.AssemblyProductAttribute("testingGrounds")] 19 + [assembly: System.Reflection.AssemblyTitleAttribute("testingGrounds")] 20 + [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 21 + 22 + // Generated by the MSBuild WriteCodeFragment class. 23 +
+1
testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.AssemblyInfoInputs.cache
··· 1 + e152130bf5831734bd2e289ca91a59a4861940d4
testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.assets.cache

This is a binary file and will not be displayed.

+1
testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.csproj.CoreCompileInputs.cache
··· 1 + 2bf562dab5164f944e30c31c8421d3966f3de30b
+10
testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.csproj.FileListAbsolute.txt
··· 1 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\obj\Debug\netcoreapp2.1\testingGrounds.csproj.CoreCompileInputs.cache 2 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\obj\Debug\netcoreapp2.1\testingGrounds.AssemblyInfoInputs.cache 3 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\obj\Debug\netcoreapp2.1\testingGrounds.AssemblyInfo.cs 4 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\bin\Debug\netcoreapp2.1\testingGrounds.deps.json 5 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\bin\Debug\netcoreapp2.1\testingGrounds.runtimeconfig.json 6 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\bin\Debug\netcoreapp2.1\testingGrounds.runtimeconfig.dev.json 7 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\bin\Debug\netcoreapp2.1\testingGrounds.dll 8 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\bin\Debug\netcoreapp2.1\testingGrounds.pdb 9 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\obj\Debug\netcoreapp2.1\testingGrounds.dll 10 + C:\Users\Kristian Binau\source\repos\testingGrounds\testingGrounds\obj\Debug\netcoreapp2.1\testingGrounds.pdb
testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.dll

This is a binary file and will not be displayed.

testingGrounds/testingGrounds/obj/Debug/netcoreapp2.1/testingGrounds.pdb

This is a binary file and will not be displayed.

+745
testingGrounds/testingGrounds/obj/project.assets.json
··· 1 + { 2 + "version": 3, 3 + "targets": { 4 + ".NETCoreApp,Version=v2.1": { 5 + "Microsoft.NETCore.App/2.1.0": { 6 + "type": "package", 7 + "dependencies": { 8 + "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", 9 + "Microsoft.NETCore.Platforms": "2.1.0", 10 + "Microsoft.NETCore.Targets": "2.1.0", 11 + "NETStandard.Library": "2.0.3" 12 + }, 13 + "compile": { 14 + "ref/netcoreapp2.1/Microsoft.CSharp.dll": {}, 15 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": {}, 16 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {}, 17 + "ref/netcoreapp2.1/System.AppContext.dll": {}, 18 + "ref/netcoreapp2.1/System.Buffers.dll": {}, 19 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll": {}, 20 + "ref/netcoreapp2.1/System.Collections.Immutable.dll": {}, 21 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": {}, 22 + "ref/netcoreapp2.1/System.Collections.Specialized.dll": {}, 23 + "ref/netcoreapp2.1/System.Collections.dll": {}, 24 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": {}, 25 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, 26 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {}, 27 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": {}, 28 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {}, 29 + "ref/netcoreapp2.1/System.ComponentModel.dll": {}, 30 + "ref/netcoreapp2.1/System.Configuration.dll": {}, 31 + "ref/netcoreapp2.1/System.Console.dll": {}, 32 + "ref/netcoreapp2.1/System.Core.dll": {}, 33 + "ref/netcoreapp2.1/System.Data.Common.dll": {}, 34 + "ref/netcoreapp2.1/System.Data.dll": {}, 35 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": {}, 36 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": {}, 37 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {}, 38 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {}, 39 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll": {}, 40 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {}, 41 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {}, 42 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": {}, 43 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {}, 44 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": {}, 45 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll": {}, 46 + "ref/netcoreapp2.1/System.Drawing.dll": {}, 47 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, 48 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, 49 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, 50 + "ref/netcoreapp2.1/System.Globalization.dll": {}, 51 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, 52 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, 53 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {}, 54 + "ref/netcoreapp2.1/System.IO.Compression.dll": {}, 55 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {}, 56 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, 57 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {}, 58 + "ref/netcoreapp2.1/System.IO.FileSystem.dll": {}, 59 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": {}, 60 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {}, 61 + "ref/netcoreapp2.1/System.IO.Pipes.dll": {}, 62 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, 63 + "ref/netcoreapp2.1/System.IO.dll": {}, 64 + "ref/netcoreapp2.1/System.Linq.Expressions.dll": {}, 65 + "ref/netcoreapp2.1/System.Linq.Parallel.dll": {}, 66 + "ref/netcoreapp2.1/System.Linq.Queryable.dll": {}, 67 + "ref/netcoreapp2.1/System.Linq.dll": {}, 68 + "ref/netcoreapp2.1/System.Memory.dll": {}, 69 + "ref/netcoreapp2.1/System.Net.Http.dll": {}, 70 + "ref/netcoreapp2.1/System.Net.HttpListener.dll": {}, 71 + "ref/netcoreapp2.1/System.Net.Mail.dll": {}, 72 + "ref/netcoreapp2.1/System.Net.NameResolution.dll": {}, 73 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": {}, 74 + "ref/netcoreapp2.1/System.Net.Ping.dll": {}, 75 + "ref/netcoreapp2.1/System.Net.Primitives.dll": {}, 76 + "ref/netcoreapp2.1/System.Net.Requests.dll": {}, 77 + "ref/netcoreapp2.1/System.Net.Security.dll": {}, 78 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll": {}, 79 + "ref/netcoreapp2.1/System.Net.Sockets.dll": {}, 80 + "ref/netcoreapp2.1/System.Net.WebClient.dll": {}, 81 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {}, 82 + "ref/netcoreapp2.1/System.Net.WebProxy.dll": {}, 83 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": {}, 84 + "ref/netcoreapp2.1/System.Net.WebSockets.dll": {}, 85 + "ref/netcoreapp2.1/System.Net.dll": {}, 86 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll": {}, 87 + "ref/netcoreapp2.1/System.Numerics.dll": {}, 88 + "ref/netcoreapp2.1/System.ObjectModel.dll": {}, 89 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {}, 90 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {}, 91 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {}, 92 + "ref/netcoreapp2.1/System.Reflection.Emit.dll": {}, 93 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, 94 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll": {}, 95 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll": {}, 96 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {}, 97 + "ref/netcoreapp2.1/System.Reflection.dll": {}, 98 + "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, 99 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": {}, 100 + "ref/netcoreapp2.1/System.Resources.Writer.dll": {}, 101 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {}, 102 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll": {}, 103 + "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, 104 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}, 105 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {}, 106 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": {}, 107 + "ref/netcoreapp2.1/System.Runtime.Loader.dll": {}, 108 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll": {}, 109 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {}, 110 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {}, 111 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {}, 112 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {}, 113 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll": {}, 114 + "ref/netcoreapp2.1/System.Runtime.dll": {}, 115 + "ref/netcoreapp2.1/System.Security.Claims.dll": {}, 116 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {}, 117 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {}, 118 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {}, 119 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {}, 120 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {}, 121 + "ref/netcoreapp2.1/System.Security.Principal.dll": {}, 122 + "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, 123 + "ref/netcoreapp2.1/System.Security.dll": {}, 124 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, 125 + "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, 126 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {}, 127 + "ref/netcoreapp2.1/System.Text.Encoding.dll": {}, 128 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": {}, 129 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll": {}, 130 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {}, 131 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {}, 132 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {}, 133 + "ref/netcoreapp2.1/System.Threading.Tasks.dll": {}, 134 + "ref/netcoreapp2.1/System.Threading.Thread.dll": {}, 135 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": {}, 136 + "ref/netcoreapp2.1/System.Threading.Timer.dll": {}, 137 + "ref/netcoreapp2.1/System.Threading.dll": {}, 138 + "ref/netcoreapp2.1/System.Transactions.Local.dll": {}, 139 + "ref/netcoreapp2.1/System.Transactions.dll": {}, 140 + "ref/netcoreapp2.1/System.ValueTuple.dll": {}, 141 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll": {}, 142 + "ref/netcoreapp2.1/System.Web.dll": {}, 143 + "ref/netcoreapp2.1/System.Windows.dll": {}, 144 + "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, 145 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": {}, 146 + "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, 147 + "ref/netcoreapp2.1/System.Xml.XDocument.dll": {}, 148 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {}, 149 + "ref/netcoreapp2.1/System.Xml.XPath.dll": {}, 150 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, 151 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": {}, 152 + "ref/netcoreapp2.1/System.Xml.dll": {}, 153 + "ref/netcoreapp2.1/System.dll": {}, 154 + "ref/netcoreapp2.1/WindowsBase.dll": {}, 155 + "ref/netcoreapp2.1/mscorlib.dll": {}, 156 + "ref/netcoreapp2.1/netstandard.dll": {} 157 + }, 158 + "build": { 159 + "build/netcoreapp2.1/Microsoft.NETCore.App.props": {}, 160 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets": {} 161 + } 162 + }, 163 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 164 + "type": "package" 165 + }, 166 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 167 + "type": "package", 168 + "dependencies": { 169 + "Microsoft.NETCore.DotNetHostResolver": "2.1.0" 170 + } 171 + }, 172 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 173 + "type": "package", 174 + "dependencies": { 175 + "Microsoft.NETCore.DotNetAppHost": "2.1.0" 176 + } 177 + }, 178 + "Microsoft.NETCore.Platforms/2.1.0": { 179 + "type": "package", 180 + "compile": { 181 + "lib/netstandard1.0/_._": {} 182 + }, 183 + "runtime": { 184 + "lib/netstandard1.0/_._": {} 185 + } 186 + }, 187 + "Microsoft.NETCore.Targets/2.1.0": { 188 + "type": "package", 189 + "compile": { 190 + "lib/netstandard1.0/_._": {} 191 + }, 192 + "runtime": { 193 + "lib/netstandard1.0/_._": {} 194 + } 195 + }, 196 + "NETStandard.Library/2.0.3": { 197 + "type": "package", 198 + "dependencies": { 199 + "Microsoft.NETCore.Platforms": "1.1.0" 200 + }, 201 + "compile": { 202 + "lib/netstandard1.0/_._": {} 203 + }, 204 + "runtime": { 205 + "lib/netstandard1.0/_._": {} 206 + }, 207 + "build": { 208 + "build/netstandard2.0/NETStandard.Library.targets": {} 209 + } 210 + } 211 + } 212 + }, 213 + "libraries": { 214 + "Microsoft.NETCore.App/2.1.0": { 215 + "sha512": "JNHhG+j5eIhG26+H721IDmwswGUznTwwSuJMFe/08h0X2YarHvA15sVAvUkA/2Sp3W0ENNm48t+J7KTPRqEpfA==", 216 + "type": "package", 217 + "path": "microsoft.netcore.app/2.1.0", 218 + "files": [ 219 + ".nupkg.metadata", 220 + ".signature.p7s", 221 + "LICENSE.TXT", 222 + "Microsoft.NETCore.App.versions.txt", 223 + "THIRD-PARTY-NOTICES.TXT", 224 + "build/netcoreapp2.1/Microsoft.NETCore.App.PlatformManifest.txt", 225 + "build/netcoreapp2.1/Microsoft.NETCore.App.props", 226 + "build/netcoreapp2.1/Microsoft.NETCore.App.targets", 227 + "microsoft.netcore.app.2.1.0.nupkg.sha512", 228 + "microsoft.netcore.app.nuspec", 229 + "ref/netcoreapp/_._", 230 + "ref/netcoreapp2.1/Microsoft.CSharp.dll", 231 + "ref/netcoreapp2.1/Microsoft.CSharp.xml", 232 + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll", 233 + "ref/netcoreapp2.1/Microsoft.VisualBasic.xml", 234 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll", 235 + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.xml", 236 + "ref/netcoreapp2.1/System.AppContext.dll", 237 + "ref/netcoreapp2.1/System.Buffers.dll", 238 + "ref/netcoreapp2.1/System.Buffers.xml", 239 + "ref/netcoreapp2.1/System.Collections.Concurrent.dll", 240 + "ref/netcoreapp2.1/System.Collections.Concurrent.xml", 241 + "ref/netcoreapp2.1/System.Collections.Immutable.dll", 242 + "ref/netcoreapp2.1/System.Collections.Immutable.xml", 243 + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll", 244 + "ref/netcoreapp2.1/System.Collections.NonGeneric.xml", 245 + "ref/netcoreapp2.1/System.Collections.Specialized.dll", 246 + "ref/netcoreapp2.1/System.Collections.Specialized.xml", 247 + "ref/netcoreapp2.1/System.Collections.dll", 248 + "ref/netcoreapp2.1/System.Collections.xml", 249 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll", 250 + "ref/netcoreapp2.1/System.ComponentModel.Annotations.xml", 251 + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll", 252 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll", 253 + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.xml", 254 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll", 255 + "ref/netcoreapp2.1/System.ComponentModel.Primitives.xml", 256 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll", 257 + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.xml", 258 + "ref/netcoreapp2.1/System.ComponentModel.dll", 259 + "ref/netcoreapp2.1/System.ComponentModel.xml", 260 + "ref/netcoreapp2.1/System.Configuration.dll", 261 + "ref/netcoreapp2.1/System.Console.dll", 262 + "ref/netcoreapp2.1/System.Console.xml", 263 + "ref/netcoreapp2.1/System.Core.dll", 264 + "ref/netcoreapp2.1/System.Data.Common.dll", 265 + "ref/netcoreapp2.1/System.Data.Common.xml", 266 + "ref/netcoreapp2.1/System.Data.dll", 267 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll", 268 + "ref/netcoreapp2.1/System.Diagnostics.Contracts.xml", 269 + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll", 270 + "ref/netcoreapp2.1/System.Diagnostics.Debug.xml", 271 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll", 272 + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.xml", 273 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll", 274 + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.xml", 275 + "ref/netcoreapp2.1/System.Diagnostics.Process.dll", 276 + "ref/netcoreapp2.1/System.Diagnostics.Process.xml", 277 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll", 278 + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.xml", 279 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll", 280 + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.xml", 281 + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll", 282 + "ref/netcoreapp2.1/System.Diagnostics.Tools.xml", 283 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll", 284 + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.xml", 285 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll", 286 + "ref/netcoreapp2.1/System.Diagnostics.Tracing.xml", 287 + "ref/netcoreapp2.1/System.Drawing.Primitives.dll", 288 + "ref/netcoreapp2.1/System.Drawing.Primitives.xml", 289 + "ref/netcoreapp2.1/System.Drawing.dll", 290 + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll", 291 + "ref/netcoreapp2.1/System.Globalization.Calendars.dll", 292 + "ref/netcoreapp2.1/System.Globalization.Extensions.dll", 293 + "ref/netcoreapp2.1/System.Globalization.dll", 294 + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll", 295 + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll", 296 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll", 297 + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.xml", 298 + "ref/netcoreapp2.1/System.IO.Compression.dll", 299 + "ref/netcoreapp2.1/System.IO.Compression.xml", 300 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll", 301 + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.xml", 302 + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll", 303 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll", 304 + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.xml", 305 + "ref/netcoreapp2.1/System.IO.FileSystem.dll", 306 + "ref/netcoreapp2.1/System.IO.FileSystem.xml", 307 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll", 308 + "ref/netcoreapp2.1/System.IO.IsolatedStorage.xml", 309 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll", 310 + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.xml", 311 + "ref/netcoreapp2.1/System.IO.Pipes.dll", 312 + "ref/netcoreapp2.1/System.IO.Pipes.xml", 313 + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll", 314 + "ref/netcoreapp2.1/System.IO.dll", 315 + "ref/netcoreapp2.1/System.Linq.Expressions.dll", 316 + "ref/netcoreapp2.1/System.Linq.Expressions.xml", 317 + "ref/netcoreapp2.1/System.Linq.Parallel.dll", 318 + "ref/netcoreapp2.1/System.Linq.Parallel.xml", 319 + "ref/netcoreapp2.1/System.Linq.Queryable.dll", 320 + "ref/netcoreapp2.1/System.Linq.Queryable.xml", 321 + "ref/netcoreapp2.1/System.Linq.dll", 322 + "ref/netcoreapp2.1/System.Linq.xml", 323 + "ref/netcoreapp2.1/System.Memory.dll", 324 + "ref/netcoreapp2.1/System.Memory.xml", 325 + "ref/netcoreapp2.1/System.Net.Http.dll", 326 + "ref/netcoreapp2.1/System.Net.Http.xml", 327 + "ref/netcoreapp2.1/System.Net.HttpListener.dll", 328 + "ref/netcoreapp2.1/System.Net.HttpListener.xml", 329 + "ref/netcoreapp2.1/System.Net.Mail.dll", 330 + "ref/netcoreapp2.1/System.Net.Mail.xml", 331 + "ref/netcoreapp2.1/System.Net.NameResolution.dll", 332 + "ref/netcoreapp2.1/System.Net.NameResolution.xml", 333 + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll", 334 + "ref/netcoreapp2.1/System.Net.NetworkInformation.xml", 335 + "ref/netcoreapp2.1/System.Net.Ping.dll", 336 + "ref/netcoreapp2.1/System.Net.Ping.xml", 337 + "ref/netcoreapp2.1/System.Net.Primitives.dll", 338 + "ref/netcoreapp2.1/System.Net.Primitives.xml", 339 + "ref/netcoreapp2.1/System.Net.Requests.dll", 340 + "ref/netcoreapp2.1/System.Net.Requests.xml", 341 + "ref/netcoreapp2.1/System.Net.Security.dll", 342 + "ref/netcoreapp2.1/System.Net.Security.xml", 343 + "ref/netcoreapp2.1/System.Net.ServicePoint.dll", 344 + "ref/netcoreapp2.1/System.Net.ServicePoint.xml", 345 + "ref/netcoreapp2.1/System.Net.Sockets.dll", 346 + "ref/netcoreapp2.1/System.Net.Sockets.xml", 347 + "ref/netcoreapp2.1/System.Net.WebClient.dll", 348 + "ref/netcoreapp2.1/System.Net.WebClient.xml", 349 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll", 350 + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.xml", 351 + "ref/netcoreapp2.1/System.Net.WebProxy.dll", 352 + "ref/netcoreapp2.1/System.Net.WebProxy.xml", 353 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll", 354 + "ref/netcoreapp2.1/System.Net.WebSockets.Client.xml", 355 + "ref/netcoreapp2.1/System.Net.WebSockets.dll", 356 + "ref/netcoreapp2.1/System.Net.WebSockets.xml", 357 + "ref/netcoreapp2.1/System.Net.dll", 358 + "ref/netcoreapp2.1/System.Numerics.Vectors.dll", 359 + "ref/netcoreapp2.1/System.Numerics.Vectors.xml", 360 + "ref/netcoreapp2.1/System.Numerics.dll", 361 + "ref/netcoreapp2.1/System.ObjectModel.dll", 362 + "ref/netcoreapp2.1/System.ObjectModel.xml", 363 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll", 364 + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.xml", 365 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll", 366 + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.xml", 367 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll", 368 + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.xml", 369 + "ref/netcoreapp2.1/System.Reflection.Emit.dll", 370 + "ref/netcoreapp2.1/System.Reflection.Emit.xml", 371 + "ref/netcoreapp2.1/System.Reflection.Extensions.dll", 372 + "ref/netcoreapp2.1/System.Reflection.Metadata.dll", 373 + "ref/netcoreapp2.1/System.Reflection.Metadata.xml", 374 + "ref/netcoreapp2.1/System.Reflection.Primitives.dll", 375 + "ref/netcoreapp2.1/System.Reflection.Primitives.xml", 376 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll", 377 + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.xml", 378 + "ref/netcoreapp2.1/System.Reflection.dll", 379 + "ref/netcoreapp2.1/System.Resources.Reader.dll", 380 + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll", 381 + "ref/netcoreapp2.1/System.Resources.ResourceManager.xml", 382 + "ref/netcoreapp2.1/System.Resources.Writer.dll", 383 + "ref/netcoreapp2.1/System.Resources.Writer.xml", 384 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll", 385 + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.xml", 386 + "ref/netcoreapp2.1/System.Runtime.Extensions.dll", 387 + "ref/netcoreapp2.1/System.Runtime.Extensions.xml", 388 + "ref/netcoreapp2.1/System.Runtime.Handles.dll", 389 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll", 390 + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.xml", 391 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll", 392 + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.xml", 393 + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll", 394 + "ref/netcoreapp2.1/System.Runtime.InteropServices.xml", 395 + "ref/netcoreapp2.1/System.Runtime.Loader.dll", 396 + "ref/netcoreapp2.1/System.Runtime.Loader.xml", 397 + "ref/netcoreapp2.1/System.Runtime.Numerics.dll", 398 + "ref/netcoreapp2.1/System.Runtime.Numerics.xml", 399 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll", 400 + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.xml", 401 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll", 402 + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.xml", 403 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll", 404 + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.xml", 405 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll", 406 + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.xml", 407 + "ref/netcoreapp2.1/System.Runtime.Serialization.dll", 408 + "ref/netcoreapp2.1/System.Runtime.dll", 409 + "ref/netcoreapp2.1/System.Runtime.xml", 410 + "ref/netcoreapp2.1/System.Security.Claims.dll", 411 + "ref/netcoreapp2.1/System.Security.Claims.xml", 412 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll", 413 + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.xml", 414 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll", 415 + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.xml", 416 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll", 417 + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.xml", 418 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll", 419 + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.xml", 420 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll", 421 + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.xml", 422 + "ref/netcoreapp2.1/System.Security.Principal.dll", 423 + "ref/netcoreapp2.1/System.Security.Principal.xml", 424 + "ref/netcoreapp2.1/System.Security.SecureString.dll", 425 + "ref/netcoreapp2.1/System.Security.dll", 426 + "ref/netcoreapp2.1/System.ServiceModel.Web.dll", 427 + "ref/netcoreapp2.1/System.ServiceProcess.dll", 428 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll", 429 + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.xml", 430 + "ref/netcoreapp2.1/System.Text.Encoding.dll", 431 + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll", 432 + "ref/netcoreapp2.1/System.Text.RegularExpressions.xml", 433 + "ref/netcoreapp2.1/System.Threading.Overlapped.dll", 434 + "ref/netcoreapp2.1/System.Threading.Overlapped.xml", 435 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll", 436 + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.xml", 437 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll", 438 + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.xml", 439 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll", 440 + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.xml", 441 + "ref/netcoreapp2.1/System.Threading.Tasks.dll", 442 + "ref/netcoreapp2.1/System.Threading.Tasks.xml", 443 + "ref/netcoreapp2.1/System.Threading.Thread.dll", 444 + "ref/netcoreapp2.1/System.Threading.Thread.xml", 445 + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll", 446 + "ref/netcoreapp2.1/System.Threading.ThreadPool.xml", 447 + "ref/netcoreapp2.1/System.Threading.Timer.dll", 448 + "ref/netcoreapp2.1/System.Threading.Timer.xml", 449 + "ref/netcoreapp2.1/System.Threading.dll", 450 + "ref/netcoreapp2.1/System.Threading.xml", 451 + "ref/netcoreapp2.1/System.Transactions.Local.dll", 452 + "ref/netcoreapp2.1/System.Transactions.Local.xml", 453 + "ref/netcoreapp2.1/System.Transactions.dll", 454 + "ref/netcoreapp2.1/System.ValueTuple.dll", 455 + "ref/netcoreapp2.1/System.Web.HttpUtility.dll", 456 + "ref/netcoreapp2.1/System.Web.HttpUtility.xml", 457 + "ref/netcoreapp2.1/System.Web.dll", 458 + "ref/netcoreapp2.1/System.Windows.dll", 459 + "ref/netcoreapp2.1/System.Xml.Linq.dll", 460 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll", 461 + "ref/netcoreapp2.1/System.Xml.ReaderWriter.xml", 462 + "ref/netcoreapp2.1/System.Xml.Serialization.dll", 463 + "ref/netcoreapp2.1/System.Xml.XDocument.dll", 464 + "ref/netcoreapp2.1/System.Xml.XDocument.xml", 465 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll", 466 + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.xml", 467 + "ref/netcoreapp2.1/System.Xml.XPath.dll", 468 + "ref/netcoreapp2.1/System.Xml.XPath.xml", 469 + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll", 470 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll", 471 + "ref/netcoreapp2.1/System.Xml.XmlSerializer.xml", 472 + "ref/netcoreapp2.1/System.Xml.dll", 473 + "ref/netcoreapp2.1/System.dll", 474 + "ref/netcoreapp2.1/WindowsBase.dll", 475 + "ref/netcoreapp2.1/mscorlib.dll", 476 + "ref/netcoreapp2.1/netstandard.dll", 477 + "runtime.json" 478 + ] 479 + }, 480 + "Microsoft.NETCore.DotNetAppHost/2.1.0": { 481 + "sha512": "vMn8V3GOp/SPOG2oE8WxswzAWZ/GZmc8EPiB3vc2EZ6us14ehXhsvUFXndYopGNSjCa9OdqC6L6xStF1KyUZnw==", 482 + "type": "package", 483 + "path": "microsoft.netcore.dotnetapphost/2.1.0", 484 + "files": [ 485 + ".nupkg.metadata", 486 + ".signature.p7s", 487 + "LICENSE.TXT", 488 + "THIRD-PARTY-NOTICES.TXT", 489 + "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512", 490 + "microsoft.netcore.dotnetapphost.nuspec", 491 + "runtime.json" 492 + ] 493 + }, 494 + "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { 495 + "sha512": "vBUwNihtLUVS2HhO6WocYfAktRmfFihm6JB8/sJ53caVW+AelvbnYpfiGzaZDpkWjN6vA3xzOKPu9Vu8Zz3p8Q==", 496 + "type": "package", 497 + "path": "microsoft.netcore.dotnethostpolicy/2.1.0", 498 + "files": [ 499 + ".nupkg.metadata", 500 + ".signature.p7s", 501 + "LICENSE.TXT", 502 + "THIRD-PARTY-NOTICES.TXT", 503 + "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512", 504 + "microsoft.netcore.dotnethostpolicy.nuspec", 505 + "runtime.json" 506 + ] 507 + }, 508 + "Microsoft.NETCore.DotNetHostResolver/2.1.0": { 509 + "sha512": "o0PRql5qOHFEY3d1WvzE+T7cMFKtOsWLMg8L1oTeGNnI4u5AzOj8o6AdZT3y2GxFA1DAx7AQ9qZjpCO2/bgZRw==", 510 + "type": "package", 511 + "path": "microsoft.netcore.dotnethostresolver/2.1.0", 512 + "files": [ 513 + ".nupkg.metadata", 514 + ".signature.p7s", 515 + "LICENSE.TXT", 516 + "THIRD-PARTY-NOTICES.TXT", 517 + "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512", 518 + "microsoft.netcore.dotnethostresolver.nuspec", 519 + "runtime.json" 520 + ] 521 + }, 522 + "Microsoft.NETCore.Platforms/2.1.0": { 523 + "sha512": "ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==", 524 + "type": "package", 525 + "path": "microsoft.netcore.platforms/2.1.0", 526 + "files": [ 527 + ".nupkg.metadata", 528 + ".signature.p7s", 529 + "LICENSE.TXT", 530 + "THIRD-PARTY-NOTICES.TXT", 531 + "lib/netstandard1.0/_._", 532 + "microsoft.netcore.platforms.2.1.0.nupkg.sha512", 533 + "microsoft.netcore.platforms.nuspec", 534 + "runtime.json", 535 + "useSharedDesignerContext.txt", 536 + "version.txt" 537 + ] 538 + }, 539 + "Microsoft.NETCore.Targets/2.1.0": { 540 + "sha512": "x188gIZXOwFXkPXyGavEcPGcR6RGvjFOES2QzskN4gERZjWPN34qhRsZVMC0CLJfQLGSButarcgWxPPM4vmg0w==", 541 + "type": "package", 542 + "path": "microsoft.netcore.targets/2.1.0", 543 + "files": [ 544 + ".nupkg.metadata", 545 + ".signature.p7s", 546 + "LICENSE.TXT", 547 + "THIRD-PARTY-NOTICES.TXT", 548 + "lib/netstandard1.0/_._", 549 + "microsoft.netcore.targets.2.1.0.nupkg.sha512", 550 + "microsoft.netcore.targets.nuspec", 551 + "runtime.json", 552 + "useSharedDesignerContext.txt", 553 + "version.txt" 554 + ] 555 + }, 556 + "NETStandard.Library/2.0.3": { 557 + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", 558 + "type": "package", 559 + "path": "netstandard.library/2.0.3", 560 + "files": [ 561 + ".nupkg.metadata", 562 + "LICENSE.TXT", 563 + "THIRD-PARTY-NOTICES.TXT", 564 + "build/netstandard2.0/NETStandard.Library.targets", 565 + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", 566 + "build/netstandard2.0/ref/System.AppContext.dll", 567 + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", 568 + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", 569 + "build/netstandard2.0/ref/System.Collections.Specialized.dll", 570 + "build/netstandard2.0/ref/System.Collections.dll", 571 + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", 572 + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", 573 + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", 574 + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", 575 + "build/netstandard2.0/ref/System.ComponentModel.dll", 576 + "build/netstandard2.0/ref/System.Console.dll", 577 + "build/netstandard2.0/ref/System.Core.dll", 578 + "build/netstandard2.0/ref/System.Data.Common.dll", 579 + "build/netstandard2.0/ref/System.Data.dll", 580 + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", 581 + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", 582 + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", 583 + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", 584 + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", 585 + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", 586 + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", 587 + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", 588 + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", 589 + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", 590 + "build/netstandard2.0/ref/System.Drawing.dll", 591 + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", 592 + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", 593 + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", 594 + "build/netstandard2.0/ref/System.Globalization.dll", 595 + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", 596 + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", 597 + "build/netstandard2.0/ref/System.IO.Compression.dll", 598 + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", 599 + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", 600 + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", 601 + "build/netstandard2.0/ref/System.IO.FileSystem.dll", 602 + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", 603 + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", 604 + "build/netstandard2.0/ref/System.IO.Pipes.dll", 605 + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", 606 + "build/netstandard2.0/ref/System.IO.dll", 607 + "build/netstandard2.0/ref/System.Linq.Expressions.dll", 608 + "build/netstandard2.0/ref/System.Linq.Parallel.dll", 609 + "build/netstandard2.0/ref/System.Linq.Queryable.dll", 610 + "build/netstandard2.0/ref/System.Linq.dll", 611 + "build/netstandard2.0/ref/System.Net.Http.dll", 612 + "build/netstandard2.0/ref/System.Net.NameResolution.dll", 613 + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", 614 + "build/netstandard2.0/ref/System.Net.Ping.dll", 615 + "build/netstandard2.0/ref/System.Net.Primitives.dll", 616 + "build/netstandard2.0/ref/System.Net.Requests.dll", 617 + "build/netstandard2.0/ref/System.Net.Security.dll", 618 + "build/netstandard2.0/ref/System.Net.Sockets.dll", 619 + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", 620 + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", 621 + "build/netstandard2.0/ref/System.Net.WebSockets.dll", 622 + "build/netstandard2.0/ref/System.Net.dll", 623 + "build/netstandard2.0/ref/System.Numerics.dll", 624 + "build/netstandard2.0/ref/System.ObjectModel.dll", 625 + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", 626 + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", 627 + "build/netstandard2.0/ref/System.Reflection.dll", 628 + "build/netstandard2.0/ref/System.Resources.Reader.dll", 629 + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", 630 + "build/netstandard2.0/ref/System.Resources.Writer.dll", 631 + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", 632 + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", 633 + "build/netstandard2.0/ref/System.Runtime.Handles.dll", 634 + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", 635 + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", 636 + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", 637 + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", 638 + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", 639 + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", 640 + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", 641 + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", 642 + "build/netstandard2.0/ref/System.Runtime.dll", 643 + "build/netstandard2.0/ref/System.Security.Claims.dll", 644 + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", 645 + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", 646 + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", 647 + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", 648 + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", 649 + "build/netstandard2.0/ref/System.Security.Principal.dll", 650 + "build/netstandard2.0/ref/System.Security.SecureString.dll", 651 + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", 652 + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", 653 + "build/netstandard2.0/ref/System.Text.Encoding.dll", 654 + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", 655 + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", 656 + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", 657 + "build/netstandard2.0/ref/System.Threading.Tasks.dll", 658 + "build/netstandard2.0/ref/System.Threading.Thread.dll", 659 + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", 660 + "build/netstandard2.0/ref/System.Threading.Timer.dll", 661 + "build/netstandard2.0/ref/System.Threading.dll", 662 + "build/netstandard2.0/ref/System.Transactions.dll", 663 + "build/netstandard2.0/ref/System.ValueTuple.dll", 664 + "build/netstandard2.0/ref/System.Web.dll", 665 + "build/netstandard2.0/ref/System.Windows.dll", 666 + "build/netstandard2.0/ref/System.Xml.Linq.dll", 667 + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", 668 + "build/netstandard2.0/ref/System.Xml.Serialization.dll", 669 + "build/netstandard2.0/ref/System.Xml.XDocument.dll", 670 + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", 671 + "build/netstandard2.0/ref/System.Xml.XPath.dll", 672 + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", 673 + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", 674 + "build/netstandard2.0/ref/System.Xml.dll", 675 + "build/netstandard2.0/ref/System.dll", 676 + "build/netstandard2.0/ref/mscorlib.dll", 677 + "build/netstandard2.0/ref/netstandard.dll", 678 + "build/netstandard2.0/ref/netstandard.xml", 679 + "lib/netstandard1.0/_._", 680 + "netstandard.library.2.0.3.nupkg.sha512", 681 + "netstandard.library.nuspec" 682 + ] 683 + } 684 + }, 685 + "projectFileDependencyGroups": { 686 + ".NETCoreApp,Version=v2.1": [ 687 + "Microsoft.NETCore.App >= 2.1.0" 688 + ] 689 + }, 690 + "packageFolders": { 691 + "C:\\Users\\Kristian Binau\\.nuget\\packages\\": {}, 692 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} 693 + }, 694 + "project": { 695 + "version": "1.0.0", 696 + "restore": { 697 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\testingGrounds.csproj", 698 + "projectName": "testingGrounds", 699 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\testingGrounds.csproj", 700 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 701 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\obj\\", 702 + "projectStyle": "PackageReference", 703 + "fallbackFolders": [ 704 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 705 + ], 706 + "configFilePaths": [ 707 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 708 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 709 + ], 710 + "originalTargetFrameworks": [ 711 + "netcoreapp2.1" 712 + ], 713 + "sources": { 714 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 715 + "https://api.nuget.org/v3/index.json": {} 716 + }, 717 + "frameworks": { 718 + "netcoreapp2.1": { 719 + "projectReferences": {} 720 + } 721 + }, 722 + "warningProperties": { 723 + "warnAsError": [ 724 + "NU1605" 725 + ] 726 + } 727 + }, 728 + "frameworks": { 729 + "netcoreapp2.1": { 730 + "dependencies": { 731 + "Microsoft.NETCore.App": { 732 + "target": "Package", 733 + "version": "[2.1.0, )", 734 + "autoReferenced": true 735 + } 736 + }, 737 + "imports": [ 738 + "net461" 739 + ], 740 + "assetTargetFallback": true, 741 + "warn": true 742 + } 743 + } 744 + } 745 + }
+5
testingGrounds/testingGrounds/obj/testingGrounds.csproj.nuget.cache
··· 1 + { 2 + "version": 1, 3 + "dgSpecHash": "X2pT2Ub/0RNjfSTeCIWzhxtMgNnVmfPMF3knmrFUy5/c6mtC9cwv22Tl3bygvSt93dV1BCFeO7Z/9pvfadgyOA==", 4 + "success": true 5 + }
+59
testingGrounds/testingGrounds/obj/testingGrounds.csproj.nuget.dgspec.json
··· 1 + { 2 + "format": 1, 3 + "restore": { 4 + "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\testingGrounds.csproj": {} 5 + }, 6 + "projects": { 7 + "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\testingGrounds.csproj": { 8 + "version": "1.0.0", 9 + "restore": { 10 + "projectUniqueName": "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\testingGrounds.csproj", 11 + "projectName": "testingGrounds", 12 + "projectPath": "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\testingGrounds.csproj", 13 + "packagesPath": "C:\\Users\\Kristian Binau\\.nuget\\packages\\", 14 + "outputPath": "C:\\Users\\Kristian Binau\\source\\repos\\testingGrounds\\testingGrounds\\obj\\", 15 + "projectStyle": "PackageReference", 16 + "fallbackFolders": [ 17 + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" 18 + ], 19 + "configFilePaths": [ 20 + "C:\\Users\\Kristian Binau\\AppData\\Roaming\\NuGet\\NuGet.Config", 21 + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 22 + ], 23 + "originalTargetFrameworks": [ 24 + "netcoreapp2.1" 25 + ], 26 + "sources": { 27 + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 28 + "https://api.nuget.org/v3/index.json": {} 29 + }, 30 + "frameworks": { 31 + "netcoreapp2.1": { 32 + "projectReferences": {} 33 + } 34 + }, 35 + "warningProperties": { 36 + "warnAsError": [ 37 + "NU1605" 38 + ] 39 + } 40 + }, 41 + "frameworks": { 42 + "netcoreapp2.1": { 43 + "dependencies": { 44 + "Microsoft.NETCore.App": { 45 + "target": "Package", 46 + "version": "[2.1.0, )", 47 + "autoReferenced": true 48 + } 49 + }, 50 + "imports": [ 51 + "net461" 52 + ], 53 + "assetTargetFallback": true, 54 + "warn": true 55 + } 56 + } 57 + } 58 + } 59 + }
+18
testingGrounds/testingGrounds/obj/testingGrounds.csproj.nuget.g.props
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 4 + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> 5 + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> 6 + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> 7 + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> 8 + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Kristian Binau\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> 9 + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> 10 + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.2.0</NuGetToolVersion> 11 + </PropertyGroup> 12 + <PropertyGroup> 13 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 14 + </PropertyGroup> 15 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 16 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props')" /> 17 + </ImportGroup> 18 + </Project>
+10
testingGrounds/testingGrounds/obj/testingGrounds.csproj.nuget.g.targets
··· 1 + <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 + <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 + <PropertyGroup> 4 + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 5 + </PropertyGroup> 6 + <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> 7 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> 8 + <Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets')" /> 9 + </ImportGroup> 10 + </Project>
+8
testingGrounds/testingGrounds/testingGrounds.csproj
··· 1 + <Project Sdk="Microsoft.NET.Sdk"> 2 + 3 + <PropertyGroup> 4 + <OutputType>Exe</OutputType> 5 + <TargetFramework>netcoreapp2.1</TargetFramework> 6 + </PropertyGroup> 7 + 8 + </Project>