Commit 20f6a652 authored by Josh Ji's avatar Josh Ji

0122

parent d9df597f
No preview for this file type
No preview for this file type
......@@ -5,8 +5,6 @@ VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FidoReader", "FidoReader\FidoReader.csproj", "{D0FCA65A-2118-4E48-B02F-256C63787A80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simulation", "..\Simulation\Simulation\Simulation.csproj", "{F0BFE936-19D9-4C7D-B36B-3F7AA8A297B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
......@@ -17,10 +15,6 @@ Global
{D0FCA65A-2118-4E48-B02F-256C63787A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0FCA65A-2118-4E48-B02F-256C63787A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0FCA65A-2118-4E48-B02F-256C63787A80}.Release|Any CPU.Build.0 = Release|Any CPU
{F0BFE936-19D9-4C7D-B36B-3F7AA8A297B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0BFE936-19D9-4C7D-B36B-3F7AA8A297B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0BFE936-19D9-4C7D-B36B-3F7AA8A297B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0BFE936-19D9-4C7D-B36B-3F7AA8A297B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......
......@@ -10,7 +10,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle" Version="1.8.9" />
<PackageReference Include="Dahomey.Cbor" Version="1.17.0" />
<PackageReference Include="Jsbeautifier" Version="0.0.1" />
<PackageReference Include="MySql.Data" Version="8.0.29" />
......@@ -18,11 +17,8 @@
<PackageReference Include="PCSC" Version="6.0.0" />
<PackageReference Include="PCSC.Iso7816" Version="6.0.0" />
<PackageReference Include="PCSC.Reactive" Version="6.0.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="System.Data.SQLite" Version="1.0.115.5" />
<PackageReference Include="System.Formats.Cbor" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Simulation\Simulation\Simulation.csproj" />
</ItemGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\josh2\Documents\GitLab\EID\fidoreader\FidoReader\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
......
......@@ -55,23 +55,28 @@
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.tabControl3 = new System.Windows.Forms.TabControl();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.cbReaders = new System.Windows.Forms.ComboBox();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.btnPivInfoInit = new System.Windows.Forms.Button();
this.lbXTime = new System.Windows.Forms.Label();
this.tabControl4 = new System.Windows.Forms.TabControl();
this.tabPage8 = new System.Windows.Forms.TabPage();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabControl2.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabControl3.SuspendLayout();
this.tabPage7.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage6.SuspendLayout();
this.tabPage7.SuspendLayout();
this.tabControl4.SuspendLayout();
this.tabPage8.SuspendLayout();
this.SuspendLayout();
//
// selectFIDOApplet
......@@ -147,12 +152,13 @@
//
// getPuKxCx
//
this.getPuKxCx.Location = new System.Drawing.Point(131, 35);
this.getPuKxCx.Location = new System.Drawing.Point(131, 64);
this.getPuKxCx.Name = "getPuKxCx";
this.getPuKxCx.Size = new System.Drawing.Size(119, 23);
this.getPuKxCx.TabIndex = 11;
this.getPuKxCx.Text = "set identity";
this.getPuKxCx.UseVisualStyleBackColor = true;
this.getPuKxCx.Visible = false;
this.getPuKxCx.Click += new System.EventHandler(this.getPuKxCx_Click);
//
// tabControl1
......@@ -170,7 +176,7 @@
this.tabPage1.Controls.Add(this.APDUbox);
this.tabPage1.Location = new System.Drawing.Point(4, 24);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage1.Size = new System.Drawing.Size(415, 634);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "APDU";
......@@ -181,7 +187,7 @@
this.tabPage2.Controls.Add(this.paramBox);
this.tabPage2.Location = new System.Drawing.Point(4, 24);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage2.Size = new System.Drawing.Size(415, 634);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "IDP params";
......@@ -210,7 +216,7 @@
//
// btnLoadDefaultCert
//
this.btnLoadDefaultCert.Location = new System.Drawing.Point(279, 8);
this.btnLoadDefaultCert.Location = new System.Drawing.Point(261, 6);
this.btnLoadDefaultCert.Name = "btnLoadDefaultCert";
this.btnLoadDefaultCert.Size = new System.Drawing.Size(88, 23);
this.btnLoadDefaultCert.TabIndex = 2;
......@@ -233,7 +239,7 @@
this.certBox.Location = new System.Drawing.Point(6, 35);
this.certBox.Multiline = true;
this.certBox.Name = "certBox";
this.certBox.Size = new System.Drawing.Size(361, 590);
this.certBox.Size = new System.Drawing.Size(343, 590);
this.certBox.TabIndex = 0;
//
// resetCredentials
......@@ -319,7 +325,6 @@
// tabControl2
//
this.tabControl2.Controls.Add(this.tabPage4);
this.tabControl2.Controls.Add(this.tabPage5);
this.tabControl2.Location = new System.Drawing.Point(445, 26);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
......@@ -331,30 +336,17 @@
this.tabPage4.Controls.Add(this.CBORbox);
this.tabPage4.Location = new System.Drawing.Point(4, 24);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage4.Size = new System.Drawing.Size(373, 634);
this.tabPage4.TabIndex = 0;
this.tabPage4.Text = "CBOR";
this.tabPage4.UseVisualStyleBackColor = true;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.btnLoadCert);
this.tabPage5.Controls.Add(this.certBox);
this.tabPage5.Controls.Add(this.btnOpenCert);
this.tabPage5.Controls.Add(this.btnLoadDefaultCert);
this.tabPage5.Location = new System.Drawing.Point(4, 24);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(373, 634);
this.tabPage5.TabIndex = 1;
this.tabPage5.Text = "load cert";
this.tabPage5.UseVisualStyleBackColor = true;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"localhost:32306",
"127.0.0.1:3306",
"192.168.0.100:32306"});
this.comboBox1.Location = new System.Drawing.Point(86, 6);
......@@ -367,7 +359,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 15);
this.label1.Size = new System.Drawing.Size(70, 15);
this.label1.TabIndex = 23;
this.label1.Text = "DB Address:";
//
......@@ -379,25 +371,12 @@
this.tabControl3.Location = new System.Drawing.Point(832, 26);
this.tabControl3.Name = "tabControl3";
this.tabControl3.SelectedIndex = 0;
this.tabControl3.Size = new System.Drawing.Size(367, 653);
this.tabControl3.Size = new System.Drawing.Size(367, 281);
this.tabControl3.TabIndex = 24;
//
// tabPage7
//
this.tabPage7.Controls.Add(this.label1);
this.tabPage7.Controls.Add(this.comboBox1);
this.tabPage7.Controls.Add(this.IDxBox);
this.tabPage7.Controls.Add(this.getPuKxCx);
this.tabPage7.Location = new System.Drawing.Point(4, 24);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(359, 625);
this.tabPage7.TabIndex = 2;
this.tabPage7.Text = "set identity";
this.tabPage7.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.cbReaders);
this.tabPage3.Controls.Add(this.selectFIDOApplet);
this.tabPage3.Controls.Add(this.getInfo);
this.tabPage3.Controls.Add(this.getAttestationPublicKey);
......@@ -408,12 +387,22 @@
this.tabPage3.Controls.Add(this.dumpIDSecret);
this.tabPage3.Location = new System.Drawing.Point(4, 24);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(359, 625);
this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage3.Size = new System.Drawing.Size(359, 253);
this.tabPage3.TabIndex = 0;
this.tabPage3.Text = "general";
this.tabPage3.UseVisualStyleBackColor = true;
//
// cbReaders
//
this.cbReaders.FormattingEnabled = true;
this.cbReaders.Location = new System.Drawing.Point(192, 6);
this.cbReaders.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbReaders.Name = "cbReaders";
this.cbReaders.Size = new System.Drawing.Size(133, 23);
this.cbReaders.TabIndex = 16;
this.cbReaders.SelectedIndexChanged += new System.EventHandler(this.cbReaders_SelectedIndexChanged);
//
// tabPage6
//
this.tabPage6.Controls.Add(this.ClientPIN_getRetries);
......@@ -422,17 +411,76 @@
this.tabPage6.Controls.Add(this.SetPIN);
this.tabPage6.Location = new System.Drawing.Point(4, 24);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(359, 625);
this.tabPage6.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage6.Size = new System.Drawing.Size(359, 253);
this.tabPage6.TabIndex = 1;
this.tabPage6.Text = "set PIN";
this.tabPage6.UseVisualStyleBackColor = true;
//
// tabPage7
//
this.tabPage7.Controls.Add(this.btnPivInfoInit);
this.tabPage7.Controls.Add(this.label1);
this.tabPage7.Controls.Add(this.comboBox1);
this.tabPage7.Controls.Add(this.IDxBox);
this.tabPage7.Controls.Add(this.getPuKxCx);
this.tabPage7.Location = new System.Drawing.Point(4, 24);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage7.Size = new System.Drawing.Size(359, 253);
this.tabPage7.TabIndex = 2;
this.tabPage7.Text = "set identity";
this.tabPage7.UseVisualStyleBackColor = true;
//
// btnPivInfoInit
//
this.btnPivInfoInit.Location = new System.Drawing.Point(131, 35);
this.btnPivInfoInit.Name = "btnPivInfoInit";
this.btnPivInfoInit.Size = new System.Drawing.Size(119, 23);
this.btnPivInfoInit.TabIndex = 24;
this.btnPivInfoInit.Text = "set identity";
this.btnPivInfoInit.UseVisualStyleBackColor = true;
this.btnPivInfoInit.Click += new System.EventHandler(this.btnPivInfoInit_Click);
//
// lbXTime
//
this.lbXTime.AutoSize = true;
this.lbXTime.Location = new System.Drawing.Point(836, 321);
this.lbXTime.Name = "lbXTime";
this.lbXTime.Size = new System.Drawing.Size(91, 15);
this.lbXTime.TabIndex = 25;
this.lbXTime.Text = "Execution Time:";
//
// tabControl4
//
this.tabControl4.Controls.Add(this.tabPage8);
this.tabControl4.Location = new System.Drawing.Point(832, 349);
this.tabControl4.Name = "tabControl4";
this.tabControl4.SelectedIndex = 0;
this.tabControl4.Size = new System.Drawing.Size(363, 335);
this.tabControl4.TabIndex = 26;
//
// tabPage8
//
this.tabPage8.Controls.Add(this.btnLoadDefaultCert);
this.tabPage8.Controls.Add(this.btnLoadCert);
this.tabPage8.Controls.Add(this.certBox);
this.tabPage8.Controls.Add(this.btnOpenCert);
this.tabPage8.Location = new System.Drawing.Point(4, 24);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
this.tabPage8.Size = new System.Drawing.Size(355, 307);
this.tabPage8.TabIndex = 0;
this.tabPage8.Text = "load cert";
this.tabPage8.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1211, 729);
this.ClientSize = new System.Drawing.Size(1211, 692);
this.Controls.Add(this.tabControl4);
this.Controls.Add(this.lbXTime);
this.Controls.Add(this.tabControl3);
this.Controls.Add(this.tabControl2);
this.Controls.Add(this.tabControl1);
......@@ -447,15 +495,17 @@
this.tabControl2.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout();
this.tabControl3.ResumeLayout(false);
this.tabPage7.ResumeLayout(false);
this.tabPage7.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage6.PerformLayout();
this.tabPage7.ResumeLayout(false);
this.tabPage7.PerformLayout();
this.tabControl4.ResumeLayout(false);
this.tabPage8.ResumeLayout(false);
this.tabPage8.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
......@@ -488,12 +538,16 @@
private Button btnLoadCert;
private TabControl tabControl2;
private TabPage tabPage4;
private TabPage tabPage5;
private ComboBox comboBox1;
private Label label1;
private TabControl tabControl3;
private TabPage tabPage7;
private TabPage tabPage3;
private TabPage tabPage6;
private Button btnPivInfoInit;
private ComboBox cbReaders;
private Label lbXTime;
private TabControl tabControl4;
private TabPage tabPage8;
}
}
\ No newline at end of file
......@@ -4,7 +4,6 @@ using PCSC.Iso7816;
using Dahomey.Cbor;
using Dahomey.Cbor.ObjectModel;
using Jsbeautifier;
using Simulation;
using System.Security.Cryptography;
using System.Formats.Cbor;
using MySql.Data.MySqlClient;
......@@ -19,6 +18,8 @@ using Org.BouncyCastle.Math;
using Org.BouncyCastle.Security;
using Org.BouncyCastle.Utilities.Encoders;
using Org.BouncyCastle.Asn1.Nist;
using System.Diagnostics;
using System.Buffers.Binary;
namespace FidoReader
{
......@@ -30,6 +31,7 @@ namespace FidoReader
string[] readers;
string readerName;
byte[] Cx;
Stopwatch stopwatch = new Stopwatch();
public Form1()
{
......@@ -81,6 +83,7 @@ namespace FidoReader
foreach (var item in readers) {
Debug.WriteLine(item);
}
cbReaders.Items.AddRange(readers);
string readerName = readers[0];
if (readerName == null) {
Debug.WriteLine("no reader");
......@@ -96,7 +99,11 @@ namespace FidoReader
using (var pcscContext = ContextFactory.Instance.Establish(SCardScope.User))
using (var pcscReader = new IsoReader(pcscContext, readerName, SCardShareMode.Shared, SCardProtocol.Any)) {
stopwatch.Restart();
Response commandResponse = pcscReader.Transmit(commandApdu);
stopwatch.Stop();
lbXTime.Text = $"Execution Time: {stopwatch.ElapsedMilliseconds} ms";
string statusWord = commandResponse.StatusWord.ToString("X");
APDUbox.Text += "<< " + statusWord + "\r\n";
Debug.WriteLine(statusWord);
......@@ -104,7 +111,7 @@ namespace FidoReader
// print Data
try {
byte[] data = commandResponse.GetData();
string dataHexString = BitConverter.ToString(data);
string dataHexString = BitConverter.ToString(data).Replace("-", " ");
APDUbox.Text += "<< " + dataHexString + "\r\n";
Debug.WriteLine(dataHexString);
......@@ -178,16 +185,30 @@ namespace FidoReader
if (data == null)
return;
CborReader cborReader = new CborReader(data);
if (cborReader.PeekState() == CborReaderState.StartMap) {
int? length = cborReader.ReadStartMap();
while (length > 0) {
string key = cborReader.ReadTextString();
if (key == "TEMP") {
Debug.WriteLine("TEMP : " + BitConverter.ToString(cborReader.ReadByteString()).Replace("-", ""));
if (cborReader.PeekState() == CborReaderState.ByteString) {
byte[] value = cborReader.ReadByteString();
Debug.WriteLine("{0}: {1}", key, BitConverter.ToString(value).Replace("-", " "));
} else {
Debug.WriteLine(key + ": "+ BitConverter.ToString(cborReader.ReadByteString()));
string value = cborReader.ReadTextString();
Debug.WriteLine("{0}: {1}", key, value);
}
length--;
}
} else if (cborReader.PeekState() == CborReaderState.StartArray) {
int? length = cborReader.ReadStartArray();
while (length > 0) {
if(cborReader.PeekState() == CborReaderState.TextString)
Debug.WriteLine(cborReader.ReadTextString());
else if(cborReader.PeekState() == CborReaderState.ByteString)
Debug.WriteLine(BitConverter.ToString(cborReader.ReadByteString()));
length--;
}
}
//cborReader.ReadTextString(); // key
//string IDx = cborReader.ReadTextString();
......@@ -224,13 +245,11 @@ namespace FidoReader
executecCommand(getPuKxRxCommand);
}
private void getCx_Click(object sender, EventArgs e) {
//ECCurve curve = ECCurve.NamedCurves.nistP256;
}
private void getPuKxCx_Click(object sender, EventArgs e) {
Debug.WriteLine("Set Identity IDx ...");
if (IDxBox.Text == "") {
......@@ -241,7 +260,7 @@ namespace FidoReader
#region mysql connecting
string mysql_addr = comboBox1.Text.Split(':')[0];
string mysql_port = comboBox1.Text.Split(':')[1];
string connectString = "server="+ mysql_addr+ ";port="+ mysql_port+ ";user id=root;password=rootpasswd;database=idp;charset=utf8;";
string connectString = "server="+ mysql_addr+ ";port="+ mysql_port+ ";user id=root;password=root;database=idp;charset=utf8;";
MySqlConnection mySqlConnection = new MySqlConnection(connectString);
if (mySqlConnection.State != ConnectionState.Open) {
try {
......@@ -380,6 +399,125 @@ namespace FidoReader
#endregion
}
private void btnPivInfoInit_Click(object sender, EventArgs e) {
Debug.WriteLine("Set Identity IDx ...");
if (IDxBox.Text == "") {
MessageBox.Show("IDx not set");
return;
}
Debug.WriteLine("Mysql Connecting ...");
#region mysql connecting
string mysql_addr = comboBox1.Text.Split(':')[0];
string mysql_port = comboBox1.Text.Split(':')[1];
string connectString = "server=" + mysql_addr + ";port=" + mysql_port + ";user id=root;password=root;database=idp;charset=utf8;";
MySqlConnection mySqlConnection = new MySqlConnection(connectString);
if (mySqlConnection.State != ConnectionState.Open) {
try {
mySqlConnection.Open();
} catch (Exception ex) {
MessageBox.Show(ex.Message);
Debug.WriteLine(ex.Message);
return;
}
}
#endregion
Debug.WriteLine("Mysql Connected.");
selectFIDOApplet_Click(sender, e);
string IDx = IDxBox.Text;
ECDiffieHellmanCng ECDH = new ECDiffieHellmanCng();
ECDH.HashAlgorithm = CngAlgorithm.Sha1;
ECDH.KeyDerivationFunction = ECDiffieHellmanKeyDerivationFunction.Hash;
ECDH.GenerateKey(System.Security.Cryptography.ECCurve.NamedCurves.nistP256);// also named secp256r1
byte[] publicKey = ECDH.PublicKey.ToByteArray();
byte[] privateKey = ECDH.ExportECPrivateKey();
paramBox.Text += "PuK_idp : " + BitConverter.ToString(publicKey) + "\r\n";
Debug.WriteLine(BitConverter.ToString(publicKey));
Debug.WriteLine(BitConverter.ToString(privateKey));
#region construct cbor command
CborWriter cborWriter = new CborWriter();
cborWriter.WriteStartArray(2);
cborWriter.WriteTextString(IDx);
cborWriter.WriteByteString(publicKey);
cborWriter.WriteEndArray();
byte[] encodedCbor = cborWriter.Encode();
Debug.WriteLine(BitConverter.ToString(encodedCbor));
byte[] data = new byte[encodedCbor.Length + 1];
data[0] = 0x53;
Array.Copy(encodedCbor, 0, data, 1, encodedCbor.Length);
var pivInfoInitCommand = new CommandApdu(IsoCase.Case4Short, SCardProtocol.Any) {
CLA = 0x80,
INS = 0x10,
P1P2 = 0x0000,
Data = data
};
#endregion
Response commandResponse = executecCommand(pivInfoInitCommand);
data = commandResponse.GetData();
if (data == null) {
return;
}
#region extract puK_card, hkdf chin iv
CborReader cborReader = new CborReader(data);
cborReader.ReadStartArray();
// magic||length(in little endian)
byte[] keyHeader = new byte[] { 0x45, 0x43, 0x4B, 0x31, 0x20, 0x00, 0x00, 0x00 };
byte[] temp = cborReader.ReadByteString();
byte[] PuKx = new byte[keyHeader.Length + temp.Length - 1];
Array.Copy(keyHeader, 0, PuKx, 0, keyHeader.Length);
// the first byte of temp is 0x04, it is a flag that indicate the key is uncompressioned
Array.Copy(temp, 1, PuKx, keyHeader.Length, temp.Length - 1);
byte[] hkdfChainIV = cborReader.ReadByteString();
#endregion
CngKey cngKey = CngKey.Import(PuKx, CngKeyBlobFormat.EccPublicBlob);
byte[] eccFullpublicblob = cngKey.Export(CngKeyBlobFormat.EccPublicBlob);
paramBox.Text += "PuK_card : " + BitConverter.ToString(eccFullpublicblob) + "\r\n";
// generate sharedSecrect
byte[] sharedSecrect = ECDH.DeriveKeyMaterial(cngKey);
paramBox.Text += "SharedSecret : " + BitConverter.ToString(sharedSecrect) + "\r\n";
// generate hashedSharedsecrect
SHA256 sha256 = SHA256.Create();
byte[] hashedSharedSecrect = sha256.ComputeHash(sharedSecrect);
paramBox.Text += "sha256 SharedSecret : " + BitConverter.ToString(hashedSharedSecrect) + "\r\n";
paramBox.Text += "hkdfChainIV : " + BitConverter.ToString(hkdfChainIV) + "\r\n";
#region insert pivInfo
try {
MySqlCommand insertNewIdentity = new MySqlCommand();
insertNewIdentity.Connection = mySqlConnection;
insertNewIdentity.CommandText = "INSERT INTO pivinfo (id, hkdf_chain_iv, sharedSecret) VALUES(@id, @hkdf_chain_iv, @sharedSecret)";
insertNewIdentity.CommandType = CommandType.Text;
insertNewIdentity.Parameters.Add("@id", MySqlDbType.VarChar).Value = IDxBox.Text;
insertNewIdentity.Parameters.Add("@hkdf_chain_iv", MySqlDbType.VarBinary).Value = hkdfChainIV;
insertNewIdentity.Parameters.Add("@sharedSecret", MySqlDbType.VarBinary).Value = sharedSecrect;
int rowAffected = insertNewIdentity.ExecuteNonQuery();
MessageBox.Show("row affected : " + rowAffected);
} catch (Exception ex) {
Debug.WriteLine(ex.ToString());
} finally {
if (mySqlConnection.State != ConnectionState.Closed)
mySqlConnection.Close();
}
#endregion
}
protected override void OnFormClosing(FormClosingEventArgs e) {
base.OnFormClosing(e);
Debug.WriteLine("Form Closing");
......@@ -391,7 +529,16 @@ namespace FidoReader
INS = 0xCA,
P1P2 = 0xFF21
};
executecCommand(getFreeSpaceCommand);
Response response = executecCommand(getFreeSpaceCommand);
byte[] data = response.GetData();
if (data == null)
return;
UInt16 n = BinaryPrimitives.ReadUInt16BigEndian(new ArraySegment<byte>(data, 5,2));
UInt32 nv = BinaryPrimitives.ReadUInt32BigEndian(new ArraySegment<byte>(data, 9, 4));
UInt32 v = BinaryPrimitives.ReadUInt32BigEndian(new ArraySegment<byte>(data, 15, 4));
Debug.WriteLine($"{n}, {nv}, {v}");
APDUbox.Text += $"# {n} applets, nv: {nv} bytes, v: {v} bytes\r\n";
}
private void getCredentialCount_Click(object sender, EventArgs e) {
......@@ -813,5 +960,10 @@ namespace FidoReader
private void Form1_Load(object sender, EventArgs e) {
comboBox1.SelectedIndex = 0;
}
private void cbReaders_SelectedIndexChanged(object sender, EventArgs e) {
readerName=cbReaders.Text;
monitor.Start(readerName);
}
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows</TargetFramework>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2024-01-22T04:33:13.9781807Z;True|2024-01-22T12:32:20.6163846+08:00;True|2023-11-06T16:41:08.3616598+08:00;True|2023-11-06T15:34:18.1393304+08:00;True|2023-11-03T12:57:33.1055621+08:00;True|2023-11-01T13:09:29.5077167+08:00;True|2023-11-01T13:08:10.4606226+08:00;False|2023-11-01T13:06:52.5343507+08:00;True|2023-11-01T13:05:26.9501177+08:00;False|2023-11-01T13:05:06.1628785+08:00;False|2023-11-01T12:51:41.6756204+08:00;False|2023-11-01T12:51:06.6318926+08:00;False|2023-11-01T12:49:48.3386066+08:00;False|2023-11-01T12:49:19.7335649+08:00;False|2023-11-01T12:47:31.6608862+08:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
\ No newline at end of file
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"FidoReader/1.0.0": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Dahomey.Cbor": "1.17.0",
"Jsbeautifier": "0.0.1",
"MySql.Data": "8.0.29",
"Newtonsoft.Json": "13.0.1",
"PCSC": "6.0.0",
"PCSC.Iso7816": "6.0.0",
"PCSC.Reactive": "6.0.0",
"Simulation": "1.0.0",
"System.Data.SQLite": "1.0.115.5",
"System.Formats.Cbor": "6.0.0"
},
"runtime": {
"FidoReader.dll": {}
}
},
"BouncyCastle/1.8.9": {
"runtime": {
"lib/BouncyCastle.Crypto.dll": {
"assemblyVersion": "1.8.9.0",
"fileVersion": "1.8.20343.1"
}
}
},
"BouncyCastle.NetCore/1.8.5": {},
"Dahomey.Cbor/1.17.0": {
"dependencies": {
"System.IO.Pipelines": "6.0.1"
},
"runtime": {
"lib/net6.0/Dahomey.Cbor.dll": {
"assemblyVersion": "1.17.0.0",
"fileVersion": "1.17.0.0"
}
}
},
"EntityFramework/6.4.4": {
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"System.CodeDom": "4.7.0",
"System.ComponentModel.Annotations": "4.7.0",
"System.Configuration.ConfigurationManager": "4.7.0",
"System.Data.SqlClient": "4.8.1"
},
"runtime": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.400.420.21404"
},
"lib/netstandard2.1/EntityFramework.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.400.420.21404"
}
}
},
"Google.Protobuf/3.19.4": {
"runtime": {
"lib/net5.0/Google.Protobuf.dll": {
"assemblyVersion": "3.19.4.0",
"fileVersion": "3.19.4.0"
}
}
},
"Jsbeautifier/0.0.1": {
"runtime": {
"lib/netstandard2.0/Jsbeautifier.dll": {
"assemblyVersion": "0.0.1.0",
"fileVersion": "0.0.1.0"
}
}
},
"K4os.Compression.LZ4/1.2.6": {
"dependencies": {
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"assemblyVersion": "1.2.6.0",
"fileVersion": "1.2.6.0"
}
}
},
"K4os.Compression.LZ4.Streams/1.2.6": {
"dependencies": {
"K4os.Compression.LZ4": "1.2.6",
"K4os.Hash.xxHash": "1.0.6"
},
"runtime": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"assemblyVersion": "1.2.6.0",
"fileVersion": "1.2.6.0"
}
}
},
"K4os.Hash.xxHash/1.0.6": {
"dependencies": {
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"assemblyVersion": "1.0.6.0",
"fileVersion": "1.0.6.0"
}
}
},
"Microsoft.CSharp/4.7.0": {},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.Win32.Registry/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
}
},
"MySql.Data/8.0.29": {
"dependencies": {
"BouncyCastle.NetCore": "1.8.5",
"Google.Protobuf": "3.19.4",
"K4os.Compression.LZ4.Streams": "1.2.6",
"System.Buffers": "4.5.1",
"System.Configuration.ConfigurationManager": "4.7.0",
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.4.0"
},
"runtime": {
"lib/net6.0/MySql.Data.dll": {
"assemblyVersion": "8.0.29.0",
"fileVersion": "8.0.29.0"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {
"assemblyVersion": "2.2.1.0",
"fileVersion": "2.2.1.0"
},
"lib/net6.0/ZstdNet.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "1.4.5.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"PCSC/6.0.0": {
"runtime": {
"lib/netstandard2.0/PCSC.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.0"
}
}
},
"PCSC.Iso7816/6.0.0": {
"dependencies": {
"PCSC": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.0"
}
}
},
"PCSC.Reactive/6.0.0": {
"dependencies": {
"PCSC": "6.0.0",
"System.Reactive": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/PCSC.Reactive.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.0"
}
}
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-arm64/native/sni.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-x64/native/sni.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-x86/native/sni.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.dll": {
"assemblyVersion": "1.0.115.5",
"fileVersion": "1.0.115.5"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/SQLite.Interop.dll": {
"rid": "linux-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/SQLite.Interop.dll": {
"rid": "osx-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x64/native/SQLite.Interop.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "1.0.115.5"
},
"runtimes/win-x86/native/SQLite.Interop.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "1.0.115.5"
}
}
},
"System.Buffers/4.5.1": {},
"System.CodeDom/4.7.0": {},
"System.ComponentModel.Annotations/4.7.0": {},
"System.Configuration.ConfigurationManager/4.7.0": {
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.7.0",
"System.Security.Permissions": "4.7.0"
}
},
"System.Data.SqlClient/4.8.1": {
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"System.Security.Principal.Windows": "4.7.0",
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
},
"runtime": {
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"assemblyVersion": "4.6.1.1",
"fileVersion": "4.700.20.6702"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.6.1.1",
"fileVersion": "4.700.20.6702"
},
"runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.6.1.1",
"fileVersion": "4.700.20.6702"
}
}
},
"System.Data.SQLite/1.0.115.5": {
"dependencies": {
"System.Data.SQLite.Core": "1.0.115.5",
"System.Data.SQLite.EF6": "1.0.115.5"
}
},
"System.Data.SQLite.Core/1.0.115.5": {
"dependencies": {
"Stub.System.Data.SQLite.Core.NetStandard": "1.0.115.5"
}
},
"System.Data.SQLite.EF6/1.0.115.5": {
"dependencies": {
"EntityFramework": "6.4.4"
},
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.EF6.dll": {
"assemblyVersion": "1.0.115.5",
"fileVersion": "1.0.115.5"
}
}
},
"System.Drawing.Common/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.SystemEvents": "4.7.0"
}
},
"System.Formats.Cbor/6.0.0": {
"runtime": {
"lib/net6.0/System.Formats.Cbor.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.IO.Pipelines/6.0.1": {
"runtime": {
"lib/net6.0/System.IO.Pipelines.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.121.56705"
}
}
},
"System.Memory/4.5.4": {},
"System.Reactive/5.0.0": {
"runtime": {
"lib/net5.0/System.Reactive.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.1"
}
}
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {},
"System.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"System.Security.Cryptography.ProtectedData/4.7.0": {},
"System.Security.Permissions/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Windows.Extensions": "4.7.0"
}
},
"System.Security.Principal.Windows/4.7.0": {},
"System.Text.Encoding.CodePages/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
}
},
"System.Windows.Extensions/4.7.0": {
"dependencies": {
"System.Drawing.Common": "4.7.0"
}
},
"Simulation/1.0.0": {
"runtime": {
"Simulation.dll": {}
}
}
}
},
"libraries": {
"FidoReader/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"BouncyCastle/1.8.9": {
"type": "package",
"serviceable": true,
"sha512": "sha512-axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg==",
"path": "bouncycastle/1.8.9",
"hashPath": "bouncycastle.1.8.9.nupkg.sha512"
},
"BouncyCastle.NetCore/1.8.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
"path": "bouncycastle.netcore/1.8.5",
"hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512"
},
"Dahomey.Cbor/1.17.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TreJ+wEQa/DuEG+BBtoPnkqwaWdMVIuadnTlLgG4Ob24JUWzfBDXya+DeF98cP1dUNmqOX3aUOSOXM2EdC5FgA==",
"path": "dahomey.cbor/1.17.0",
"hashPath": "dahomey.cbor.1.17.0.nupkg.sha512"
},
"EntityFramework/6.4.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==",
"path": "entityframework/6.4.4",
"hashPath": "entityframework.6.4.4.nupkg.sha512"
},
"Google.Protobuf/3.19.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==",
"path": "google.protobuf/3.19.4",
"hashPath": "google.protobuf.3.19.4.nupkg.sha512"
},
"Jsbeautifier/0.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-2/NsUWVfotsT6s0icqKsVMSI1W7AxfYmuWSa/IoW1ZfnQfmsf1yNThxdIxdieLmDrJxz2IxKmGm0nkvi9LFSVg==",
"path": "jsbeautifier/0.0.1",
"hashPath": "jsbeautifier.0.0.1.nupkg.sha512"
},
"K4os.Compression.LZ4/1.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==",
"path": "k4os.compression.lz4/1.2.6",
"hashPath": "k4os.compression.lz4.1.2.6.nupkg.sha512"
},
"K4os.Compression.LZ4.Streams/1.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==",
"path": "k4os.compression.lz4.streams/1.2.6",
"hashPath": "k4os.compression.lz4.streams.1.2.6.nupkg.sha512"
},
"K4os.Hash.xxHash/1.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==",
"path": "k4os.hash.xxhash/1.0.6",
"hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512"
},
"Microsoft.CSharp/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
"path": "microsoft.csharp/4.7.0",
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
"path": "microsoft.win32.registry/4.7.0",
"hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
"path": "microsoft.win32.systemevents/4.7.0",
"hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
},
"MySql.Data/8.0.29": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3I+QUbSDTknNVAWUEr8JEtXU5sk83kofwy79TROew9YMhVQAq39jZwpHQfFNG757JZFGWJ5oa5VA3tZBxJa1jw==",
"path": "mysql.data/8.0.29",
"hashPath": "mysql.data.8.0.29.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"PCSC/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+BwwlRkJiCYq99RPSfaWJ6Dq7Q5Eoq+NkYhCG5URH4g4hbgYsHJaZENafZxxI6s+kH1Itv5p22KHVVrPyMn6Wg==",
"path": "pcsc/6.0.0",
"hashPath": "pcsc.6.0.0.nupkg.sha512"
},
"PCSC.Iso7816/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9HQvQgKDRgO5suwfoyE+xvsu6xeBruuyveMKuApeOMKwJLUcwUrkb644G/nMd3LdKHFB6JedDCl4bTE14QN8tg==",
"path": "pcsc.iso7816/6.0.0",
"hashPath": "pcsc.iso7816.6.0.0.nupkg.sha512"
},
"PCSC.Reactive/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZkP9x3Yxdn7er7PdM/9OXXywwWy0S6RIAEYzR//kXE9YVC78seD4u6IIh8wm2XIce9XTTn3vu8DhM9SyUOmrUA==",
"path": "pcsc.reactive/6.0.0",
"hashPath": "pcsc.reactive.6.0.0.nupkg.sha512"
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
"path": "runtime.native.system.data.sqlclient.sni/4.7.0",
"hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512"
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WfrqQg6WL+r4H1sVKTenNj6ERLXUukUxqcjH1rqPqXadeIWccTVpydESieD7cZ/NWQVSKLYIHuoBX5du+BFhIQ==",
"path": "stub.system.data.sqlite.core.netstandard/1.0.115.5",
"hashPath": "stub.system.data.sqlite.core.netstandard.1.0.115.5.nupkg.sha512"
},
"System.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.CodeDom/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==",
"path": "system.codedom/4.7.0",
"hashPath": "system.codedom.4.7.0.nupkg.sha512"
},
"System.ComponentModel.Annotations/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
"path": "system.componentmodel.annotations/4.7.0",
"hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
"path": "system.configuration.configurationmanager/4.7.0",
"hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
},
"System.Data.SqlClient/4.8.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
"path": "system.data.sqlclient/4.8.1",
"hashPath": "system.data.sqlclient.4.8.1.nupkg.sha512"
},
"System.Data.SQLite/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zo5xzYAVkmREKM4ImeiEatwa9D6Bc1KvnmX+VFysJ4sf89yZVdz4uf7A351hZhqBbHsX4ZeULmYocokOPCOcKw==",
"path": "system.data.sqlite/1.0.115.5",
"hashPath": "system.data.sqlite.1.0.115.5.nupkg.sha512"
},
"System.Data.SQLite.Core/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vADIqqgpxaC5xR6qOV8/KMZkQeSDCfmmWpVOtQx0oEr3Yjq2XdTxX7+jfE4+oO2xPovAbYiz6Q5cLRbSsDkq6Q==",
"path": "system.data.sqlite.core/1.0.115.5",
"hashPath": "system.data.sqlite.core.1.0.115.5.nupkg.sha512"
},
"System.Data.SQLite.EF6/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wzPtZ9kTol1nCBI2sktI8UggEfiZUv4HDHEQx1ci8jcD5cDEIKNtABwThUFckoliTLuehej4lFd3+ToUHRCHjg==",
"path": "system.data.sqlite.ef6/1.0.115.5",
"hashPath": "system.data.sqlite.ef6.1.0.115.5.nupkg.sha512"
},
"System.Drawing.Common/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
"path": "system.drawing.common/4.7.0",
"hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
},
"System.Formats.Cbor/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mGaLOoiw7KurJagOOcIsWUoCT5ACIiGxKlCcbYQASefBGXjnCcKTq5Hdjb94eEAKg38zXKlHw4c6EjzgBl9dIw==",
"path": "system.formats.cbor/6.0.0",
"hashPath": "system.formats.cbor.6.0.0.nupkg.sha512"
},
"System.IO.Pipelines/6.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1j1pZX1ICzEyjafyssU3BzWVxUsaN3zq0wEmGKj3bxINC6NkmS30eEVuZ7k/QX2UKYNCaUch6g46taYKxcpFtw==",
"path": "system.io.pipelines/6.0.1",
"hashPath": "system.io.pipelines.6.0.1.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"path": "system.memory/4.5.4",
"hashPath": "system.memory.4.5.4.nupkg.sha512"
},
"System.Reactive/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
"path": "system.reactive/5.0.0",
"hashPath": "system.reactive.5.0.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
"path": "system.runtime.compilerservices.unsafe/5.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
"path": "system.security.cryptography.protecteddata/4.7.0",
"hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"path": "system.security.permissions/4.7.0",
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
"path": "system.text.encoding.codepages/4.4.0",
"hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
},
"System.Windows.Extensions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
"path": "system.windows.extensions/4.7.0",
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
},
"Simulation/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
\ No newline at end of file
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}
\ No newline at end of file
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"Simulation/1.0.0": {
"runtime": {
"Simulation.dll": {}
}
}
}
},
"libraries": {
"Simulation/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
\ No newline at end of file
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}
\ No newline at end of file
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
//------------------------------------------------------------------------------
// <auto-generated>
// 這段程式碼是由工具產生的。
// 執行階段版本:4.0.30319.42000
//
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
// 變更將會遺失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("FidoReader")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("FidoReader")]
[assembly: System.Reflection.AssemblyTitleAttribute("FidoReader")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// 由 MSBuild WriteCodeFragment 類別產生。
is_global = true
build_property.ApplicationManifest = app.manifest
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = FidoReader
build_property.ProjectDir = C:\Users\josh2\Documents\GitLab\EID\fidoreader\FidoReader\
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::System.Windows.Forms;
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.exe
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.deps.json
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.runtimeconfig.json
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.Iso7816.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.Reactive.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Reactive.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.AssemblyReference.cache
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.Form1.resources
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.GenerateResource.cache
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfoInputs.cache
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfo.cs
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CoreCompileInputs.cache
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CopyComplete
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\refint\FidoReader.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache
C:\Users\josh2\source\repos\FidoReader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Formats.Cbor.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\Dahomey.Cbor.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.IO.Pipelines.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\Jsbeautifier.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.SqlServer.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SqlClient.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.EF6.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\source\repos\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.deps.json
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.runtimeconfig.json
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.exe
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.exe
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.deps.json
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.runtimeconfig.json
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Dahomey.Cbor.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.SqlServer.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Jsbeautifier.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.Iso7816.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.Reactive.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SqlClient.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.EF6.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Formats.Cbor.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.IO.Pipelines.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Reactive.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.pdb
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.AssemblyReference.cache
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.Form1.resources
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.GenerateResource.cache
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfoInputs.cache
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfo.cs
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CoreCompileInputs.cache
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CopyComplete
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\refint\FidoReader.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\BouncyCastle.Crypto.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Google.Protobuf.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.Streams.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\K4os.Hash.xxHash.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\MySql.Data.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\Ubiety.Dns.Core.dll
C:\Users\josh2\Documents\TWISC\forward privacy\FidoReader\FidoReader\bin\Debug\net6.0-windows\ZstdNet.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.deps.json
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.runtimeconfig.json
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.exe
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.exe
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.deps.json
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.runtimeconfig.json
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\BouncyCastle.Crypto.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Dahomey.Cbor.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.SqlServer.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Google.Protobuf.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Jsbeautifier.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.Streams.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\K4os.Hash.xxHash.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\MySql.Data.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Ubiety.Dns.Core.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\ZstdNet.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.Iso7816.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\PCSC.Reactive.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SqlClient.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.EF6.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Formats.Cbor.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.IO.Pipelines.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\System.Reactive.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\bin\Debug\net6.0-windows\Simulation.pdb
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.AssemblyReference.cache
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.Form1.resources
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.GenerateResource.cache
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfoInputs.cache
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfo.cs
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CoreCompileInputs.cache
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CopyComplete
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\refint\FidoReader.dll
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.deps.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.runtimeconfig.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.exe
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.exe
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.deps.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.runtimeconfig.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\BouncyCastle.Crypto.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Dahomey.Cbor.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.SqlServer.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Google.Protobuf.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Jsbeautifier.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.Streams.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\K4os.Hash.xxHash.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\MySql.Data.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Ubiety.Dns.Core.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\ZstdNet.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\PCSC.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\PCSC.Iso7816.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\PCSC.Reactive.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Data.SqlClient.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.EF6.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Formats.Cbor.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.IO.Pipelines.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Reactive.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.pdb
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.AssemblyReference.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.Form1.resources
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.GenerateResource.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfoInputs.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfo.cs
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CoreCompileInputs.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CopyComplete
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\refint\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"BouncyCastle/1.8.9": {
"runtime": {
"lib/BouncyCastle.Crypto.dll": {
"assemblyVersion": "1.8.9.0",
"fileVersion": "1.8.20343.1"
}
}
},
"BouncyCastle.NetCore/1.8.5": {
"runtime": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"assemblyVersion": "1.8.5.0",
"fileVersion": "1.8.19031.1"
}
}
},
"Dahomey.Cbor/1.17.0": {
"dependencies": {
"System.IO.Pipelines": "6.0.1"
},
"runtime": {
"lib/net6.0/Dahomey.Cbor.dll": {
"assemblyVersion": "1.17.0.0",
"fileVersion": "1.17.0.0"
}
}
},
"EntityFramework/6.4.4": {
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"System.CodeDom": "4.7.0",
"System.ComponentModel.Annotations": "4.7.0",
"System.Configuration.ConfigurationManager": "4.7.0",
"System.Data.SqlClient": "4.8.1"
},
"runtime": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.400.420.21404"
},
"lib/netstandard2.1/EntityFramework.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.400.420.21404"
}
}
},
"Google.Protobuf/3.19.4": {
"runtime": {
"lib/net5.0/Google.Protobuf.dll": {
"assemblyVersion": "3.19.4.0",
"fileVersion": "3.19.4.0"
}
}
},
"Jsbeautifier/0.0.1": {
"runtime": {
"lib/netstandard2.0/Jsbeautifier.dll": {
"assemblyVersion": "0.0.1.0",
"fileVersion": "0.0.1.0"
}
}
},
"K4os.Compression.LZ4/1.2.6": {
"dependencies": {
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"assemblyVersion": "1.2.6.0",
"fileVersion": "1.2.6.0"
}
}
},
"K4os.Compression.LZ4.Streams/1.2.6": {
"dependencies": {
"K4os.Compression.LZ4": "1.2.6",
"K4os.Hash.xxHash": "1.0.6"
},
"runtime": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"assemblyVersion": "1.2.6.0",
"fileVersion": "1.2.6.0"
}
}
},
"K4os.Hash.xxHash/1.0.6": {
"dependencies": {
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"assemblyVersion": "1.0.6.0",
"fileVersion": "1.0.6.0"
}
}
},
"Microsoft.CSharp/4.7.0": {},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.Win32.Registry/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Security.Principal.Windows": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
}
},
"MySql.Data/8.0.29": {
"dependencies": {
"BouncyCastle.NetCore": "1.8.5",
"Google.Protobuf": "3.19.4",
"K4os.Compression.LZ4.Streams": "1.2.6",
"System.Buffers": "4.5.1",
"System.Configuration.ConfigurationManager": "4.7.0",
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.4.0"
},
"runtime": {
"lib/net6.0/MySql.Data.dll": {
"assemblyVersion": "8.0.29.0",
"fileVersion": "8.0.29.0"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {
"assemblyVersion": "2.2.1.0",
"fileVersion": "2.2.1.0"
},
"lib/net6.0/ZstdNet.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "1.4.5.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"PCSC/6.0.0": {
"runtime": {
"lib/netstandard2.0/PCSC.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.0"
}
}
},
"PCSC.Iso7816/6.0.0": {
"dependencies": {
"PCSC": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.0"
}
}
},
"PCSC.Reactive/6.0.0": {
"dependencies": {
"PCSC": "6.0.0",
"System.Reactive": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/PCSC.Reactive.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.0"
}
}
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-arm64/native/sni.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-x64/native/sni.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-x86/native/sni.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.dll": {
"assemblyVersion": "1.0.115.5",
"fileVersion": "1.0.115.5"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/SQLite.Interop.dll": {
"rid": "linux-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/SQLite.Interop.dll": {
"rid": "osx-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x64/native/SQLite.Interop.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "1.0.115.5"
},
"runtimes/win-x86/native/SQLite.Interop.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "1.0.115.5"
}
}
},
"System.Buffers/4.5.1": {},
"System.CodeDom/4.7.0": {
"runtime": {
"lib/netstandard2.0/System.CodeDom.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.ComponentModel.Annotations/4.7.0": {
"runtime": {
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Configuration.ConfigurationManager/4.7.0": {
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.7.0",
"System.Security.Permissions": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Data.SqlClient/4.8.1": {
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"System.Security.Principal.Windows": "4.7.0",
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
},
"runtime": {
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"assemblyVersion": "4.6.1.1",
"fileVersion": "4.700.20.6702"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.6.1.1",
"fileVersion": "4.700.20.6702"
},
"runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.6.1.1",
"fileVersion": "4.700.20.6702"
}
}
},
"System.Data.SQLite/1.0.115.5": {
"dependencies": {
"System.Data.SQLite.Core": "1.0.115.5",
"System.Data.SQLite.EF6": "1.0.115.5"
}
},
"System.Data.SQLite.Core/1.0.115.5": {
"dependencies": {
"Stub.System.Data.SQLite.Core.NetStandard": "1.0.115.5"
}
},
"System.Data.SQLite.EF6/1.0.115.5": {
"dependencies": {
"EntityFramework": "6.4.4"
},
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.EF6.dll": {
"assemblyVersion": "1.0.115.5",
"fileVersion": "1.0.115.5"
}
}
},
"System.Drawing.Common/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.SystemEvents": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Formats.Cbor/6.0.0": {
"runtime": {
"lib/net6.0/System.Formats.Cbor.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.IO.Pipelines/6.0.1": {
"runtime": {
"lib/net6.0/System.IO.Pipelines.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.121.56705"
}
}
},
"System.Memory/4.5.4": {},
"System.Reactive/5.0.0": {
"runtime": {
"lib/net5.0/System.Reactive.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.1"
}
}
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Cryptography.ProtectedData/4.7.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Permissions/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Windows.Extensions": "4.7.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Security.Principal.Windows/4.7.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.56404"
}
}
},
"System.Text.Encoding.CodePages/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"runtime": {
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.1.0.0",
"fileVersion": "4.6.25519.3"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.1.0.0",
"fileVersion": "4.6.25519.3"
}
}
},
"System.Windows.Extensions/4.7.0": {
"dependencies": {
"System.Drawing.Common": "4.7.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.56404"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.56404"
}
}
}
}
},
"libraries": {
"BouncyCastle/1.8.9": {
"type": "package",
"serviceable": true,
"sha512": "sha512-axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg==",
"path": "bouncycastle/1.8.9",
"hashPath": "bouncycastle.1.8.9.nupkg.sha512"
},
"BouncyCastle.NetCore/1.8.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
"path": "bouncycastle.netcore/1.8.5",
"hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512"
},
"Dahomey.Cbor/1.17.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TreJ+wEQa/DuEG+BBtoPnkqwaWdMVIuadnTlLgG4Ob24JUWzfBDXya+DeF98cP1dUNmqOX3aUOSOXM2EdC5FgA==",
"path": "dahomey.cbor/1.17.0",
"hashPath": "dahomey.cbor.1.17.0.nupkg.sha512"
},
"EntityFramework/6.4.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==",
"path": "entityframework/6.4.4",
"hashPath": "entityframework.6.4.4.nupkg.sha512"
},
"Google.Protobuf/3.19.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==",
"path": "google.protobuf/3.19.4",
"hashPath": "google.protobuf.3.19.4.nupkg.sha512"
},
"Jsbeautifier/0.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-2/NsUWVfotsT6s0icqKsVMSI1W7AxfYmuWSa/IoW1ZfnQfmsf1yNThxdIxdieLmDrJxz2IxKmGm0nkvi9LFSVg==",
"path": "jsbeautifier/0.0.1",
"hashPath": "jsbeautifier.0.0.1.nupkg.sha512"
},
"K4os.Compression.LZ4/1.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==",
"path": "k4os.compression.lz4/1.2.6",
"hashPath": "k4os.compression.lz4.1.2.6.nupkg.sha512"
},
"K4os.Compression.LZ4.Streams/1.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==",
"path": "k4os.compression.lz4.streams/1.2.6",
"hashPath": "k4os.compression.lz4.streams.1.2.6.nupkg.sha512"
},
"K4os.Hash.xxHash/1.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==",
"path": "k4os.hash.xxhash/1.0.6",
"hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512"
},
"Microsoft.CSharp/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
"path": "microsoft.csharp/4.7.0",
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
"path": "microsoft.win32.registry/4.7.0",
"hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
"path": "microsoft.win32.systemevents/4.7.0",
"hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
},
"MySql.Data/8.0.29": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3I+QUbSDTknNVAWUEr8JEtXU5sk83kofwy79TROew9YMhVQAq39jZwpHQfFNG757JZFGWJ5oa5VA3tZBxJa1jw==",
"path": "mysql.data/8.0.29",
"hashPath": "mysql.data.8.0.29.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"PCSC/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+BwwlRkJiCYq99RPSfaWJ6Dq7Q5Eoq+NkYhCG5URH4g4hbgYsHJaZENafZxxI6s+kH1Itv5p22KHVVrPyMn6Wg==",
"path": "pcsc/6.0.0",
"hashPath": "pcsc.6.0.0.nupkg.sha512"
},
"PCSC.Iso7816/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9HQvQgKDRgO5suwfoyE+xvsu6xeBruuyveMKuApeOMKwJLUcwUrkb644G/nMd3LdKHFB6JedDCl4bTE14QN8tg==",
"path": "pcsc.iso7816/6.0.0",
"hashPath": "pcsc.iso7816.6.0.0.nupkg.sha512"
},
"PCSC.Reactive/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZkP9x3Yxdn7er7PdM/9OXXywwWy0S6RIAEYzR//kXE9YVC78seD4u6IIh8wm2XIce9XTTn3vu8DhM9SyUOmrUA==",
"path": "pcsc.reactive/6.0.0",
"hashPath": "pcsc.reactive.6.0.0.nupkg.sha512"
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
"path": "runtime.native.system.data.sqlclient.sni/4.7.0",
"hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512"
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WfrqQg6WL+r4H1sVKTenNj6ERLXUukUxqcjH1rqPqXadeIWccTVpydESieD7cZ/NWQVSKLYIHuoBX5du+BFhIQ==",
"path": "stub.system.data.sqlite.core.netstandard/1.0.115.5",
"hashPath": "stub.system.data.sqlite.core.netstandard.1.0.115.5.nupkg.sha512"
},
"System.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.CodeDom/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==",
"path": "system.codedom/4.7.0",
"hashPath": "system.codedom.4.7.0.nupkg.sha512"
},
"System.ComponentModel.Annotations/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
"path": "system.componentmodel.annotations/4.7.0",
"hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
"path": "system.configuration.configurationmanager/4.7.0",
"hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
},
"System.Data.SqlClient/4.8.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
"path": "system.data.sqlclient/4.8.1",
"hashPath": "system.data.sqlclient.4.8.1.nupkg.sha512"
},
"System.Data.SQLite/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zo5xzYAVkmREKM4ImeiEatwa9D6Bc1KvnmX+VFysJ4sf89yZVdz4uf7A351hZhqBbHsX4ZeULmYocokOPCOcKw==",
"path": "system.data.sqlite/1.0.115.5",
"hashPath": "system.data.sqlite.1.0.115.5.nupkg.sha512"
},
"System.Data.SQLite.Core/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vADIqqgpxaC5xR6qOV8/KMZkQeSDCfmmWpVOtQx0oEr3Yjq2XdTxX7+jfE4+oO2xPovAbYiz6Q5cLRbSsDkq6Q==",
"path": "system.data.sqlite.core/1.0.115.5",
"hashPath": "system.data.sqlite.core.1.0.115.5.nupkg.sha512"
},
"System.Data.SQLite.EF6/1.0.115.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wzPtZ9kTol1nCBI2sktI8UggEfiZUv4HDHEQx1ci8jcD5cDEIKNtABwThUFckoliTLuehej4lFd3+ToUHRCHjg==",
"path": "system.data.sqlite.ef6/1.0.115.5",
"hashPath": "system.data.sqlite.ef6.1.0.115.5.nupkg.sha512"
},
"System.Drawing.Common/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
"path": "system.drawing.common/4.7.0",
"hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
},
"System.Formats.Cbor/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mGaLOoiw7KurJagOOcIsWUoCT5ACIiGxKlCcbYQASefBGXjnCcKTq5Hdjb94eEAKg38zXKlHw4c6EjzgBl9dIw==",
"path": "system.formats.cbor/6.0.0",
"hashPath": "system.formats.cbor.6.0.0.nupkg.sha512"
},
"System.IO.Pipelines/6.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1j1pZX1ICzEyjafyssU3BzWVxUsaN3zq0wEmGKj3bxINC6NkmS30eEVuZ7k/QX2UKYNCaUch6g46taYKxcpFtw==",
"path": "system.io.pipelines/6.0.1",
"hashPath": "system.io.pipelines.6.0.1.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"path": "system.memory/4.5.4",
"hashPath": "system.memory.4.5.4.nupkg.sha512"
},
"System.Reactive/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
"path": "system.reactive/5.0.0",
"hashPath": "system.reactive.5.0.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
"path": "system.runtime.compilerservices.unsafe/5.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
"path": "system.security.cryptography.protecteddata/4.7.0",
"hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"path": "system.security.permissions/4.7.0",
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
"path": "system.text.encoding.codepages/4.4.0",
"hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
},
"System.Windows.Extensions/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
"path": "system.windows.extensions/4.7.0",
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
}
}
}
\ No newline at end of file
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\josh2\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\josh2\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}
\ No newline at end of file
{
"format": 1,
"restore": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj": {}
},
"projects": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"projectName": "FidoReader",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\",
"outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"projectReferences": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj": {
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"dependencies": {
"BouncyCastle": {
"target": "Package",
"version": "[1.8.9, )"
},
"Dahomey.Cbor": {
"target": "Package",
"version": "[1.17.0, )"
},
"Jsbeautifier": {
"target": "Package",
"version": "[0.0.1, )"
},
"MySql.Data": {
"target": "Package",
"version": "[8.0.29, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
},
"PCSC": {
"target": "Package",
"version": "[6.0.0, )"
},
"PCSC.Iso7816": {
"target": "Package",
"version": "[6.0.0, )"
},
"PCSC.Reactive": {
"target": "Package",
"version": "[6.0.0, )"
},
"System.Data.SQLite": {
"target": "Package",
"version": "[1.0.115.5, )"
},
"System.Formats.Cbor": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj",
"projectName": "Simulation",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj",
"packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\",
"outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
}
}
}
}
}
\ No newline at end of file
<?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\josh2\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\josh2\.nuget\packages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)entityframework\6.4.4\buildTransitive\netcoreapp3.0\EntityFramework.props" Condition="Exists('$(NuGetPackageRoot)entityframework\6.4.4\buildTransitive\netcoreapp3.0\EntityFramework.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgEntityFramework Condition=" '$(PkgEntityFramework)' == '' ">C:\Users\josh2\.nuget\packages\entityframework\6.4.4</PkgEntityFramework>
<PkgSystem_Data_SQLite_EF6 Condition=" '$(PkgSystem_Data_SQLite_EF6)' == '' ">C:\Users\josh2\.nuget\packages\system.data.sqlite.ef6\1.0.115.5</PkgSystem_Data_SQLite_EF6>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)entityframework\6.4.4\buildTransitive\netcoreapp3.0\EntityFramework.targets" Condition="Exists('$(NuGetPackageRoot)entityframework\6.4.4\buildTransitive\netcoreapp3.0\EntityFramework.targets')" />
</ImportGroup>
</Project>
\ No newline at end of file
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
//------------------------------------------------------------------------------
// <auto-generated>
// 這段程式碼是由工具產生的。
// 執行階段版本:4.0.30319.42000
//
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
// 變更將會遺失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("FidoReader")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("FidoReader")]
[assembly: System.Reflection.AssemblyTitleAttribute("FidoReader")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// 由 MSBuild WriteCodeFragment 類別產生。
is_global = true
build_property.ApplicationManifest = app.manifest
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = FidoReader
build_property.ProjectDir = C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::System.Windows.Forms;
{
"version": 3,
"targets": {
"net6.0-windows7.0": {
"BouncyCastle/1.8.9": {
"type": "package",
"compile": {
"lib/BouncyCastle.Crypto.dll": {}
},
"runtime": {
"lib/BouncyCastle.Crypto.dll": {}
}
},
"BouncyCastle.NetCore/1.8.5": {
"type": "package",
"compile": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"related": ".xml"
}
}
},
"Dahomey.Cbor/1.17.0": {
"type": "package",
"dependencies": {
"System.IO.Pipelines": "6.0.1"
},
"compile": {
"lib/net6.0/Dahomey.Cbor.dll": {}
},
"runtime": {
"lib/net6.0/Dahomey.Cbor.dll": {}
}
},
"EntityFramework/6.4.4": {
"type": "package",
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"System.CodeDom": "4.7.0",
"System.ComponentModel.Annotations": "4.7.0",
"System.Configuration.ConfigurationManager": "4.7.0",
"System.Data.SqlClient": "4.8.1"
},
"compile": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"related": ".xml"
},
"lib/netstandard2.1/EntityFramework.dll": {
"related": ".SqlServer.xml;.xml"
}
},
"runtime": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"related": ".xml"
},
"lib/netstandard2.1/EntityFramework.dll": {
"related": ".SqlServer.xml;.xml"
}
},
"build": {
"buildTransitive/netcoreapp3.0/EntityFramework.props": {},
"buildTransitive/netcoreapp3.0/EntityFramework.targets": {}
}
},
"Google.Protobuf/3.19.4": {
"type": "package",
"compile": {
"lib/net5.0/Google.Protobuf.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net5.0/Google.Protobuf.dll": {
"related": ".pdb;.xml"
}
}
},
"Jsbeautifier/0.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Jsbeautifier.dll": {}
},
"runtime": {
"lib/netstandard2.0/Jsbeautifier.dll": {}
}
},
"K4os.Compression.LZ4/1.2.6": {
"type": "package",
"dependencies": {
"System.Memory": "4.5.4"
},
"compile": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"related": ".xml"
}
}
},
"K4os.Compression.LZ4.Streams/1.2.6": {
"type": "package",
"dependencies": {
"K4os.Compression.LZ4": "1.2.6",
"K4os.Hash.xxHash": "1.0.6"
},
"compile": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"related": ".xml"
}
}
},
"K4os.Hash.xxHash/1.0.6": {
"type": "package",
"dependencies": {
"System.Memory": "4.5.3"
},
"compile": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"related": ".xml"
}
}
},
"Microsoft.CSharp/4.7.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
}
},
"Microsoft.Win32.Registry/4.7.0": {
"type": "package",
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Security.Principal.Windows": "4.7.0"
},
"compile": {
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
},
"compile": {
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"MySql.Data/8.0.29": {
"type": "package",
"dependencies": {
"BouncyCastle.NetCore": "1.8.5",
"Google.Protobuf": "3.19.4",
"K4os.Compression.LZ4.Streams": "1.2.6",
"System.Buffers": "4.5.1",
"System.Configuration.ConfigurationManager": "4.4.1",
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
"System.Security.Permissions": "4.7.0",
"System.Text.Encoding.CodePages": "4.4.0"
},
"compile": {
"lib/net6.0/MySql.Data.dll": {
"related": ".xml"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {},
"lib/net6.0/ZstdNet.dll": {}
},
"runtime": {
"lib/net6.0/MySql.Data.dll": {
"related": ".xml"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {},
"lib/net6.0/ZstdNet.dll": {}
}
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
},
"PCSC/6.0.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/PCSC.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/PCSC.dll": {
"related": ".pdb;.xml"
}
}
},
"PCSC.Iso7816/6.0.0": {
"type": "package",
"dependencies": {
"PCSC": "6.0.0"
},
"compile": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {
"related": ".pdb;.xml"
}
}
},
"PCSC.Reactive/6.0.0": {
"type": "package",
"dependencies": {
"PCSC": "6.0.0",
"System.Reactive": "5.0.0"
},
"compile": {
"lib/netstandard2.0/PCSC.Reactive.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/PCSC.Reactive.dll": {
"related": ".pdb;.xml"
}
}
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
"type": "package",
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"runtimeTargets": {
"runtimes/win-arm64/native/sni.dll": {
"assetType": "native",
"rid": "win-arm64"
}
}
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"runtimeTargets": {
"runtimes/win-x64/native/sni.dll": {
"assetType": "native",
"rid": "win-x64"
}
}
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"runtimeTargets": {
"runtimes/win-x86/native/sni.dll": {
"assetType": "native",
"rid": "win-x86"
}
}
},
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"type": "package",
"compile": {
"lib/netstandard2.1/System.Data.SQLite.dll": {
"related": ".dll.altconfig;.xml"
}
},
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.dll": {
"related": ".dll.altconfig;.xml"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/SQLite.Interop.dll": {
"assetType": "native",
"rid": "linux-x64"
},
"runtimes/osx-x64/native/SQLite.Interop.dll": {
"assetType": "native",
"rid": "osx-x64"
},
"runtimes/win-x64/native/SQLite.Interop.dll": {
"assetType": "native",
"rid": "win-x64"
},
"runtimes/win-x86/native/SQLite.Interop.dll": {
"assetType": "native",
"rid": "win-x86"
}
}
},
"System.Buffers/4.5.1": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"System.CodeDom/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/System.CodeDom.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.CodeDom.dll": {
"related": ".xml"
}
}
},
"System.ComponentModel.Annotations/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
}
},
"System.Configuration.ConfigurationManager/4.7.0": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.7.0",
"System.Security.Permissions": "4.7.0"
},
"compile": {
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
}
},
"System.Data.SqlClient/4.8.1": {
"type": "package",
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"System.Security.Principal.Windows": "4.7.0",
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
},
"compile": {
"ref/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Data.SQLite/1.0.115.5": {
"type": "package",
"dependencies": {
"System.Data.SQLite.Core": "[1.0.115.5]",
"System.Data.SQLite.EF6": "[1.0.115.5]"
}
},
"System.Data.SQLite.Core/1.0.115.5": {
"type": "package",
"dependencies": {
"Stub.System.Data.SQLite.Core.NetStandard": "[1.0.115.5]"
}
},
"System.Data.SQLite.EF6/1.0.115.5": {
"type": "package",
"dependencies": {
"EntityFramework": "6.4.4"
},
"compile": {
"lib/netstandard2.1/System.Data.SQLite.EF6.dll": {}
},
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.EF6.dll": {}
}
},
"System.Drawing.Common/4.7.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.SystemEvents": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Formats.Cbor/6.0.0": {
"type": "package",
"compile": {
"lib/net6.0/System.Formats.Cbor.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.Formats.Cbor.dll": {
"related": ".xml"
}
}
},
"System.IO.Pipelines/6.0.1": {
"type": "package",
"compile": {
"lib/net6.0/System.IO.Pipelines.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.IO.Pipelines.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"System.Memory/4.5.4": {
"type": "package",
"compile": {
"ref/netcoreapp2.1/_._": {}
},
"runtime": {
"lib/netcoreapp2.1/_._": {}
}
},
"System.Reactive/5.0.0": {
"type": "package",
"compile": {
"lib/net5.0/System.Reactive.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/System.Reactive.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/net5.0/_._": {}
}
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"type": "package",
"compile": {
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
}
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
},
"compile": {
"ref/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.ProtectedData/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Permissions/4.7.0": {
"type": "package",
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Windows.Extensions": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/System.Security.Permissions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Permissions.dll": {
"related": ".xml"
}
}
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"compile": {
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Text.Encoding.CodePages/4.4.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
},
"compile": {
"ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Windows.Extensions/4.7.0": {
"type": "package",
"dependencies": {
"System.Drawing.Common": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"Simulation/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
"compile": {
"bin/placeholder/Simulation.dll": {}
},
"runtime": {
"bin/placeholder/Simulation.dll": {}
},
"frameworkReferences": [
"Microsoft.WindowsDesktop.App.WindowsForms"
]
}
}
},
"libraries": {
"BouncyCastle/1.8.9": {
"sha512": "axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg==",
"type": "package",
"path": "bouncycastle/1.8.9",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"bouncycastle.1.8.9.nupkg.sha512",
"bouncycastle.nuspec",
"lib/BouncyCastle.Crypto.dll"
]
},
"BouncyCastle.NetCore/1.8.5": {
"sha512": "6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
"type": "package",
"path": "bouncycastle.netcore/1.8.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"bouncycastle.netcore.1.8.5.nupkg.sha512",
"bouncycastle.netcore.nuspec",
"lib/Mono/BouncyCastle.Crypto.dll",
"lib/Mono/BouncyCastle.Crypto.xml",
"lib/MonoAndroid/BouncyCastle.Crypto.dll",
"lib/MonoAndroid/BouncyCastle.Crypto.xml",
"lib/MonoMac/BouncyCastle.Crypto.dll",
"lib/MonoMac/BouncyCastle.Crypto.xml",
"lib/MonoTouch/BouncyCastle.Crypto.dll",
"lib/MonoTouch/BouncyCastle.Crypto.xml",
"lib/net20/BouncyCastle.Crypto.dll",
"lib/net20/BouncyCastle.Crypto.xml",
"lib/netstandard2.0/BouncyCastle.Crypto.dll",
"lib/netstandard2.0/BouncyCastle.Crypto.xml",
"lib/xamarinios/BouncyCastle.Crypto.dll",
"lib/xamarinios/BouncyCastle.Crypto.xml"
]
},
"Dahomey.Cbor/1.17.0": {
"sha512": "TreJ+wEQa/DuEG+BBtoPnkqwaWdMVIuadnTlLgG4Ob24JUWzfBDXya+DeF98cP1dUNmqOX3aUOSOXM2EdC5FgA==",
"type": "package",
"path": "dahomey.cbor/1.17.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"dahomey.cbor.1.17.0.nupkg.sha512",
"dahomey.cbor.nuspec",
"lib/net5.0/Dahomey.Cbor.dll",
"lib/net6.0/Dahomey.Cbor.dll",
"lib/netcoreapp3.1/Dahomey.Cbor.dll",
"lib/netstandard2.0/Dahomey.Cbor.dll"
]
},
"EntityFramework/6.4.4": {
"sha512": "yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==",
"type": "package",
"path": "entityframework/6.4.4",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"build/EntityFramework.DefaultItems.props",
"build/EntityFramework.props",
"build/EntityFramework.targets",
"build/Microsoft.Data.Entity.Build.Tasks.dll",
"build/netcoreapp3.0/EntityFramework.props",
"build/netcoreapp3.0/EntityFramework.targets",
"buildTransitive/EntityFramework.props",
"buildTransitive/EntityFramework.targets",
"buildTransitive/netcoreapp3.0/EntityFramework.props",
"buildTransitive/netcoreapp3.0/EntityFramework.targets",
"content/net40/App.config.install.xdt",
"content/net40/App.config.transform",
"content/net40/Web.config.install.xdt",
"content/net40/Web.config.transform",
"entityframework.6.4.4.nupkg.sha512",
"entityframework.nuspec",
"lib/net40/EntityFramework.SqlServer.dll",
"lib/net40/EntityFramework.SqlServer.xml",
"lib/net40/EntityFramework.dll",
"lib/net40/EntityFramework.xml",
"lib/net45/EntityFramework.SqlServer.dll",
"lib/net45/EntityFramework.SqlServer.xml",
"lib/net45/EntityFramework.dll",
"lib/net45/EntityFramework.xml",
"lib/netstandard2.1/EntityFramework.SqlServer.dll",
"lib/netstandard2.1/EntityFramework.SqlServer.xml",
"lib/netstandard2.1/EntityFramework.dll",
"lib/netstandard2.1/EntityFramework.xml",
"tools/EntityFramework6.PS2.psd1",
"tools/EntityFramework6.PS2.psm1",
"tools/EntityFramework6.psd1",
"tools/EntityFramework6.psm1",
"tools/about_EntityFramework6.help.txt",
"tools/init.ps1",
"tools/install.ps1",
"tools/net40/any/ef6.exe",
"tools/net40/any/ef6.pdb",
"tools/net40/win-x86/ef6.exe",
"tools/net40/win-x86/ef6.pdb",
"tools/net45/any/ef6.exe",
"tools/net45/any/ef6.pdb",
"tools/net45/win-x86/ef6.exe",
"tools/net45/win-x86/ef6.pdb",
"tools/netcoreapp3.0/any/ef6.dll",
"tools/netcoreapp3.0/any/ef6.pdb",
"tools/netcoreapp3.0/any/ef6.runtimeconfig.json"
]
},
"Google.Protobuf/3.19.4": {
"sha512": "fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==",
"type": "package",
"path": "google.protobuf/3.19.4",
"files": [
".nupkg.metadata",
".signature.p7s",
"google.protobuf.3.19.4.nupkg.sha512",
"google.protobuf.nuspec",
"lib/net45/Google.Protobuf.dll",
"lib/net45/Google.Protobuf.pdb",
"lib/net45/Google.Protobuf.xml",
"lib/net5.0/Google.Protobuf.dll",
"lib/net5.0/Google.Protobuf.pdb",
"lib/net5.0/Google.Protobuf.xml",
"lib/netstandard1.1/Google.Protobuf.dll",
"lib/netstandard1.1/Google.Protobuf.pdb",
"lib/netstandard1.1/Google.Protobuf.xml",
"lib/netstandard2.0/Google.Protobuf.dll",
"lib/netstandard2.0/Google.Protobuf.pdb",
"lib/netstandard2.0/Google.Protobuf.xml"
]
},
"Jsbeautifier/0.0.1": {
"sha512": "2/NsUWVfotsT6s0icqKsVMSI1W7AxfYmuWSa/IoW1ZfnQfmsf1yNThxdIxdieLmDrJxz2IxKmGm0nkvi9LFSVg==",
"type": "package",
"path": "jsbeautifier/0.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"jsbeautifier.0.0.1.nupkg.sha512",
"jsbeautifier.nuspec",
"lib/netstandard2.0/Jsbeautifier.dll"
]
},
"K4os.Compression.LZ4/1.2.6": {
"sha512": "4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==",
"type": "package",
"path": "k4os.compression.lz4/1.2.6",
"files": [
".nupkg.metadata",
".signature.p7s",
"k4os.compression.lz4.1.2.6.nupkg.sha512",
"k4os.compression.lz4.nuspec",
"lib/net45/K4os.Compression.LZ4.dll",
"lib/net45/K4os.Compression.LZ4.xml",
"lib/net46/K4os.Compression.LZ4.dll",
"lib/net46/K4os.Compression.LZ4.xml",
"lib/netstandard1.6/K4os.Compression.LZ4.dll",
"lib/netstandard1.6/K4os.Compression.LZ4.xml",
"lib/netstandard2.0/K4os.Compression.LZ4.dll",
"lib/netstandard2.0/K4os.Compression.LZ4.xml"
]
},
"K4os.Compression.LZ4.Streams/1.2.6": {
"sha512": "5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==",
"type": "package",
"path": "k4os.compression.lz4.streams/1.2.6",
"files": [
".nupkg.metadata",
".signature.p7s",
"k4os.compression.lz4.streams.1.2.6.nupkg.sha512",
"k4os.compression.lz4.streams.nuspec",
"lib/net45/K4os.Compression.LZ4.Streams.dll",
"lib/net45/K4os.Compression.LZ4.Streams.xml",
"lib/net46/K4os.Compression.LZ4.Streams.dll",
"lib/net46/K4os.Compression.LZ4.Streams.xml",
"lib/netstandard1.6/K4os.Compression.LZ4.Streams.dll",
"lib/netstandard1.6/K4os.Compression.LZ4.Streams.xml",
"lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll",
"lib/netstandard2.0/K4os.Compression.LZ4.Streams.xml",
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll",
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.xml"
]
},
"K4os.Hash.xxHash/1.0.6": {
"sha512": "jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==",
"type": "package",
"path": "k4os.hash.xxhash/1.0.6",
"files": [
".nupkg.metadata",
".signature.p7s",
"k4os.hash.xxhash.1.0.6.nupkg.sha512",
"k4os.hash.xxhash.nuspec",
"lib/net45/K4os.Hash.xxHash.dll",
"lib/net45/K4os.Hash.xxHash.xml",
"lib/net46/K4os.Hash.xxHash.dll",
"lib/net46/K4os.Hash.xxHash.xml",
"lib/netstandard1.6/K4os.Hash.xxHash.dll",
"lib/netstandard1.6/K4os.Hash.xxHash.xml",
"lib/netstandard2.0/K4os.Hash.xxHash.dll",
"lib/netstandard2.0/K4os.Hash.xxHash.xml"
]
},
"Microsoft.CSharp/4.7.0": {
"sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
"type": "package",
"path": "microsoft.csharp/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/netcore50/Microsoft.CSharp.dll",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.3/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.xml",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/uap10.0.16299/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"microsoft.csharp.4.7.0.nupkg.sha512",
"microsoft.csharp.nuspec",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
"ref/netcore50/Microsoft.CSharp.xml",
"ref/netcore50/de/Microsoft.CSharp.xml",
"ref/netcore50/es/Microsoft.CSharp.xml",
"ref/netcore50/fr/Microsoft.CSharp.xml",
"ref/netcore50/it/Microsoft.CSharp.xml",
"ref/netcore50/ja/Microsoft.CSharp.xml",
"ref/netcore50/ko/Microsoft.CSharp.xml",
"ref/netcore50/ru/Microsoft.CSharp.xml",
"ref/netcore50/zh-hans/Microsoft.CSharp.xml",
"ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
"ref/netstandard1.0/Microsoft.CSharp.xml",
"ref/netstandard1.0/de/Microsoft.CSharp.xml",
"ref/netstandard1.0/es/Microsoft.CSharp.xml",
"ref/netstandard1.0/fr/Microsoft.CSharp.xml",
"ref/netstandard1.0/it/Microsoft.CSharp.xml",
"ref/netstandard1.0/ja/Microsoft.CSharp.xml",
"ref/netstandard1.0/ko/Microsoft.CSharp.xml",
"ref/netstandard1.0/ru/Microsoft.CSharp.xml",
"ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
"ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
"ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Microsoft.NETCore.Platforms/3.1.0": {
"sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"type": "package",
"path": "microsoft.netcore.platforms/3.1.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/netstandard1.0/_._",
"microsoft.netcore.platforms.3.1.0.nupkg.sha512",
"microsoft.netcore.platforms.nuspec",
"runtime.json",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Microsoft.Win32.Registry/4.7.0": {
"sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
"type": "package",
"path": "microsoft.win32.registry/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/Microsoft.Win32.Registry.dll",
"lib/net461/Microsoft.Win32.Registry.dll",
"lib/net461/Microsoft.Win32.Registry.xml",
"lib/netstandard1.3/Microsoft.Win32.Registry.dll",
"lib/netstandard2.0/Microsoft.Win32.Registry.dll",
"lib/netstandard2.0/Microsoft.Win32.Registry.xml",
"microsoft.win32.registry.4.7.0.nupkg.sha512",
"microsoft.win32.registry.nuspec",
"ref/net46/Microsoft.Win32.Registry.dll",
"ref/net461/Microsoft.Win32.Registry.dll",
"ref/net461/Microsoft.Win32.Registry.xml",
"ref/net472/Microsoft.Win32.Registry.dll",
"ref/net472/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/Microsoft.Win32.Registry.dll",
"ref/netstandard1.3/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
"ref/netstandard2.0/Microsoft.Win32.Registry.dll",
"ref/netstandard2.0/Microsoft.Win32.Registry.xml",
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/net461/Microsoft.Win32.Registry.xml",
"runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
"type": "package",
"path": "microsoft.win32.systemevents/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/Microsoft.Win32.SystemEvents.dll",
"lib/net461/Microsoft.Win32.SystemEvents.xml",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
"microsoft.win32.systemevents.4.7.0.nupkg.sha512",
"microsoft.win32.systemevents.nuspec",
"ref/net461/Microsoft.Win32.SystemEvents.dll",
"ref/net461/Microsoft.Win32.SystemEvents.xml",
"ref/net472/Microsoft.Win32.SystemEvents.dll",
"ref/net472/Microsoft.Win32.SystemEvents.xml",
"ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
"ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
"runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
"runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"MySql.Data/8.0.29": {
"sha512": "3I+QUbSDTknNVAWUEr8JEtXU5sk83kofwy79TROew9YMhVQAq39jZwpHQfFNG757JZFGWJ5oa5VA3tZBxJa1jw==",
"type": "package",
"path": "mysql.data/8.0.29",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net452/MySql.Data.dll",
"lib/net452/MySql.Data.xml",
"lib/net452/Ubiety.Dns.Core.dll",
"lib/net452/ZstdNet.dll",
"lib/net48/MySql.Data.dll",
"lib/net48/MySql.Data.xml",
"lib/net48/Ubiety.Dns.Core.dll",
"lib/net48/ZstdNet.dll",
"lib/net5.0/MySql.Data.dll",
"lib/net5.0/MySql.Data.xml",
"lib/net5.0/Ubiety.Dns.Core.dll",
"lib/net5.0/ZstdNet.dll",
"lib/net6.0/MySql.Data.dll",
"lib/net6.0/MySql.Data.xml",
"lib/net6.0/Ubiety.Dns.Core.dll",
"lib/net6.0/ZstdNet.dll",
"lib/netstandard2.0/MySql.Data.dll",
"lib/netstandard2.0/MySql.Data.xml",
"lib/netstandard2.0/Ubiety.Dns.Core.dll",
"lib/netstandard2.0/ZstdNet.dll",
"lib/netstandard2.1/MySql.Data.dll",
"lib/netstandard2.1/MySql.Data.xml",
"lib/netstandard2.1/Ubiety.Dns.Core.dll",
"lib/netstandard2.1/ZstdNet.dll",
"mysql.data.8.0.29.nupkg.sha512",
"mysql.data.nuspec"
]
},
"Newtonsoft.Json/13.0.1": {
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"type": "package",
"path": "newtonsoft.json/13.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
"lib/net35/Newtonsoft.Json.xml",
"lib/net40/Newtonsoft.Json.dll",
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/netstandard1.0/Newtonsoft.Json.dll",
"lib/netstandard1.0/Newtonsoft.Json.xml",
"lib/netstandard1.3/Newtonsoft.Json.dll",
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
"newtonsoft.json.13.0.1.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
},
"PCSC/6.0.0": {
"sha512": "+BwwlRkJiCYq99RPSfaWJ6Dq7Q5Eoq+NkYhCG5URH4g4hbgYsHJaZENafZxxI6s+kH1Itv5p22KHVVrPyMn6Wg==",
"type": "package",
"path": "pcsc/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"COPYING.txt",
"lib/netstandard2.0/PCSC.dll",
"lib/netstandard2.0/PCSC.pdb",
"lib/netstandard2.0/PCSC.xml",
"pcsc-sharp.png",
"pcsc.6.0.0.nupkg.sha512",
"pcsc.nuspec"
]
},
"PCSC.Iso7816/6.0.0": {
"sha512": "9HQvQgKDRgO5suwfoyE+xvsu6xeBruuyveMKuApeOMKwJLUcwUrkb644G/nMd3LdKHFB6JedDCl4bTE14QN8tg==",
"type": "package",
"path": "pcsc.iso7816/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"COPYING.txt",
"lib/netstandard2.0/PCSC.Iso7816.dll",
"lib/netstandard2.0/PCSC.Iso7816.pdb",
"lib/netstandard2.0/PCSC.Iso7816.xml",
"pcsc-sharp.png",
"pcsc.iso7816.6.0.0.nupkg.sha512",
"pcsc.iso7816.nuspec"
]
},
"PCSC.Reactive/6.0.0": {
"sha512": "ZkP9x3Yxdn7er7PdM/9OXXywwWy0S6RIAEYzR//kXE9YVC78seD4u6IIh8wm2XIce9XTTn3vu8DhM9SyUOmrUA==",
"type": "package",
"path": "pcsc.reactive/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"COPYING.txt",
"lib/netstandard2.0/PCSC.Reactive.dll",
"lib/netstandard2.0/PCSC.Reactive.pdb",
"lib/netstandard2.0/PCSC.Reactive.xml",
"pcsc-sharp.png",
"pcsc.reactive.6.0.0.nupkg.sha512",
"pcsc.reactive.nuspec"
]
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
"sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
"type": "package",
"path": "runtime.native.system.data.sqlclient.sni/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
"runtime.native.system.data.sqlclient.sni.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
"type": "package",
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
"runtimes/win-arm64/native/sni.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
"type": "package",
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
"runtimes/win-x64/native/sni.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
"type": "package",
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
"runtimes/win-x86/native/sni.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"sha512": "WfrqQg6WL+r4H1sVKTenNj6ERLXUukUxqcjH1rqPqXadeIWccTVpydESieD7cZ/NWQVSKLYIHuoBX5du+BFhIQ==",
"type": "package",
"path": "stub.system.data.sqlite.core.netstandard/1.0.115.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/netstandard2.0/System.Data.SQLite.dll",
"lib/netstandard2.0/System.Data.SQLite.dll.altconfig",
"lib/netstandard2.0/System.Data.SQLite.xml",
"lib/netstandard2.1/System.Data.SQLite.dll",
"lib/netstandard2.1/System.Data.SQLite.dll.altconfig",
"lib/netstandard2.1/System.Data.SQLite.xml",
"runtimes/linux-x64/native/SQLite.Interop.dll",
"runtimes/osx-x64/native/SQLite.Interop.dll",
"runtimes/win-x64/native/SQLite.Interop.dll",
"runtimes/win-x86/native/SQLite.Interop.dll",
"stub.system.data.sqlite.core.netstandard.1.0.115.5.nupkg.sha512",
"stub.system.data.sqlite.core.netstandard.nuspec"
]
},
"System.Buffers/4.5.1": {
"sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"type": "package",
"path": "system.buffers/4.5.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Buffers.dll",
"lib/net461/System.Buffers.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.1/System.Buffers.dll",
"lib/netstandard1.1/System.Buffers.xml",
"lib/netstandard2.0/System.Buffers.dll",
"lib/netstandard2.0/System.Buffers.xml",
"lib/uap10.0.16299/_._",
"ref/net45/System.Buffers.dll",
"ref/net45/System.Buffers.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.1/System.Buffers.dll",
"ref/netstandard1.1/System.Buffers.xml",
"ref/netstandard2.0/System.Buffers.dll",
"ref/netstandard2.0/System.Buffers.xml",
"ref/uap10.0.16299/_._",
"system.buffers.4.5.1.nupkg.sha512",
"system.buffers.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.CodeDom/4.7.0": {
"sha512": "Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==",
"type": "package",
"path": "system.codedom/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.CodeDom.dll",
"lib/net461/System.CodeDom.xml",
"lib/netstandard2.0/System.CodeDom.dll",
"lib/netstandard2.0/System.CodeDom.xml",
"ref/net461/System.CodeDom.dll",
"ref/net461/System.CodeDom.xml",
"ref/netstandard2.0/System.CodeDom.dll",
"ref/netstandard2.0/System.CodeDom.xml",
"system.codedom.4.7.0.nupkg.sha512",
"system.codedom.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.ComponentModel.Annotations/4.7.0": {
"sha512": "0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
"type": "package",
"path": "system.componentmodel.annotations/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/net461/System.ComponentModel.Annotations.dll",
"lib/netcore50/System.ComponentModel.Annotations.dll",
"lib/netstandard1.4/System.ComponentModel.Annotations.dll",
"lib/netstandard2.0/System.ComponentModel.Annotations.dll",
"lib/netstandard2.1/System.ComponentModel.Annotations.dll",
"lib/netstandard2.1/System.ComponentModel.Annotations.xml",
"lib/portable-net45+win8/_._",
"lib/win8/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/net461/System.ComponentModel.Annotations.dll",
"ref/net461/System.ComponentModel.Annotations.xml",
"ref/netcore50/System.ComponentModel.Annotations.dll",
"ref/netcore50/System.ComponentModel.Annotations.xml",
"ref/netcore50/de/System.ComponentModel.Annotations.xml",
"ref/netcore50/es/System.ComponentModel.Annotations.xml",
"ref/netcore50/fr/System.ComponentModel.Annotations.xml",
"ref/netcore50/it/System.ComponentModel.Annotations.xml",
"ref/netcore50/ja/System.ComponentModel.Annotations.xml",
"ref/netcore50/ko/System.ComponentModel.Annotations.xml",
"ref/netcore50/ru/System.ComponentModel.Annotations.xml",
"ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
"ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/System.ComponentModel.Annotations.dll",
"ref/netstandard1.1/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
"ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/System.ComponentModel.Annotations.dll",
"ref/netstandard1.3/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
"ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/System.ComponentModel.Annotations.dll",
"ref/netstandard1.4/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
"ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
"ref/netstandard2.0/System.ComponentModel.Annotations.dll",
"ref/netstandard2.0/System.ComponentModel.Annotations.xml",
"ref/netstandard2.1/System.ComponentModel.Annotations.dll",
"ref/netstandard2.1/System.ComponentModel.Annotations.xml",
"ref/portable-net45+win8/_._",
"ref/win8/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"system.componentmodel.annotations.4.7.0.nupkg.sha512",
"system.componentmodel.annotations.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Configuration.ConfigurationManager/4.7.0": {
"sha512": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
"type": "package",
"path": "system.configuration.configurationmanager/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Configuration.ConfigurationManager.dll",
"lib/net461/System.Configuration.ConfigurationManager.xml",
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
"lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
"ref/net461/System.Configuration.ConfigurationManager.dll",
"ref/net461/System.Configuration.ConfigurationManager.xml",
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
"ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
"system.configuration.configurationmanager.4.7.0.nupkg.sha512",
"system.configuration.configurationmanager.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Data.SqlClient/4.8.1": {
"sha512": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==",
"type": "package",
"path": "system.data.sqlclient/4.8.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net451/System.Data.SqlClient.dll",
"lib/net46/System.Data.SqlClient.dll",
"lib/net461/System.Data.SqlClient.dll",
"lib/net461/System.Data.SqlClient.xml",
"lib/netcoreapp2.1/System.Data.SqlClient.dll",
"lib/netcoreapp2.1/System.Data.SqlClient.xml",
"lib/netstandard1.2/System.Data.SqlClient.dll",
"lib/netstandard1.2/System.Data.SqlClient.xml",
"lib/netstandard1.3/System.Data.SqlClient.dll",
"lib/netstandard1.3/System.Data.SqlClient.xml",
"lib/netstandard2.0/System.Data.SqlClient.dll",
"lib/netstandard2.0/System.Data.SqlClient.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net451/System.Data.SqlClient.dll",
"ref/net46/System.Data.SqlClient.dll",
"ref/net461/System.Data.SqlClient.dll",
"ref/net461/System.Data.SqlClient.xml",
"ref/netcoreapp2.1/System.Data.SqlClient.dll",
"ref/netcoreapp2.1/System.Data.SqlClient.xml",
"ref/netstandard1.2/System.Data.SqlClient.dll",
"ref/netstandard1.2/System.Data.SqlClient.xml",
"ref/netstandard1.2/de/System.Data.SqlClient.xml",
"ref/netstandard1.2/es/System.Data.SqlClient.xml",
"ref/netstandard1.2/fr/System.Data.SqlClient.xml",
"ref/netstandard1.2/it/System.Data.SqlClient.xml",
"ref/netstandard1.2/ja/System.Data.SqlClient.xml",
"ref/netstandard1.2/ko/System.Data.SqlClient.xml",
"ref/netstandard1.2/ru/System.Data.SqlClient.xml",
"ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
"ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
"ref/netstandard1.3/System.Data.SqlClient.dll",
"ref/netstandard1.3/System.Data.SqlClient.xml",
"ref/netstandard1.3/de/System.Data.SqlClient.xml",
"ref/netstandard1.3/es/System.Data.SqlClient.xml",
"ref/netstandard1.3/fr/System.Data.SqlClient.xml",
"ref/netstandard1.3/it/System.Data.SqlClient.xml",
"ref/netstandard1.3/ja/System.Data.SqlClient.xml",
"ref/netstandard1.3/ko/System.Data.SqlClient.xml",
"ref/netstandard1.3/ru/System.Data.SqlClient.xml",
"ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
"ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
"ref/netstandard2.0/System.Data.SqlClient.dll",
"ref/netstandard2.0/System.Data.SqlClient.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll",
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml",
"runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
"runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
"runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml",
"runtimes/win/lib/net451/System.Data.SqlClient.dll",
"runtimes/win/lib/net46/System.Data.SqlClient.dll",
"runtimes/win/lib/net461/System.Data.SqlClient.dll",
"runtimes/win/lib/net461/System.Data.SqlClient.xml",
"runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll",
"runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml",
"runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
"runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
"runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml",
"runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll",
"runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml",
"system.data.sqlclient.4.8.1.nupkg.sha512",
"system.data.sqlclient.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Data.SQLite/1.0.115.5": {
"sha512": "zo5xzYAVkmREKM4ImeiEatwa9D6Bc1KvnmX+VFysJ4sf89yZVdz4uf7A351hZhqBbHsX4ZeULmYocokOPCOcKw==",
"type": "package",
"path": "system.data.sqlite/1.0.115.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"system.data.sqlite.1.0.115.5.nupkg.sha512",
"system.data.sqlite.nuspec"
]
},
"System.Data.SQLite.Core/1.0.115.5": {
"sha512": "vADIqqgpxaC5xR6qOV8/KMZkQeSDCfmmWpVOtQx0oEr3Yjq2XdTxX7+jfE4+oO2xPovAbYiz6Q5cLRbSsDkq6Q==",
"type": "package",
"path": "system.data.sqlite.core/1.0.115.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"system.data.sqlite.core.1.0.115.5.nupkg.sha512",
"system.data.sqlite.core.nuspec"
]
},
"System.Data.SQLite.EF6/1.0.115.5": {
"sha512": "wzPtZ9kTol1nCBI2sktI8UggEfiZUv4HDHEQx1ci8jcD5cDEIKNtABwThUFckoliTLuehej4lFd3+ToUHRCHjg==",
"type": "package",
"path": "system.data.sqlite.ef6/1.0.115.5",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
"content/net40/app.config.install.xdt",
"content/net40/app.config.transform",
"content/net40/web.config.install.xdt",
"content/net40/web.config.transform",
"content/net45/app.config.install.xdt",
"content/net45/app.config.transform",
"content/net45/web.config.install.xdt",
"content/net45/web.config.transform",
"content/net451/app.config.install.xdt",
"content/net451/app.config.transform",
"content/net451/web.config.install.xdt",
"content/net451/web.config.transform",
"content/net46/app.config.install.xdt",
"content/net46/app.config.transform",
"content/net46/web.config.install.xdt",
"content/net46/web.config.transform",
"lib/net40/System.Data.SQLite.EF6.dll",
"lib/net45/System.Data.SQLite.EF6.dll",
"lib/net451/System.Data.SQLite.EF6.dll",
"lib/net46/System.Data.SQLite.EF6.dll",
"lib/netstandard2.1/System.Data.SQLite.EF6.dll",
"system.data.sqlite.ef6.1.0.115.5.nupkg.sha512",
"system.data.sqlite.ef6.nuspec",
"tools/net40/install.ps1",
"tools/net45/install.ps1",
"tools/net451/install.ps1",
"tools/net46/install.ps1"
]
},
"System.Drawing.Common/4.7.0": {
"sha512": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
"type": "package",
"path": "system.drawing.common/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.Drawing.Common.dll",
"lib/netstandard2.0/System.Drawing.Common.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net461/System.Drawing.Common.dll",
"ref/netcoreapp3.0/System.Drawing.Common.dll",
"ref/netcoreapp3.0/System.Drawing.Common.xml",
"ref/netstandard2.0/System.Drawing.Common.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
"runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
"system.drawing.common.4.7.0.nupkg.sha512",
"system.drawing.common.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Formats.Cbor/6.0.0": {
"sha512": "mGaLOoiw7KurJagOOcIsWUoCT5ACIiGxKlCcbYQASefBGXjnCcKTq5Hdjb94eEAKg38zXKlHw4c6EjzgBl9dIw==",
"type": "package",
"path": "system.formats.cbor/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net5.0/System.Formats.Cbor.dll",
"lib/net5.0/System.Formats.Cbor.xml",
"lib/net6.0/System.Formats.Cbor.dll",
"lib/net6.0/System.Formats.Cbor.xml",
"system.formats.cbor.6.0.0.nupkg.sha512",
"system.formats.cbor.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.IO.Pipelines/6.0.1": {
"sha512": "1j1pZX1ICzEyjafyssU3BzWVxUsaN3zq0wEmGKj3bxINC6NkmS30eEVuZ7k/QX2UKYNCaUch6g46taYKxcpFtw==",
"type": "package",
"path": "system.io.pipelines/6.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.IO.Pipelines.dll",
"lib/net461/System.IO.Pipelines.xml",
"lib/net6.0/System.IO.Pipelines.dll",
"lib/net6.0/System.IO.Pipelines.xml",
"lib/netcoreapp3.1/System.IO.Pipelines.dll",
"lib/netcoreapp3.1/System.IO.Pipelines.xml",
"lib/netstandard2.0/System.IO.Pipelines.dll",
"lib/netstandard2.0/System.IO.Pipelines.xml",
"system.io.pipelines.6.0.1.nupkg.sha512",
"system.io.pipelines.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.Memory/4.5.4": {
"sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"type": "package",
"path": "system.memory/4.5.4",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Memory.dll",
"lib/net461/System.Memory.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
"lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
"lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.4.nupkg.sha512",
"system.memory.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Reactive/5.0.0": {
"sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
"type": "package",
"path": "system.reactive/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"build/net5.0/_._",
"build/netcoreapp3.1/System.Reactive.dll",
"build/netcoreapp3.1/System.Reactive.targets",
"build/netcoreapp3.1/System.Reactive.xml",
"buildTransitive/net5.0/_._",
"buildTransitive/netcoreapp3.1/System.Reactive.targets",
"lib/net472/System.Reactive.dll",
"lib/net472/System.Reactive.xml",
"lib/net5.0-windows10.0.19041/System.Reactive.dll",
"lib/net5.0-windows10.0.19041/System.Reactive.xml",
"lib/net5.0/System.Reactive.dll",
"lib/net5.0/System.Reactive.xml",
"lib/netcoreapp3.1/_._",
"lib/netstandard2.0/System.Reactive.dll",
"lib/netstandard2.0/System.Reactive.xml",
"lib/uap10.0.16299/System.Reactive.dll",
"lib/uap10.0.16299/System.Reactive.pri",
"lib/uap10.0.16299/System.Reactive.xml",
"system.reactive.5.0.0.nupkg.sha512",
"system.reactive.nuspec"
]
},
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
"type": "package",
"path": "system.runtime.compilerservices.unsafe/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net45/System.Runtime.CompilerServices.Unsafe.dll",
"lib/net45/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
"ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
"ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
"ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
"ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll",
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml",
"system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
"system.runtime.compilerservices.unsafe.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.AccessControl/4.7.0": {
"sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"type": "package",
"path": "system.security.accesscontrol/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.AccessControl.dll",
"lib/net461/System.Security.AccessControl.dll",
"lib/net461/System.Security.AccessControl.xml",
"lib/netstandard1.3/System.Security.AccessControl.dll",
"lib/netstandard2.0/System.Security.AccessControl.dll",
"lib/netstandard2.0/System.Security.AccessControl.xml",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.xml",
"ref/netstandard1.3/System.Security.AccessControl.dll",
"ref/netstandard1.3/System.Security.AccessControl.xml",
"ref/netstandard1.3/de/System.Security.AccessControl.xml",
"ref/netstandard1.3/es/System.Security.AccessControl.xml",
"ref/netstandard1.3/fr/System.Security.AccessControl.xml",
"ref/netstandard1.3/it/System.Security.AccessControl.xml",
"ref/netstandard1.3/ja/System.Security.AccessControl.xml",
"ref/netstandard1.3/ko/System.Security.AccessControl.xml",
"ref/netstandard1.3/ru/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
"ref/netstandard2.0/System.Security.AccessControl.dll",
"ref/netstandard2.0/System.Security.AccessControl.xml",
"ref/uap10.0.16299/_._",
"runtimes/win/lib/net46/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.xml",
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
"runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.accesscontrol.4.7.0.nupkg.sha512",
"system.security.accesscontrol.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Cryptography.ProtectedData/4.7.0": {
"sha512": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
"type": "package",
"path": "system.security.cryptography.protecteddata/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.ProtectedData.dll",
"lib/net461/System.Security.Cryptography.ProtectedData.dll",
"lib/net461/System.Security.Cryptography.ProtectedData.xml",
"lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.ProtectedData.dll",
"ref/net461/System.Security.Cryptography.ProtectedData.dll",
"ref/net461/System.Security.Cryptography.ProtectedData.xml",
"ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
"ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
"ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml",
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
"system.security.cryptography.protecteddata.4.7.0.nupkg.sha512",
"system.security.cryptography.protecteddata.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Permissions/4.7.0": {
"sha512": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
"type": "package",
"path": "system.security.permissions/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Security.Permissions.dll",
"lib/net461/System.Security.Permissions.xml",
"lib/netcoreapp3.0/System.Security.Permissions.dll",
"lib/netcoreapp3.0/System.Security.Permissions.xml",
"lib/netstandard2.0/System.Security.Permissions.dll",
"lib/netstandard2.0/System.Security.Permissions.xml",
"ref/net461/System.Security.Permissions.dll",
"ref/net461/System.Security.Permissions.xml",
"ref/netcoreapp3.0/System.Security.Permissions.dll",
"ref/netcoreapp3.0/System.Security.Permissions.xml",
"ref/netstandard2.0/System.Security.Permissions.dll",
"ref/netstandard2.0/System.Security.Permissions.xml",
"system.security.permissions.4.7.0.nupkg.sha512",
"system.security.permissions.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Principal.Windows/4.7.0": {
"sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"type": "package",
"path": "system.security.principal.windows/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.xml",
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.xml",
"lib/uap10.0.16299/_._",
"ref/net46/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.xml",
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
"ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
"ref/netstandard1.3/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
"ref/netstandard2.0/System.Security.Principal.Windows.xml",
"ref/uap10.0.16299/_._",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.principal.windows.4.7.0.nupkg.sha512",
"system.security.principal.windows.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Text.Encoding.CodePages/4.4.0": {
"sha512": "6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
"type": "package",
"path": "system.text.encoding.codepages/4.4.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Text.Encoding.CodePages.dll",
"lib/net461/System.Text.Encoding.CodePages.dll",
"lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
"ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
"ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
"ref/netstandard2.0/System.Text.Encoding.CodePages.dll",
"ref/netstandard2.0/System.Text.Encoding.CodePages.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
"runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
"runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
"runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
"system.text.encoding.codepages.4.4.0.nupkg.sha512",
"system.text.encoding.codepages.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Windows.Extensions/4.7.0": {
"sha512": "CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
"type": "package",
"path": "system.windows.extensions/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/netcoreapp3.0/System.Windows.Extensions.dll",
"lib/netcoreapp3.0/System.Windows.Extensions.xml",
"ref/netcoreapp3.0/System.Windows.Extensions.dll",
"ref/netcoreapp3.0/System.Windows.Extensions.xml",
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll",
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml",
"system.windows.extensions.4.7.0.nupkg.sha512",
"system.windows.extensions.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Simulation/1.0.0": {
"type": "project",
"path": "../../Simulation/Simulation/Simulation.csproj",
"msbuildProject": "../../Simulation/Simulation/Simulation.csproj"
}
},
"projectFileDependencyGroups": {
"net6.0-windows7.0": [
"BouncyCastle >= 1.8.9",
"Dahomey.Cbor >= 1.17.0",
"Jsbeautifier >= 0.0.1",
"MySql.Data >= 8.0.29",
"Newtonsoft.Json >= 13.0.1",
"PCSC >= 6.0.0",
"PCSC.Iso7816 >= 6.0.0",
"PCSC.Reactive >= 6.0.0",
"Simulation >= 1.0.0",
"System.Data.SQLite >= 1.0.115.5",
"System.Formats.Cbor >= 6.0.0"
]
},
"packageFolders": {
"C:\\Users\\josh2\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"projectName": "FidoReader",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\",
"outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"projectReferences": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj": {
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\Simulation\\Simulation\\Simulation.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"dependencies": {
"BouncyCastle": {
"target": "Package",
"version": "[1.8.9, )"
},
"Dahomey.Cbor": {
"target": "Package",
"version": "[1.17.0, )"
},
"Jsbeautifier": {
"target": "Package",
"version": "[0.0.1, )"
},
"MySql.Data": {
"target": "Package",
"version": "[8.0.29, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
},
"PCSC": {
"target": "Package",
"version": "[6.0.0, )"
},
"PCSC.Iso7816": {
"target": "Package",
"version": "[6.0.0, )"
},
"PCSC.Reactive": {
"target": "Package",
"version": "[6.0.0, )"
},
"System.Data.SQLite": {
"target": "Package",
"version": "[1.0.115.5, )"
},
"System.Formats.Cbor": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
}
}
},
"logs": [
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "已使用 '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' 而非專案目標架構 'net6.0-windows7.0' 還原了套件 'BouncyCastle 1.8.9'。此套件與您的專案並非完全相容。",
"libraryId": "BouncyCastle",
"targetGraphs": [
"net6.0-windows7.0"
]
}
]
}
\ No newline at end of file
{
"version": 2,
"dgSpecHash": "dSPWnD2nIBG+1kwznqU4iPzuPmvqHFC9A0EtEjQ/0wlgXEr3YWjciIuDaYsso4G8836J+Ljay+3bUyDJUnZtdg==",
"success": true,
"projectFilePath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"expectedPackageFiles": [
"C:\\Users\\josh2\\.nuget\\packages\\bouncycastle\\1.8.9\\bouncycastle.1.8.9.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\bouncycastle.netcore\\1.8.5\\bouncycastle.netcore.1.8.5.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\dahomey.cbor\\1.17.0\\dahomey.cbor.1.17.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\entityframework\\6.4.4\\entityframework.6.4.4.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\google.protobuf\\3.19.4\\google.protobuf.3.19.4.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\jsbeautifier\\0.0.1\\jsbeautifier.0.0.1.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\k4os.compression.lz4\\1.2.6\\k4os.compression.lz4.1.2.6.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\k4os.compression.lz4.streams\\1.2.6\\k4os.compression.lz4.streams.1.2.6.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\k4os.hash.xxhash\\1.0.6\\k4os.hash.xxhash.1.0.6.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\mysql.data\\8.0.29\\mysql.data.8.0.29.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\pcsc\\6.0.0\\pcsc.6.0.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\pcsc.iso7816\\6.0.0\\pcsc.iso7816.6.0.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\pcsc.reactive\\6.0.0\\pcsc.reactive.6.0.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\stub.system.data.sqlite.core.netstandard\\1.0.115.5\\stub.system.data.sqlite.core.netstandard.1.0.115.5.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.codedom\\4.7.0\\system.codedom.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.componentmodel.annotations\\4.7.0\\system.componentmodel.annotations.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.data.sqlclient\\4.8.1\\system.data.sqlclient.4.8.1.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.data.sqlite\\1.0.115.5\\system.data.sqlite.1.0.115.5.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.data.sqlite.core\\1.0.115.5\\system.data.sqlite.core.1.0.115.5.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.data.sqlite.ef6\\1.0.115.5\\system.data.sqlite.ef6.1.0.115.5.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.formats.cbor\\6.0.0\\system.formats.cbor.6.0.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.io.pipelines\\6.0.1\\system.io.pipelines.6.0.1.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.text.encoding.codepages\\4.4.0\\system.text.encoding.codepages.4.4.0.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512"
],
"logs": [
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "已使用 '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' 而非專案目標架構 'net6.0-windows7.0' 還原了套件 'BouncyCastle 1.8.9'。此套件與您的專案並非完全相容。",
"libraryId": "BouncyCastle",
"targetGraphs": [
"net6.0-windows7.0"
]
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment