Branching in C#

profilewsegovia
WilfredoSegoviaAddingVariables2.zip

AddingVariables2.sln

Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.421 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddingVariables2", "AddingVariables2\AddingVariables2.csproj", "{E498CD6B-7BC3-4914-AFA9-15AADC113DCF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {E498CD6B-7BC3-4914-AFA9-15AADC113DCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E498CD6B-7BC3-4914-AFA9-15AADC113DCF}.Debug|Any CPU.Build.0 = Debug|Any CPU {E498CD6B-7BC3-4914-AFA9-15AADC113DCF}.Release|Any CPU.ActiveCfg = Release|Any CPU {E498CD6B-7BC3-4914-AFA9-15AADC113DCF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {A02662AD-6D4C-45AE-A1B3-F965CCF72B73} EndGlobalSection EndGlobal

AddingVariables2/AddingVariables2.csproj

<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> </PropertyGroup> </Project>

AddingVariables2/bin/Debug/netcoreapp2.1/AddingVariables2.deps.json

{ "runtimeTarget": { "name": ".NETCoreApp,Version=v2.1", "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v2.1": { "AddingVariables2/1.0.0": { "runtime": { "AddingVariables2.dll": {} } } } }, "libraries": { "AddingVariables2/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } }

AddingVariables2/bin/Debug/netcoreapp2.1/AddingVariables2.dll

AddingVariables2/bin/Debug/netcoreapp2.1/AddingVariables2.pdb

AddingVariables2/bin/Debug/netcoreapp2.1/AddingVariables2.runtimeconfig.dev.json

{ "runtimeOptions": { "additionalProbingPaths": [ "C:\\Users\\wsego\\.dotnet\\store\\|arch|\\|tfm|", "C:\\Users\\wsego\\.nuget\\packages", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ] } }

AddingVariables2/bin/Debug/netcoreapp2.1/AddingVariables2.runtimeconfig.json

{ "runtimeOptions": { "tfm": "netcoreapp2.1", "framework": { "name": "Microsoft.NETCore.App", "version": "2.1.0" } } }

AddingVariables2/obj/AddingVariables2.csproj.nuget.cache

{ "version": 1, "dgSpecHash": "gqSpjR0UN6pHk/azV0uBerpIv/o9Jj6GjnOBCQz5h2kFR1QbrD/JF65p5Ar3KXGK9Kt65tyMZwnTSALtwXTwXg==", "success": true }

AddingVariables2/obj/AddingVariables2.csproj.nuget.g.props

True NuGet C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\wsego\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference 4.9.3 $(MSBuildAllProjects);$(MSBuildThisFileFullPath)

AddingVariables2/obj/AddingVariables2.csproj.nuget.g.targets

$(MSBuildAllProjects);$(MSBuildThisFileFullPath)

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.AssemblyInfo.cs

//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ using System; using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("AddingVariables2")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyProductAttribute("AddingVariables2")] [assembly: System.Reflection.AssemblyTitleAttribute("AddingVariables2")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] // Generated by the MSBuild WriteCodeFragment class.

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.AssemblyInfoInputs.cache

609aa4f18fa1f5d818dd6ac02907b56457626ec4

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.assets.cache

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.csproj.CoreCompileInputs.cache

fed1a5f4cb8c56d5c272310199ecc51211433be3

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.csproj.FileListAbsolute.txt

C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\bin\Debug\netcoreapp2.1\AddingVariables2.deps.json C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\bin\Debug\netcoreapp2.1\AddingVariables2.runtimeconfig.json C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\bin\Debug\netcoreapp2.1\AddingVariables2.runtimeconfig.dev.json C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\bin\Debug\netcoreapp2.1\AddingVariables2.dll C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\bin\Debug\netcoreapp2.1\AddingVariables2.pdb C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\Debug\netcoreapp2.1\AddingVariables2.csproj.CoreCompileInputs.cache C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\Debug\netcoreapp2.1\AddingVariables2.AssemblyInfoInputs.cache C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\Debug\netcoreapp2.1\AddingVariables2.AssemblyInfo.cs C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\Debug\netcoreapp2.1\AddingVariables2.dll C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\Debug\netcoreapp2.1\AddingVariables2.pdb C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\obj\Debug\netcoreapp2.1\AddingVariables2.csprojAssemblyReference.cache

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.csprojAssemblyReference.cache

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.dll

AddingVariables2/obj/Debug/netcoreapp2.1/AddingVariables2.pdb

AddingVariables2/obj/Debug/netcoreapp2.1/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

AddingVariables2/obj/Debug/netcoreapp2.1/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

AddingVariables2/obj/Debug/netcoreapp2.1/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

AddingVariables2/obj/project.assets.json

{ "version": 3, "targets": { ".NETCoreApp,Version=v2.1": { "Microsoft.NETCore.App/2.1.0": { "type": "package", "dependencies": { "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "NETStandard.Library": "2.0.3" }, "compile": { "ref/netcoreapp2.1/Microsoft.CSharp.dll": {}, "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": {}, "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {}, "ref/netcoreapp2.1/System.AppContext.dll": {}, "ref/netcoreapp2.1/System.Buffers.dll": {}, "ref/netcoreapp2.1/System.Collections.Concurrent.dll": {}, "ref/netcoreapp2.1/System.Collections.Immutable.dll": {}, "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": {}, "ref/netcoreapp2.1/System.Collections.Specialized.dll": {}, "ref/netcoreapp2.1/System.Collections.dll": {}, "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": {}, "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {}, "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": {}, "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {}, "ref/netcoreapp2.1/System.ComponentModel.dll": {}, "ref/netcoreapp2.1/System.Configuration.dll": {}, "ref/netcoreapp2.1/System.Console.dll": {}, "ref/netcoreapp2.1/System.Core.dll": {}, "ref/netcoreapp2.1/System.Data.Common.dll": {}, "ref/netcoreapp2.1/System.Data.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.Process.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {}, "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": {}, "ref/netcoreapp2.1/System.Drawing.Primitives.dll": {}, "ref/netcoreapp2.1/System.Drawing.dll": {}, "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, "ref/netcoreapp2.1/System.Globalization.dll": {}, "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {}, "ref/netcoreapp2.1/System.IO.Compression.dll": {}, "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {}, "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {}, "ref/netcoreapp2.1/System.IO.FileSystem.dll": {}, "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": {}, "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {}, "ref/netcoreapp2.1/System.IO.Pipes.dll": {}, "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, "ref/netcoreapp2.1/System.IO.dll": {}, "ref/netcoreapp2.1/System.Linq.Expressions.dll": {}, "ref/netcoreapp2.1/System.Linq.Parallel.dll": {}, "ref/netcoreapp2.1/System.Linq.Queryable.dll": {}, "ref/netcoreapp2.1/System.Linq.dll": {}, "ref/netcoreapp2.1/System.Memory.dll": {}, "ref/netcoreapp2.1/System.Net.Http.dll": {}, "ref/netcoreapp2.1/System.Net.HttpListener.dll": {}, "ref/netcoreapp2.1/System.Net.Mail.dll": {}, "ref/netcoreapp2.1/System.Net.NameResolution.dll": {}, "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": {}, "ref/netcoreapp2.1/System.Net.Ping.dll": {}, "ref/netcoreapp2.1/System.Net.Primitives.dll": {}, "ref/netcoreapp2.1/System.Net.Requests.dll": {}, "ref/netcoreapp2.1/System.Net.Security.dll": {}, "ref/netcoreapp2.1/System.Net.ServicePoint.dll": {}, "ref/netcoreapp2.1/System.Net.Sockets.dll": {}, "ref/netcoreapp2.1/System.Net.WebClient.dll": {}, "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {}, "ref/netcoreapp2.1/System.Net.WebProxy.dll": {}, "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": {}, "ref/netcoreapp2.1/System.Net.WebSockets.dll": {}, "ref/netcoreapp2.1/System.Net.dll": {}, "ref/netcoreapp2.1/System.Numerics.Vectors.dll": {}, "ref/netcoreapp2.1/System.Numerics.dll": {}, "ref/netcoreapp2.1/System.ObjectModel.dll": {}, "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {}, "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {}, "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {}, "ref/netcoreapp2.1/System.Reflection.Emit.dll": {}, "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, "ref/netcoreapp2.1/System.Reflection.Metadata.dll": {}, "ref/netcoreapp2.1/System.Reflection.Primitives.dll": {}, "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {}, "ref/netcoreapp2.1/System.Reflection.dll": {}, "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": {}, "ref/netcoreapp2.1/System.Resources.Writer.dll": {}, "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {}, "ref/netcoreapp2.1/System.Runtime.Extensions.dll": {}, "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}, "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {}, "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": {}, "ref/netcoreapp2.1/System.Runtime.Loader.dll": {}, "ref/netcoreapp2.1/System.Runtime.Numerics.dll": {}, "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {}, "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {}, "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {}, "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {}, "ref/netcoreapp2.1/System.Runtime.Serialization.dll": {}, "ref/netcoreapp2.1/System.Runtime.dll": {}, "ref/netcoreapp2.1/System.Security.Claims.dll": {}, "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {}, "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {}, "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {}, "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {}, "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {}, "ref/netcoreapp2.1/System.Security.Principal.dll": {}, "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, "ref/netcoreapp2.1/System.Security.dll": {}, "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {}, "ref/netcoreapp2.1/System.Text.Encoding.dll": {}, "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": {}, "ref/netcoreapp2.1/System.Threading.Overlapped.dll": {}, "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {}, "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {}, "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {}, "ref/netcoreapp2.1/System.Threading.Tasks.dll": {}, "ref/netcoreapp2.1/System.Threading.Thread.dll": {}, "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": {}, "ref/netcoreapp2.1/System.Threading.Timer.dll": {}, "ref/netcoreapp2.1/System.Threading.dll": {}, "ref/netcoreapp2.1/System.Transactions.Local.dll": {}, "ref/netcoreapp2.1/System.Transactions.dll": {}, "ref/netcoreapp2.1/System.ValueTuple.dll": {}, "ref/netcoreapp2.1/System.Web.HttpUtility.dll": {}, "ref/netcoreapp2.1/System.Web.dll": {}, "ref/netcoreapp2.1/System.Windows.dll": {}, "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": {}, "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, "ref/netcoreapp2.1/System.Xml.XDocument.dll": {}, "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {}, "ref/netcoreapp2.1/System.Xml.XPath.dll": {}, "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": {}, "ref/netcoreapp2.1/System.Xml.dll": {}, "ref/netcoreapp2.1/System.dll": {}, "ref/netcoreapp2.1/WindowsBase.dll": {}, "ref/netcoreapp2.1/mscorlib.dll": {}, "ref/netcoreapp2.1/netstandard.dll": {} }, "build": { "build/netcoreapp2.1/Microsoft.NETCore.App.props": {}, "build/netcoreapp2.1/Microsoft.NETCore.App.targets": {} } }, "Microsoft.NETCore.DotNetAppHost/2.1.0": { "type": "package" }, "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { "type": "package", "dependencies": { "Microsoft.NETCore.DotNetHostResolver": "2.1.0" } }, "Microsoft.NETCore.DotNetHostResolver/2.1.0": { "type": "package", "dependencies": { "Microsoft.NETCore.DotNetAppHost": "2.1.0" } }, "Microsoft.NETCore.Platforms/2.1.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} }, "runtime": { "lib/netstandard1.0/_._": {} } }, "Microsoft.NETCore.Targets/2.1.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} }, "runtime": { "lib/netstandard1.0/_._": {} } }, "NETStandard.Library/2.0.3": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0" }, "compile": { "lib/netstandard1.0/_._": {} }, "runtime": { "lib/netstandard1.0/_._": {} }, "build": { "build/netstandard2.0/NETStandard.Library.targets": {} } } } }, "libraries": { "Microsoft.NETCore.App/2.1.0": { "sha512": "AvT774nTFgU8cYcGO9j1EMwuayKslxqYTurg32HGpWa2hEYNuW2+XgYVVNcZe6Ndbr84QX6fwaOZfd5n+1m2OA==", "type": "package", "path": "microsoft.netcore.app/2.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "Microsoft.NETCore.App.versions.txt", "THIRD-PARTY-NOTICES.TXT", "build/netcoreapp2.1/Microsoft.NETCore.App.PlatformManifest.txt", "build/netcoreapp2.1/Microsoft.NETCore.App.props", "build/netcoreapp2.1/Microsoft.NETCore.App.targets", "microsoft.netcore.app.2.1.0.nupkg.sha512", "microsoft.netcore.app.nuspec", "ref/netcoreapp/_._", "ref/netcoreapp2.1/Microsoft.CSharp.dll", "ref/netcoreapp2.1/Microsoft.CSharp.xml", "ref/netcoreapp2.1/Microsoft.VisualBasic.dll", "ref/netcoreapp2.1/Microsoft.VisualBasic.xml", "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll", "ref/netcoreapp2.1/Microsoft.Win32.Primitives.xml", "ref/netcoreapp2.1/System.AppContext.dll", "ref/netcoreapp2.1/System.Buffers.dll", "ref/netcoreapp2.1/System.Buffers.xml", "ref/netcoreapp2.1/System.Collections.Concurrent.dll", "ref/netcoreapp2.1/System.Collections.Concurrent.xml", "ref/netcoreapp2.1/System.Collections.Immutable.dll", "ref/netcoreapp2.1/System.Collections.Immutable.xml", "ref/netcoreapp2.1/System.Collections.NonGeneric.dll", "ref/netcoreapp2.1/System.Collections.NonGeneric.xml", "ref/netcoreapp2.1/System.Collections.Specialized.dll", "ref/netcoreapp2.1/System.Collections.Specialized.xml", "ref/netcoreapp2.1/System.Collections.dll", "ref/netcoreapp2.1/System.Collections.xml", "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll", "ref/netcoreapp2.1/System.ComponentModel.Annotations.xml", "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll", "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll", "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.xml", "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll", "ref/netcoreapp2.1/System.ComponentModel.Primitives.xml", "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll", "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.xml", "ref/netcoreapp2.1/System.ComponentModel.dll", "ref/netcoreapp2.1/System.ComponentModel.xml", "ref/netcoreapp2.1/System.Configuration.dll", "ref/netcoreapp2.1/System.Console.dll", "ref/netcoreapp2.1/System.Console.xml", "ref/netcoreapp2.1/System.Core.dll", "ref/netcoreapp2.1/System.Data.Common.dll", "ref/netcoreapp2.1/System.Data.Common.xml", "ref/netcoreapp2.1/System.Data.dll", "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll", "ref/netcoreapp2.1/System.Diagnostics.Contracts.xml", "ref/netcoreapp2.1/System.Diagnostics.Debug.dll", "ref/netcoreapp2.1/System.Diagnostics.Debug.xml", "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll", "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.xml", "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll", "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.xml", "ref/netcoreapp2.1/System.Diagnostics.Process.dll", "ref/netcoreapp2.1/System.Diagnostics.Process.xml", "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll", "ref/netcoreapp2.1/System.Diagnostics.StackTrace.xml", "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll", "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.xml", "ref/netcoreapp2.1/System.Diagnostics.Tools.dll", "ref/netcoreapp2.1/System.Diagnostics.Tools.xml", "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll", "ref/netcoreapp2.1/System.Diagnostics.TraceSource.xml", "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll", "ref/netcoreapp2.1/System.Diagnostics.Tracing.xml", "ref/netcoreapp2.1/System.Drawing.Primitives.dll", "ref/netcoreapp2.1/System.Drawing.Primitives.xml", "ref/netcoreapp2.1/System.Drawing.dll", "ref/netcoreapp2.1/System.Dynamic.Runtime.dll", "ref/netcoreapp2.1/System.Globalization.Calendars.dll", "ref/netcoreapp2.1/System.Globalization.Extensions.dll", "ref/netcoreapp2.1/System.Globalization.dll", "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll", "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll", "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll", "ref/netcoreapp2.1/System.IO.Compression.ZipFile.xml", "ref/netcoreapp2.1/System.IO.Compression.dll", "ref/netcoreapp2.1/System.IO.Compression.xml", "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll", "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.xml", "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll", "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll", "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.xml", "ref/netcoreapp2.1/System.IO.FileSystem.dll", "ref/netcoreapp2.1/System.IO.FileSystem.xml", "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll", "ref/netcoreapp2.1/System.IO.IsolatedStorage.xml", "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll", "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.xml", "ref/netcoreapp2.1/System.IO.Pipes.dll", "ref/netcoreapp2.1/System.IO.Pipes.xml", "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll", "ref/netcoreapp2.1/System.IO.dll", "ref/netcoreapp2.1/System.Linq.Expressions.dll", "ref/netcoreapp2.1/System.Linq.Expressions.xml", "ref/netcoreapp2.1/System.Linq.Parallel.dll", "ref/netcoreapp2.1/System.Linq.Parallel.xml", "ref/netcoreapp2.1/System.Linq.Queryable.dll", "ref/netcoreapp2.1/System.Linq.Queryable.xml", "ref/netcoreapp2.1/System.Linq.dll", "ref/netcoreapp2.1/System.Linq.xml", "ref/netcoreapp2.1/System.Memory.dll", "ref/netcoreapp2.1/System.Memory.xml", "ref/netcoreapp2.1/System.Net.Http.dll", "ref/netcoreapp2.1/System.Net.Http.xml", "ref/netcoreapp2.1/System.Net.HttpListener.dll", "ref/netcoreapp2.1/System.Net.HttpListener.xml", "ref/netcoreapp2.1/System.Net.Mail.dll", "ref/netcoreapp2.1/System.Net.Mail.xml", "ref/netcoreapp2.1/System.Net.NameResolution.dll", "ref/netcoreapp2.1/System.Net.NameResolution.xml", "ref/netcoreapp2.1/System.Net.NetworkInformation.dll", "ref/netcoreapp2.1/System.Net.NetworkInformation.xml", "ref/netcoreapp2.1/System.Net.Ping.dll", "ref/netcoreapp2.1/System.Net.Ping.xml", "ref/netcoreapp2.1/System.Net.Primitives.dll", "ref/netcoreapp2.1/System.Net.Primitives.xml", "ref/netcoreapp2.1/System.Net.Requests.dll", "ref/netcoreapp2.1/System.Net.Requests.xml", "ref/netcoreapp2.1/System.Net.Security.dll", "ref/netcoreapp2.1/System.Net.Security.xml", "ref/netcoreapp2.1/System.Net.ServicePoint.dll", "ref/netcoreapp2.1/System.Net.ServicePoint.xml", "ref/netcoreapp2.1/System.Net.Sockets.dll", "ref/netcoreapp2.1/System.Net.Sockets.xml", "ref/netcoreapp2.1/System.Net.WebClient.dll", "ref/netcoreapp2.1/System.Net.WebClient.xml", "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll", "ref/netcoreapp2.1/System.Net.WebHeaderCollection.xml", "ref/netcoreapp2.1/System.Net.WebProxy.dll", "ref/netcoreapp2.1/System.Net.WebProxy.xml", "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll", "ref/netcoreapp2.1/System.Net.WebSockets.Client.xml", "ref/netcoreapp2.1/System.Net.WebSockets.dll", "ref/netcoreapp2.1/System.Net.WebSockets.xml", "ref/netcoreapp2.1/System.Net.dll", "ref/netcoreapp2.1/System.Numerics.Vectors.dll", "ref/netcoreapp2.1/System.Numerics.Vectors.xml", "ref/netcoreapp2.1/System.Numerics.dll", "ref/netcoreapp2.1/System.ObjectModel.dll", "ref/netcoreapp2.1/System.ObjectModel.xml", "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll", "ref/netcoreapp2.1/System.Reflection.DispatchProxy.xml", "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll", "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.xml", "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll", "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.xml", "ref/netcoreapp2.1/System.Reflection.Emit.dll", "ref/netcoreapp2.1/System.Reflection.Emit.xml", "ref/netcoreapp2.1/System.Reflection.Extensions.dll", "ref/netcoreapp2.1/System.Reflection.Metadata.dll", "ref/netcoreapp2.1/System.Reflection.Metadata.xml", "ref/netcoreapp2.1/System.Reflection.Primitives.dll", "ref/netcoreapp2.1/System.Reflection.Primitives.xml", "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll", "ref/netcoreapp2.1/System.Reflection.TypeExtensions.xml", "ref/netcoreapp2.1/System.Reflection.dll", "ref/netcoreapp2.1/System.Resources.Reader.dll", "ref/netcoreapp2.1/System.Resources.ResourceManager.dll", "ref/netcoreapp2.1/System.Resources.ResourceManager.xml", "ref/netcoreapp2.1/System.Resources.Writer.dll", "ref/netcoreapp2.1/System.Resources.Writer.xml", "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll", "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.xml", "ref/netcoreapp2.1/System.Runtime.Extensions.dll", "ref/netcoreapp2.1/System.Runtime.Extensions.xml", "ref/netcoreapp2.1/System.Runtime.Handles.dll", "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll", "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.xml", "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll", "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.xml", "ref/netcoreapp2.1/System.Runtime.InteropServices.dll", "ref/netcoreapp2.1/System.Runtime.InteropServices.xml", "ref/netcoreapp2.1/System.Runtime.Loader.dll", "ref/netcoreapp2.1/System.Runtime.Loader.xml", "ref/netcoreapp2.1/System.Runtime.Numerics.dll", "ref/netcoreapp2.1/System.Runtime.Numerics.xml", "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll", "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.xml", "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll", "ref/netcoreapp2.1/System.Runtime.Serialization.Json.xml", "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll", "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.xml", "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll", "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.xml", "ref/netcoreapp2.1/System.Runtime.Serialization.dll", "ref/netcoreapp2.1/System.Runtime.dll", "ref/netcoreapp2.1/System.Runtime.xml", "ref/netcoreapp2.1/System.Security.Claims.dll", "ref/netcoreapp2.1/System.Security.Claims.xml", "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll", "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.xml", "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll", "ref/netcoreapp2.1/System.Security.Cryptography.Csp.xml", "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll", "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.xml", "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll", "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.xml", "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll", "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.xml", "ref/netcoreapp2.1/System.Security.Principal.dll", "ref/netcoreapp2.1/System.Security.Principal.xml", "ref/netcoreapp2.1/System.Security.SecureString.dll", "ref/netcoreapp2.1/System.Security.dll", "ref/netcoreapp2.1/System.ServiceModel.Web.dll", "ref/netcoreapp2.1/System.ServiceProcess.dll", "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll", "ref/netcoreapp2.1/System.Text.Encoding.Extensions.xml", "ref/netcoreapp2.1/System.Text.Encoding.dll", "ref/netcoreapp2.1/System.Text.RegularExpressions.dll", "ref/netcoreapp2.1/System.Text.RegularExpressions.xml", "ref/netcoreapp2.1/System.Threading.Overlapped.dll", "ref/netcoreapp2.1/System.Threading.Overlapped.xml", "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll", "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.xml", "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll", "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.xml", "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll", "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.xml", "ref/netcoreapp2.1/System.Threading.Tasks.dll", "ref/netcoreapp2.1/System.Threading.Tasks.xml", "ref/netcoreapp2.1/System.Threading.Thread.dll", "ref/netcoreapp2.1/System.Threading.Thread.xml", "ref/netcoreapp2.1/System.Threading.ThreadPool.dll", "ref/netcoreapp2.1/System.Threading.ThreadPool.xml", "ref/netcoreapp2.1/System.Threading.Timer.dll", "ref/netcoreapp2.1/System.Threading.Timer.xml", "ref/netcoreapp2.1/System.Threading.dll", "ref/netcoreapp2.1/System.Threading.xml", "ref/netcoreapp2.1/System.Transactions.Local.dll", "ref/netcoreapp2.1/System.Transactions.Local.xml", "ref/netcoreapp2.1/System.Transactions.dll", "ref/netcoreapp2.1/System.ValueTuple.dll", "ref/netcoreapp2.1/System.Web.HttpUtility.dll", "ref/netcoreapp2.1/System.Web.HttpUtility.xml", "ref/netcoreapp2.1/System.Web.dll", "ref/netcoreapp2.1/System.Windows.dll", "ref/netcoreapp2.1/System.Xml.Linq.dll", "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll", "ref/netcoreapp2.1/System.Xml.ReaderWriter.xml", "ref/netcoreapp2.1/System.Xml.Serialization.dll", "ref/netcoreapp2.1/System.Xml.XDocument.dll", "ref/netcoreapp2.1/System.Xml.XDocument.xml", "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll", "ref/netcoreapp2.1/System.Xml.XPath.XDocument.xml", "ref/netcoreapp2.1/System.Xml.XPath.dll", "ref/netcoreapp2.1/System.Xml.XPath.xml", "ref/netcoreapp2.1/System.Xml.XmlDocument.dll", "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll", "ref/netcoreapp2.1/System.Xml.XmlSerializer.xml", "ref/netcoreapp2.1/System.Xml.dll", "ref/netcoreapp2.1/System.dll", "ref/netcoreapp2.1/WindowsBase.dll", "ref/netcoreapp2.1/mscorlib.dll", "ref/netcoreapp2.1/netstandard.dll", "runtime.json" ] }, "Microsoft.NETCore.DotNetAppHost/2.1.0": { "sha512": "f/47I60Wg3SrveTvnecCQhCZCAMYlUujWF15EQ/AZTqF/54qeEJjbCIAxKcZI8ToUYzSg6JdfrHggsgjCyCE9Q==", "type": "package", "path": "microsoft.netcore.dotnetapphost/2.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512", "microsoft.netcore.dotnetapphost.nuspec", "runtime.json" ] }, "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { "sha512": "p50yZYKzhH64lmArJgoKjtvsNehECa+/sAuOQzZh5uDNBTbRKxjN8IXP1e517xdVsgrFcSNxSEVDKZIOWVjGcQ==", "type": "package", "path": "microsoft.netcore.dotnethostpolicy/2.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512", "microsoft.netcore.dotnethostpolicy.nuspec", "runtime.json" ] }, "Microsoft.NETCore.DotNetHostResolver/2.1.0": { "sha512": "fS9D8a+y55n6mHMbNqgHXaPGkjmpVH9h97OyrBxsCuo3Z8aQaFMJ5xIfmzji2ntUd/3truhMbSgSfIelHOkQpg==", "type": "package", "path": "microsoft.netcore.dotnethostresolver/2.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512", "microsoft.netcore.dotnethostresolver.nuspec", "runtime.json" ] }, "Microsoft.NETCore.Platforms/2.1.0": { "sha512": "GmkKfoyerqmsHMn7OZj0AKpcBabD+GaafqphvX2Mw406IwiJRy1pKcKqdCfKJfYmkRyJ6+e+RaUylgdJoDa1jQ==", "type": "package", "path": "microsoft.netcore.platforms/2.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", "microsoft.netcore.platforms.2.1.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.NETCore.Targets/2.1.0": { "sha512": "etaYwrLZQUS+b3UWTpCnUggd6SQ/ZIkZ5pHnoR7+dIWt/wp2Rv3CvMKOZISsrt7FYCHKwCxfcepuuyEWkQxADg==", "type": "package", "path": "microsoft.netcore.targets/2.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", "microsoft.netcore.targets.2.1.0.nupkg.sha512", "microsoft.netcore.targets.nuspec", "runtime.json", "useSharedDesignerContext.txt", "version.txt" ] }, "NETStandard.Library/2.0.3": { "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", "type": "package", "path": "netstandard.library/2.0.3", "files": [ ".nupkg.metadata", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "build/netstandard2.0/NETStandard.Library.targets", "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", "build/netstandard2.0/ref/System.AppContext.dll", "build/netstandard2.0/ref/System.Collections.Concurrent.dll", "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", "build/netstandard2.0/ref/System.Collections.Specialized.dll", "build/netstandard2.0/ref/System.Collections.dll", "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", "build/netstandard2.0/ref/System.ComponentModel.dll", "build/netstandard2.0/ref/System.Console.dll", "build/netstandard2.0/ref/System.Core.dll", "build/netstandard2.0/ref/System.Data.Common.dll", "build/netstandard2.0/ref/System.Data.dll", "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", "build/netstandard2.0/ref/System.Diagnostics.Process.dll", "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", "build/netstandard2.0/ref/System.Drawing.Primitives.dll", "build/netstandard2.0/ref/System.Drawing.dll", "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", "build/netstandard2.0/ref/System.Globalization.Calendars.dll", "build/netstandard2.0/ref/System.Globalization.Extensions.dll", "build/netstandard2.0/ref/System.Globalization.dll", "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", "build/netstandard2.0/ref/System.IO.Compression.dll", "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", "build/netstandard2.0/ref/System.IO.FileSystem.dll", "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", "build/netstandard2.0/ref/System.IO.Pipes.dll", "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", "build/netstandard2.0/ref/System.IO.dll", "build/netstandard2.0/ref/System.Linq.Expressions.dll", "build/netstandard2.0/ref/System.Linq.Parallel.dll", "build/netstandard2.0/ref/System.Linq.Queryable.dll", "build/netstandard2.0/ref/System.Linq.dll", "build/netstandard2.0/ref/System.Net.Http.dll", "build/netstandard2.0/ref/System.Net.NameResolution.dll", "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", "build/netstandard2.0/ref/System.Net.Ping.dll", "build/netstandard2.0/ref/System.Net.Primitives.dll", "build/netstandard2.0/ref/System.Net.Requests.dll", "build/netstandard2.0/ref/System.Net.Security.dll", "build/netstandard2.0/ref/System.Net.Sockets.dll", "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", "build/netstandard2.0/ref/System.Net.WebSockets.dll", "build/netstandard2.0/ref/System.Net.dll", "build/netstandard2.0/ref/System.Numerics.dll", "build/netstandard2.0/ref/System.ObjectModel.dll", "build/netstandard2.0/ref/System.Reflection.Extensions.dll", "build/netstandard2.0/ref/System.Reflection.Primitives.dll", "build/netstandard2.0/ref/System.Reflection.dll", "build/netstandard2.0/ref/System.Resources.Reader.dll", "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", "build/netstandard2.0/ref/System.Resources.Writer.dll", "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", "build/netstandard2.0/ref/System.Runtime.Extensions.dll", "build/netstandard2.0/ref/System.Runtime.Handles.dll", "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", "build/netstandard2.0/ref/System.Runtime.Numerics.dll", "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", "build/netstandard2.0/ref/System.Runtime.Serialization.dll", "build/netstandard2.0/ref/System.Runtime.dll", "build/netstandard2.0/ref/System.Security.Claims.dll", "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", "build/netstandard2.0/ref/System.Security.Principal.dll", "build/netstandard2.0/ref/System.Security.SecureString.dll", "build/netstandard2.0/ref/System.ServiceModel.Web.dll", "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", "build/netstandard2.0/ref/System.Text.Encoding.dll", "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", "build/netstandard2.0/ref/System.Threading.Overlapped.dll", "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", "build/netstandard2.0/ref/System.Threading.Tasks.dll", "build/netstandard2.0/ref/System.Threading.Thread.dll", "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", "build/netstandard2.0/ref/System.Threading.Timer.dll", "build/netstandard2.0/ref/System.Threading.dll", "build/netstandard2.0/ref/System.Transactions.dll", "build/netstandard2.0/ref/System.ValueTuple.dll", "build/netstandard2.0/ref/System.Web.dll", "build/netstandard2.0/ref/System.Windows.dll", "build/netstandard2.0/ref/System.Xml.Linq.dll", "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", "build/netstandard2.0/ref/System.Xml.Serialization.dll", "build/netstandard2.0/ref/System.Xml.XDocument.dll", "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", "build/netstandard2.0/ref/System.Xml.XPath.dll", "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", "build/netstandard2.0/ref/System.Xml.dll", "build/netstandard2.0/ref/System.dll", "build/netstandard2.0/ref/mscorlib.dll", "build/netstandard2.0/ref/netstandard.dll", "build/netstandard2.0/ref/netstandard.xml", "lib/netstandard1.0/_._", "netstandard.library.2.0.3.nupkg.sha512", "netstandard.library.nuspec" ] } }, "projectFileDependencyGroups": { ".NETCoreApp,Version=v2.1": [ "Microsoft.NETCore.App >= 2.1.0" ] }, "packageFolders": { "C:\\Users\\wsego\\.nuget\\packages\\": {}, "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} }, "project": { "version": "1.0.0", "restore": { "projectUniqueName": "C:\\Users\\wsego\\OneDrive\\Desktop\\School\\.NET Class\\AddingVariables2\\AddingVariables2\\AddingVariables2.csproj", "projectName": "AddingVariables2", "projectPath": "C:\\Users\\wsego\\OneDrive\\Desktop\\School\\.NET Class\\AddingVariables2\\AddingVariables2\\AddingVariables2.csproj", "packagesPath": "C:\\Users\\wsego\\.nuget\\packages\\", "outputPath": "C:\\Users\\wsego\\OneDrive\\Desktop\\School\\.NET Class\\AddingVariables2\\AddingVariables2\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ], "configFilePaths": [ "C:\\Users\\wsego\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "netcoreapp2.1" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { "netcoreapp2.1": { "projectReferences": {} } }, "warningProperties": { "warnAsError": [ "NU1605" ] } }, "frameworks": { "netcoreapp2.1": { "dependencies": { "Microsoft.NETCore.App": { "target": "Package", "version": "[2.1.0, )", "autoReferenced": true } }, "imports": [ "net461" ], "assetTargetFallback": true, "warn": true } } } }

AddingVariables2/Program.cs

using System; namespace AddingVariables2 { class Program { static void Main(string[] args) { double tax = 0; double tax2 = 0; double tax3 = 0; double AnnualGrossPay = 0; double AnnualGrossPay2 = 0; double AnnualGrossPay3 = 0; double AnnualTaxes = 0; double AnnualTaxes2 = 0; double AnnualTaxes3 = 0; Console.Write("Welcome, please enter your name: "); string Name = Console.ReadLine(); Console.Write("Please enter your zip code: "); string ZipCode = Console.ReadLine(); Console.Write("Please enter your monthly gross income: "); double GrossIncome = double.Parse(Console.ReadLine()); Console.Write("Please enter the next name: "); String Name2 = Console.ReadLine(); Console.Write("Please enter your zip code: "); string ZipCode2 = Console.ReadLine(); Console.Write("Please enter your monthly gross income: "); double GrossIncome2 = double.Parse(Console.ReadLine()); Console.Write("Please enter the next name: "); string Name3 = Console.ReadLine(); Console.Write("Please enter your zip code: "); string ZipCode3 = Console.ReadLine(); Console.Write("Please enter your monthly gross income: "); double GrossIncome3 = double.Parse(Console.ReadLine()); tax = .07 * GrossIncome; tax2 = .07 * GrossIncome2; tax3 = .07 * GrossIncome3; AnnualGrossPay = 12 * GrossIncome; AnnualGrossPay2 = 12 * GrossIncome2; AnnualGrossPay3 = 12 * GrossIncome3; AnnualTaxes = 12 * tax; AnnualTaxes2 = 12 * tax2; AnnualTaxes3 = 12 * tax3; Console.WriteLine("My name is " + Name + Environment.NewLine + "My zip code is " + ZipCode + Environment.NewLine + "My monthly gross income is $" + GrossIncome + Environment.NewLine + "And my gross income taxes are $" + tax + Environment.NewLine + "My Annual Gross Pay is $" + AnnualGrossPay + Environment.NewLine + "My Annual Taxes are $" + AnnualTaxes + Environment.NewLine + "My name is " + Name2 + Environment.NewLine + "My zip code is " + ZipCode2 + Environment.NewLine + "My monthly gross income is $" + GrossIncome2 + Environment.NewLine + "And my gross income taxes are $" + tax2 + Environment.NewLine + "My Annual Gross Pay is $" + AnnualGrossPay2 + Environment.NewLine + "My Annual Taxes are $" + AnnualTaxes2 + Environment.NewLine + "My name is " + Name3 + Environment.NewLine + "My zip code is " + ZipCode3 + Environment.NewLine + "My monthly gross income is $" + GrossIncome3 + Environment.NewLine + "And my gross income taxes are $" + tax3 + Environment.NewLine + "My Annual Gross Pay is $" + AnnualGrossPay3 + Environment.NewLine + "My Annual Taxes are $" + AnnualTaxes3); } } }

Output-Build.txt

1>------ Build started: Project: AddingVariables2, Configuration: Debug Any CPU ------ 1>AddingVariables2 -> C:\Users\wsego\OneDrive\Desktop\School\.NET Class\AddingVariables2\AddingVariables2\bin\Debug\netcoreapp2.1\AddingVariables2.dll ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========