Add .gitignore and remove build artifacts from tracking
bin/, obj/, and .vs/ were committed in the initial commit by mistake. They are now ignored and removed from the repo (files remain on disk). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
05746cbebe
commit
7e4f2217c2
|
|
@ -0,0 +1,42 @@
|
||||||
|
## .NET / Visual Studio
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
.vs/
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
*.cache
|
||||||
|
*.pdb
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
!*.exe.config
|
||||||
|
|
||||||
|
## Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Bb]uild/
|
||||||
|
bld/
|
||||||
|
|
||||||
|
## NuGet
|
||||||
|
*.nupkg
|
||||||
|
**/packages/*
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
## IDE
|
||||||
|
.idea/
|
||||||
|
*.sln.docstates
|
||||||
|
*.rsuser
|
||||||
|
|
||||||
|
## OS
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
## Test results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
TestResult.xml
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,170 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v8.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v8.0": {
|
|
||||||
"ElevatorDiag/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Spectre.Console": "0.49.1",
|
|
||||||
"System.IO.Ports": "8.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"ElevatorDiag.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "8.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Spectre.Console/0.49.1": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/net8.0/Spectre.Console.dll": {
|
|
||||||
"assemblyVersion": "0.0.0.0",
|
|
||||||
"fileVersion": "0.49.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/8.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "8.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"assemblyVersion": "8.0.0.0",
|
|
||||||
"fileVersion": "8.0.23.53103"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "unix",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "8.0.0.0",
|
|
||||||
"fileVersion": "8.0.23.53103"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "win",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "8.0.0.0",
|
|
||||||
"fileVersion": "8.0.23.53103"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"ElevatorDiag/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-gK720fg6HemDg8sXcfy+xCMZ9+hF78Gc7BmREbmkS4noqlu1BAr9qZtuWGhLzFjBfgecmdtl4+SYVwJ1VneZBQ==",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm.runtime.native.system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-KYG6/3ojhEWbb3FwQAKgGWPHrY+HKUXXdVjJlrtyCLn3EMcNTaNcPadb2c0ndQzixZSmAxZKopXJr0nLwhOrpQ==",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-Wnw5vhA4mgGbIFoo6l9Fk3iEcwRSq49a1aKwJgXUCUtEQLCSUDjTGSxqy/oMUuOyyn7uLHsH8KgZzQ1y3lReiQ==",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"hashPath": "runtime.linux-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-Ee7Sz5llLpTgyKIWzKI/GeuRSbFkOABgJRY00SqTY0OkTYtkB+9l5rFZfE7fxPA3c22RfytCBYkUdAkcmwMjQg==",
|
|
||||||
"path": "runtime.native.system.io.ports/8.0.0",
|
|
||||||
"hashPath": "runtime.native.system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-rbUBLAaFW9oVkbsb0+XSrAo2QdhBeAyzLl5KQ6Oci9L/u626uXGKInsVJG6B9Z5EO8bmplC8tsMiaHK8wOBZ+w==",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-IcfB4jKtM9pkzP9OpYelEcUX1MiDt0IJPBh3XYYdEISFF+6Mc+T8WWi0dr9wVh1gtcdVjubVEIBgB8BHESlGfQ==",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"hashPath": "runtime.osx-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Spectre.Console/0.49.1": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-USV+pdu49OJ3nCjxNuw1K9Zw/c1HCBbwbjXZp0EOn6wM99tFdAtN34KEBZUMyRuJuXlUMDqhd8Yq9obW2MslYA==",
|
|
||||||
"path": "spectre.console/0.49.1",
|
|
||||||
"hashPath": "spectre.console.0.49.1.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-MaiPbx2/QXZc62gm/DrajRrGPG1lU4m08GWMoWiymPYM+ba4kfACp2PbiYpqJ4QiFGhHD00zX3RoVDTucjWe9g==",
|
|
||||||
"path": "system.io.ports/8.0.0",
|
|
||||||
"hashPath": "system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net8.0",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "8.0.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +0,0 @@
|
||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// 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("ElevatorDiag")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("ElevatorDiag")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("ElevatorDiag")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
1f40b4324be88bb5c28902da0fe8f7bf03669f9354b5f33c24d95e474f7caac2
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
is_global = true
|
|
||||||
build_property.TargetFramework = net8.0
|
|
||||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
|
||||||
build_property.TargetFrameworkVersion = v8.0
|
|
||||||
build_property.TargetPlatformMinVersion =
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property.EnforceExtendedAnalyzerRules =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = ElevatorDiag
|
|
||||||
build_property.ProjectDir = C:\Users\corey\elevator_diag\
|
|
||||||
build_property.EnableComHosting =
|
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
||||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
|
||||||
build_property.EnableCodeStyleSeverity =
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
// <auto-generated/>
|
|
||||||
global using System;
|
|
||||||
global using System.Collections.Generic;
|
|
||||||
global using System.IO;
|
|
||||||
global using System.Linq;
|
|
||||||
global using System.Net.Http;
|
|
||||||
global using System.Threading;
|
|
||||||
global using System.Threading.Tasks;
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
9bd98e3b2e6093d851b77a049fdd14fdb9e84bcb9aa3c3f006c13873808a6506
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\ElevatorDiag.exe
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\ElevatorDiag.deps.json
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\ElevatorDiag.runtimeconfig.json
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\ElevatorDiag.dll
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\ElevatorDiag.pdb
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\Spectre.Console.dll
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\System.IO.Ports.dll
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\osx-arm64\native\libSystem.IO.Ports.Native.dylib
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\unix\lib\net8.0\System.IO.Ports.dll
|
|
||||||
C:\Users\corey\elevator_diag\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.IO.Ports.dll
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.csproj.AssemblyReference.cache
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.AssemblyInfoInputs.cache
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.AssemblyInfo.cs
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.csproj.CoreCompileInputs.cache
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\Elevator.996862A8.Up2Date
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.dll
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\refint\ElevatorDiag.dll
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.pdb
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ElevatorDiag.genruntimeconfig.cache
|
|
||||||
C:\Users\corey\elevator_diag\obj\Debug\net8.0\ref\ElevatorDiag.dll
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
0eaa96004ec13ae2f7df2bbf01cde8f2163f35f4e53be6139d71a88397c325cc
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,84 +0,0 @@
|
||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj",
|
|
||||||
"projectName": "ElevatorDiag",
|
|
||||||
"projectPath": "C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\corey\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\corey\\elevator_diag\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\corey\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net8.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0": {
|
|
||||||
"targetAlias": "net8.0",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
},
|
|
||||||
"SdkAnalysisLevel": "10.0.100"
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0": {
|
|
||||||
"targetAlias": "net8.0",
|
|
||||||
"dependencies": {
|
|
||||||
"Spectre.Console": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[0.49.1, )"
|
|
||||||
},
|
|
||||||
"System.IO.Ports": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[8.0.0, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\corey\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="C:\Users\corey\.nuget\packages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
|
||||||
|
|
@ -1,349 +0,0 @@
|
||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"targets": {
|
|
||||||
"net8.0": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-arm"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-arm64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-x64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "8.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "8.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "osx-arm64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "osx-x64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Spectre.Console/0.49.1": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/net8.0/Spectre.Console.dll": {
|
|
||||||
"related": ".xml"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net8.0/Spectre.Console.dll": {
|
|
||||||
"related": ".xml"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/8.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "8.0.0"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"related": ".xml"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"related": ".xml"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"buildTransitive/net6.0/_._": {}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"assetType": "runtime",
|
|
||||||
"rid": "unix"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net8.0/System.IO.Ports.dll": {
|
|
||||||
"assetType": "runtime",
|
|
||||||
"rid": "win"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "gK720fg6HemDg8sXcfy+xCMZ9+hF78Gc7BmREbmkS4noqlu1BAr9qZtuWGhLzFjBfgecmdtl4+SYVwJ1VneZBQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-arm.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-arm.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "KYG6/3ojhEWbb3FwQAKgGWPHrY+HKUXXdVjJlrtyCLn3EMcNTaNcPadb2c0ndQzixZSmAxZKopXJr0nLwhOrpQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-arm64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "Wnw5vhA4mgGbIFoo6l9Fk3iEcwRSq49a1aKwJgXUCUtEQLCSUDjTGSxqy/oMUuOyyn7uLHsH8KgZzQ1y3lReiQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-x64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "Ee7Sz5llLpTgyKIWzKI/GeuRSbFkOABgJRY00SqTY0OkTYtkB+9l5rFZfE7fxPA3c22RfytCBYkUdAkcmwMjQg==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.native.system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"runtime.native.system.io.ports.nuspec",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "rbUBLAaFW9oVkbsb0+XSrAo2QdhBeAyzLl5KQ6Oci9L/u626uXGKInsVJG6B9Z5EO8bmplC8tsMiaHK8wOBZ+w==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.osx-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"runtime.osx-arm64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "IcfB4jKtM9pkzP9OpYelEcUX1MiDt0IJPBh3XYYdEISFF+6Mc+T8WWi0dr9wVh1gtcdVjubVEIBgB8BHESlGfQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.osx-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"runtime.osx-x64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Spectre.Console/0.49.1": {
|
|
||||||
"sha512": "USV+pdu49OJ3nCjxNuw1K9Zw/c1HCBbwbjXZp0EOn6wM99tFdAtN34KEBZUMyRuJuXlUMDqhd8Yq9obW2MslYA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "spectre.console/0.49.1",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"lib/net6.0/Spectre.Console.dll",
|
|
||||||
"lib/net6.0/Spectre.Console.xml",
|
|
||||||
"lib/net7.0/Spectre.Console.dll",
|
|
||||||
"lib/net7.0/Spectre.Console.xml",
|
|
||||||
"lib/net8.0/Spectre.Console.dll",
|
|
||||||
"lib/net8.0/Spectre.Console.xml",
|
|
||||||
"lib/netstandard2.0/Spectre.Console.dll",
|
|
||||||
"lib/netstandard2.0/Spectre.Console.xml",
|
|
||||||
"small-logo.png",
|
|
||||||
"spectre.console.0.49.1.nupkg.sha512",
|
|
||||||
"spectre.console.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"System.IO.Ports/8.0.0": {
|
|
||||||
"sha512": "MaiPbx2/QXZc62gm/DrajRrGPG1lU4m08GWMoWiymPYM+ba4kfACp2PbiYpqJ4QiFGhHD00zX3RoVDTucjWe9g==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "system.io.ports/8.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"PACKAGE.md",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"buildTransitive/net461/System.IO.Ports.targets",
|
|
||||||
"buildTransitive/net462/_._",
|
|
||||||
"buildTransitive/net6.0/_._",
|
|
||||||
"buildTransitive/netcoreapp2.0/System.IO.Ports.targets",
|
|
||||||
"lib/net462/System.IO.Ports.dll",
|
|
||||||
"lib/net462/System.IO.Ports.xml",
|
|
||||||
"lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"lib/net7.0/System.IO.Ports.dll",
|
|
||||||
"lib/net7.0/System.IO.Ports.xml",
|
|
||||||
"lib/net8.0/System.IO.Ports.dll",
|
|
||||||
"lib/net8.0/System.IO.Ports.xml",
|
|
||||||
"lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/net7.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/net7.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/net8.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/net8.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net7.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net7.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net8.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net8.0/System.IO.Ports.xml",
|
|
||||||
"system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"system.io.ports.nuspec",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"projectFileDependencyGroups": {
|
|
||||||
"net8.0": [
|
|
||||||
"Spectre.Console >= 0.49.1",
|
|
||||||
"System.IO.Ports >= 8.0.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packageFolders": {
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\": {},
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
|
||||||
},
|
|
||||||
"project": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj",
|
|
||||||
"projectName": "ElevatorDiag",
|
|
||||||
"projectPath": "C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\corey\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\corey\\elevator_diag\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\corey\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net8.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0": {
|
|
||||||
"targetAlias": "net8.0",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
},
|
|
||||||
"SdkAnalysisLevel": "10.0.100"
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net8.0": {
|
|
||||||
"targetAlias": "net8.0",
|
|
||||||
"dependencies": {
|
|
||||||
"Spectre.Console": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[0.49.1, )"
|
|
||||||
},
|
|
||||||
"System.IO.Ports": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[8.0.0, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"dgSpecHash": "JvjZSC7+Kkc=",
|
|
||||||
"success": true,
|
|
||||||
"projectFilePath": "C:\\Users\\corey\\elevator_diag\\ElevatorDiag.csproj",
|
|
||||||
"expectedPackageFiles": [
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\8.0.0\\runtime.linux-arm.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\8.0.0\\runtime.linux-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\8.0.0\\runtime.linux-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\runtime.native.system.io.ports\\8.0.0\\runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\runtime.osx-arm64.runtime.native.system.io.ports\\8.0.0\\runtime.osx-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\8.0.0\\runtime.osx-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\spectre.console\\0.49.1\\spectre.console.0.49.1.nupkg.sha512",
|
|
||||||
"C:\\Users\\corey\\.nuget\\packages\\system.io.ports\\8.0.0\\system.io.ports.8.0.0.nupkg.sha512"
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue