save
This commit is contained in:
BIN
SickBlazorApp/bin/Release/net10.0/PCANBasic.NET.dll
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/PCANBasic.NET.dll
Normal file
Binary file not shown.
57
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.deps.json
Normal file
57
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.deps.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {
|
||||
"SickBlazorApp/1.0.0": {
|
||||
"dependencies": {
|
||||
"Peak.PCANBasic.NET": "4.10.1.968",
|
||||
"SocketCANSharp": "0.13.0"
|
||||
},
|
||||
"runtime": {
|
||||
"SickBlazorApp.dll": {}
|
||||
}
|
||||
},
|
||||
"Peak.PCANBasic.NET/4.10.1.968": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/PCANBasic.NET.dll": {
|
||||
"assemblyVersion": "4.10.1.968",
|
||||
"fileVersion": "4.10.1.968"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SocketCANSharp/0.13.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/SocketCANSharp.dll": {
|
||||
"assemblyVersion": "0.13.0.0",
|
||||
"fileVersion": "0.13.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SickBlazorApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Peak.PCANBasic.NET/4.10.1.968": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-sUxW8dhaIB+x7XFcpepad1DaD1N5a9l6qB2cyOgDCv7M+SmF87hOIK/EsT42Th92exA02PfCr6+ilnZ0XYeyrg==",
|
||||
"path": "peak.pcanbasic.net/4.10.1.968",
|
||||
"hashPath": "peak.pcanbasic.net.4.10.1.968.nupkg.sha512"
|
||||
},
|
||||
"SocketCANSharp/0.13.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-71mLS40IMpnyWeKf0zeWKGlgO6lkll36DdhKmsJ9z/SGnENcq/8XhOYFgLKJ8Wbs2a4WaFelmlz8cKBU82lWyA==",
|
||||
"path": "socketcansharp/0.13.0",
|
||||
"hashPath": "socketcansharp.0.13.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.dll
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.dll
Normal file
Binary file not shown.
BIN
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.exe
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.exe
Normal file
Binary file not shown.
BIN
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.pdb
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/SickBlazorApp.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
SickBlazorApp/bin/Release/net10.0/SocketCANSharp.dll
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/SocketCANSharp.dll
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
SickBlazorApp/bin/Release/net10.0/appsettings.json
Normal file
16
SickBlazorApp/bin/Release/net10.0/appsettings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"CanBus": {
|
||||
"Backend": "PCAN",
|
||||
"PositionBaseCobId": "0x180",
|
||||
"Channel": "PCAN_USBBUS1",
|
||||
"PositionScale": 0.01403808593
|
||||
}
|
||||
}
|
||||
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/PCANBasic.NET.dll
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/PCANBasic.NET.dll
Normal file
Binary file not shown.
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SickBlazorApp
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SickBlazorApp
Normal file
Binary file not shown.
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0/linux-x64",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {},
|
||||
".NETCoreApp,Version=v10.0/linux-x64": {
|
||||
"SickBlazorApp/1.0.0": {
|
||||
"dependencies": {
|
||||
"Peak.PCANBasic.NET": "4.10.1.968",
|
||||
"SocketCANSharp": "0.13.0"
|
||||
},
|
||||
"runtime": {
|
||||
"SickBlazorApp.dll": {}
|
||||
}
|
||||
},
|
||||
"Peak.PCANBasic.NET/4.10.1.968": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/PCANBasic.NET.dll": {
|
||||
"assemblyVersion": "4.10.1.968",
|
||||
"fileVersion": "4.10.1.968"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SocketCANSharp/0.13.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/SocketCANSharp.dll": {
|
||||
"assemblyVersion": "0.13.0.0",
|
||||
"fileVersion": "0.13.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SickBlazorApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Peak.PCANBasic.NET/4.10.1.968": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-sUxW8dhaIB+x7XFcpepad1DaD1N5a9l6qB2cyOgDCv7M+SmF87hOIK/EsT42Th92exA02PfCr6+ilnZ0XYeyrg==",
|
||||
"path": "peak.pcanbasic.net/4.10.1.968",
|
||||
"hashPath": "peak.pcanbasic.net.4.10.1.968.nupkg.sha512"
|
||||
},
|
||||
"SocketCANSharp/0.13.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-71mLS40IMpnyWeKf0zeWKGlgO6lkll36DdhKmsJ9z/SGnENcq/8XhOYFgLKJ8Wbs2a4WaFelmlz8cKBU82lWyA==",
|
||||
"path": "socketcansharp/0.13.0",
|
||||
"hashPath": "socketcansharp.0.13.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SickBlazorApp.dll
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SickBlazorApp.dll
Normal file
Binary file not shown.
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SickBlazorApp.pdb
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SickBlazorApp.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SocketCANSharp.dll
Normal file
BIN
SickBlazorApp/bin/Release/net10.0/linux-x64/SocketCANSharp.dll
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
SickBlazorApp/bin/Release/net10.0/linux-x64/appsettings.json
Normal file
16
SickBlazorApp/bin/Release/net10.0/linux-x64/appsettings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"CanBus": {
|
||||
"Backend": "PCAN",
|
||||
"PositionBaseCobId": "0x180",
|
||||
"Channel": "PCAN_USBBUS1",
|
||||
"PositionScale": 0.01403808593
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user