Commit d9df597f authored by Josh Ji's avatar Josh Ji

change layout

comment the readerName filtering
parent fa47e066
No preview for this file type
......@@ -33,10 +33,8 @@
this.APDUbox = new System.Windows.Forms.TextBox();
this.clearWindow = new System.Windows.Forms.Button();
this.CBORbox = new System.Windows.Forms.TextBox();
this.getPuKxRx = new System.Windows.Forms.Button();
this.getAttestationPublicKey = new System.Windows.Forms.Button();
this.dumpIDSecret = new System.Windows.Forms.Button();
this.getCx = new System.Windows.Forms.Button();
this.getPuKxCx = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
......@@ -59,17 +57,26 @@
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.tabPage6 = 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.SuspendLayout();
//
// selectFIDOApplet
//
this.selectFIDOApplet.Location = new System.Drawing.Point(832, 108);
this.selectFIDOApplet.Location = new System.Drawing.Point(6, 35);
this.selectFIDOApplet.Name = "selectFIDOApplet";
this.selectFIDOApplet.Size = new System.Drawing.Size(119, 23);
this.selectFIDOApplet.TabIndex = 0;
......@@ -79,7 +86,7 @@
//
// getInfo
//
this.getInfo.Location = new System.Drawing.Point(832, 137);
this.getInfo.Location = new System.Drawing.Point(6, 64);
this.getInfo.Name = "getInfo";
this.getInfo.Size = new System.Drawing.Size(119, 23);
this.getInfo.TabIndex = 1;
......@@ -89,7 +96,7 @@
//
// APDUbox
//
this.APDUbox.Font = new System.Drawing.Font("Monospac821 BT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.APDUbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.APDUbox.Location = new System.Drawing.Point(0, 0);
this.APDUbox.Multiline = true;
this.APDUbox.Name = "APDUbox";
......@@ -99,7 +106,7 @@
//
// clearWindow
//
this.clearWindow.Location = new System.Drawing.Point(832, 79);
this.clearWindow.Location = new System.Drawing.Point(6, 6);
this.clearWindow.Name = "clearWindow";
this.clearWindow.Size = new System.Drawing.Size(119, 23);
this.clearWindow.TabIndex = 3;
......@@ -109,7 +116,7 @@
//
// CBORbox
//
this.CBORbox.Font = new System.Drawing.Font("Monospac821 BT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.CBORbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.CBORbox.Location = new System.Drawing.Point(6, 6);
this.CBORbox.Multiline = true;
this.CBORbox.Name = "CBORbox";
......@@ -118,19 +125,9 @@
this.CBORbox.TabIndex = 4;
this.CBORbox.WordWrap = false;
//
// getPuKxRx
//
this.getPuKxRx.Location = new System.Drawing.Point(832, 311);
this.getPuKxRx.Name = "getPuKxRx";
this.getPuKxRx.Size = new System.Drawing.Size(119, 23);
this.getPuKxRx.TabIndex = 7;
this.getPuKxRx.Text = "getPuKxRx";
this.getPuKxRx.UseVisualStyleBackColor = true;
this.getPuKxRx.Click += new System.EventHandler(this.getPuKxRx_Click);
//
// getAttestationPublicKey
//
this.getAttestationPublicKey.Location = new System.Drawing.Point(832, 166);
this.getAttestationPublicKey.Location = new System.Drawing.Point(6, 93);
this.getAttestationPublicKey.Name = "getAttestationPublicKey";
this.getAttestationPublicKey.Size = new System.Drawing.Size(164, 23);
this.getAttestationPublicKey.TabIndex = 8;
......@@ -140,7 +137,7 @@
//
// dumpIDSecret
//
this.dumpIDSecret.Location = new System.Drawing.Point(832, 282);
this.dumpIDSecret.Location = new System.Drawing.Point(6, 209);
this.dumpIDSecret.Name = "dumpIDSecret";
this.dumpIDSecret.Size = new System.Drawing.Size(119, 23);
this.dumpIDSecret.TabIndex = 9;
......@@ -148,23 +145,13 @@
this.dumpIDSecret.UseVisualStyleBackColor = true;
this.dumpIDSecret.Click += new System.EventHandler(this.dumpIDSecret_Click);
//
// getCx
//
this.getCx.Location = new System.Drawing.Point(832, 340);
this.getCx.Name = "getCx";
this.getCx.Size = new System.Drawing.Size(119, 23);
this.getCx.TabIndex = 10;
this.getCx.Text = "getCx";
this.getCx.UseVisualStyleBackColor = true;
this.getCx.Click += new System.EventHandler(this.getCx_Click);
//
// getPuKxCx
//
this.getPuKxCx.Location = new System.Drawing.Point(832, 398);
this.getPuKxCx.Location = new System.Drawing.Point(131, 35);
this.getPuKxCx.Name = "getPuKxCx";
this.getPuKxCx.Size = new System.Drawing.Size(119, 23);
this.getPuKxCx.TabIndex = 11;
this.getPuKxCx.Text = "getPuKxCx";
this.getPuKxCx.Text = "set identity";
this.getPuKxCx.UseVisualStyleBackColor = true;
this.getPuKxCx.Click += new System.EventHandler(this.getPuKxCx_Click);
//
......@@ -202,7 +189,7 @@
//
// paramBox
//
this.paramBox.Font = new System.Drawing.Font("Monospac821 BT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.paramBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.paramBox.Location = new System.Drawing.Point(2, 3);
this.paramBox.Multiline = true;
this.paramBox.Name = "paramBox";
......@@ -251,7 +238,7 @@
//
// resetCredentials
//
this.resetCredentials.Location = new System.Drawing.Point(832, 253);
this.resetCredentials.Location = new System.Drawing.Point(6, 180);
this.resetCredentials.Name = "resetCredentials";
this.resetCredentials.Size = new System.Drawing.Size(119, 23);
this.resetCredentials.TabIndex = 13;
......@@ -261,7 +248,7 @@
//
// getCredentialCount
//
this.getCredentialCount.Location = new System.Drawing.Point(832, 224);
this.getCredentialCount.Location = new System.Drawing.Point(6, 151);
this.getCredentialCount.Name = "getCredentialCount";
this.getCredentialCount.Size = new System.Drawing.Size(134, 23);
this.getCredentialCount.TabIndex = 14;
......@@ -271,7 +258,7 @@
//
// getFreeSpace
//
this.getFreeSpace.Location = new System.Drawing.Point(832, 195);
this.getFreeSpace.Location = new System.Drawing.Point(6, 122);
this.getFreeSpace.Name = "getFreeSpace";
this.getFreeSpace.Size = new System.Drawing.Size(119, 23);
this.getFreeSpace.TabIndex = 15;
......@@ -281,15 +268,15 @@
//
// IDxBox
//
this.IDxBox.Location = new System.Drawing.Point(832, 369);
this.IDxBox.Location = new System.Drawing.Point(6, 35);
this.IDxBox.Name = "IDxBox";
this.IDxBox.PlaceholderText = "IDx";
this.IDxBox.PlaceholderText = "identity";
this.IDxBox.Size = new System.Drawing.Size(119, 23);
this.IDxBox.TabIndex = 16;
//
// ClientPIN_getRetries
//
this.ClientPIN_getRetries.Location = new System.Drawing.Point(1004, 79);
this.ClientPIN_getRetries.Location = new System.Drawing.Point(6, 6);
this.ClientPIN_getRetries.Name = "ClientPIN_getRetries";
this.ClientPIN_getRetries.Size = new System.Drawing.Size(181, 23);
this.ClientPIN_getRetries.TabIndex = 17;
......@@ -299,7 +286,7 @@
//
// ClientPIN_getKeyAgreement
//
this.ClientPIN_getKeyAgreement.Location = new System.Drawing.Point(1004, 108);
this.ClientPIN_getKeyAgreement.Location = new System.Drawing.Point(6, 35);
this.ClientPIN_getKeyAgreement.Name = "ClientPIN_getKeyAgreement";
this.ClientPIN_getKeyAgreement.Size = new System.Drawing.Size(181, 23);
this.ClientPIN_getKeyAgreement.TabIndex = 18;
......@@ -309,7 +296,7 @@
//
// pinBox
//
this.pinBox.Location = new System.Drawing.Point(1004, 137);
this.pinBox.Location = new System.Drawing.Point(6, 64);
this.pinBox.Name = "pinBox";
this.pinBox.PlaceholderText = "PIN";
this.pinBox.Size = new System.Drawing.Size(119, 23);
......@@ -317,7 +304,7 @@
//
// SetPIN
//
this.SetPIN.Location = new System.Drawing.Point(1004, 166);
this.SetPIN.Location = new System.Drawing.Point(6, 93);
this.SetPIN.Name = "SetPIN";
this.SetPIN.Size = new System.Drawing.Size(181, 23);
this.SetPIN.TabIndex = 20;
......@@ -370,35 +357,85 @@
this.comboBox1.Items.AddRange(new object[] {
"127.0.0.1:3306",
"192.168.0.100:32306"});
this.comboBox1.Location = new System.Drawing.Point(832, 50);
this.comboBox1.Location = new System.Drawing.Point(86, 6);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(164, 23);
this.comboBox1.TabIndex = 22;
//
// label1
//
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.TabIndex = 23;
this.label1.Text = "DB Address:";
//
// tabControl3
//
this.tabControl3.Controls.Add(this.tabPage3);
this.tabControl3.Controls.Add(this.tabPage6);
this.tabControl3.Controls.Add(this.tabPage7);
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.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.selectFIDOApplet);
this.tabPage3.Controls.Add(this.getInfo);
this.tabPage3.Controls.Add(this.getAttestationPublicKey);
this.tabPage3.Controls.Add(this.clearWindow);
this.tabPage3.Controls.Add(this.getFreeSpace);
this.tabPage3.Controls.Add(this.getCredentialCount);
this.tabPage3.Controls.Add(this.resetCredentials);
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.TabIndex = 0;
this.tabPage3.Text = "general";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.ClientPIN_getRetries);
this.tabPage6.Controls.Add(this.ClientPIN_getKeyAgreement);
this.tabPage6.Controls.Add(this.pinBox);
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.TabIndex = 1;
this.tabPage6.Text = "set PIN";
this.tabPage6.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.Controls.Add(this.comboBox1);
this.Controls.Add(this.tabControl3);
this.Controls.Add(this.tabControl2);
this.Controls.Add(this.SetPIN);
this.Controls.Add(this.pinBox);
this.Controls.Add(this.ClientPIN_getKeyAgreement);
this.Controls.Add(this.ClientPIN_getRetries);
this.Controls.Add(this.IDxBox);
this.Controls.Add(this.getFreeSpace);
this.Controls.Add(this.getCredentialCount);
this.Controls.Add(this.resetCredentials);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.getPuKxCx);
this.Controls.Add(this.getCx);
this.Controls.Add(this.dumpIDSecret);
this.Controls.Add(this.getAttestationPublicKey);
this.Controls.Add(this.getPuKxRx);
this.Controls.Add(this.clearWindow);
this.Controls.Add(this.getInfo);
this.Controls.Add(this.selectFIDOApplet);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
......@@ -412,8 +449,13 @@
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.ResumeLayout(false);
this.PerformLayout();
}
......@@ -424,10 +466,8 @@
private TextBox APDUbox;
private Button clearWindow;
private TextBox CBORbox;
private Button getPuKxRx;
private Button getAttestationPublicKey;
private Button dumpIDSecret;
private Button getCx;
private Button getPuKxCx;
private TabControl tabControl1;
private TabPage tabPage1;
......@@ -450,5 +490,10 @@
private TabPage tabPage4;
private TabPage tabPage5;
private ComboBox comboBox1;
private Label label1;
private TabControl tabControl3;
private TabPage tabPage7;
private TabPage tabPage3;
private TabPage tabPage6;
}
}
\ No newline at end of file
......@@ -53,11 +53,11 @@ namespace FidoReader
var pcscContext = ContextFactory.Instance.Establish(SCardScope.User);
//pcscReader = null;
readerName = pcscContext.GetReaders().FirstOrDefault();
if (readerName != null && readerName.Equals("Generic EMV Smartcard Reader 0")) {
readerName = "NXP PR533 0";
}
//if (readerName != null && readerName.Equals("Generic EMV Smartcard Reader 0")) {
// readerName = "NXP PR533 0";
//}
//dumpReaders(readers);
dumpReaders(pcscContext.GetReaders());
//foreach (string reader in readers) {
// try {
// pcscReader = new IsoReader(context: pcscContext, readerName: reader, mode: SCardShareMode.Shared, protocol: SCardProtocol.Any);
......
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
// 這段程式碼是由工具產生的。
// 執行階段版本:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
// 變更將會遺失。
// </auto-generated>
//------------------------------------------------------------------------------
......@@ -21,5 +21,5 @@ using System.Reflection;
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.
// 由 MSBuild WriteCodeFragment 類別產生。
......@@ -11,6 +11,7 @@ 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\
build_property.ProjectDir = C:\Users\josh2\Documents\GitLab\EID\fidoreader\FidoReader\
e553af15bf6c5865fc722773182f7364c91e96e3
e8752fd7e5d366c45c6502ca4c1b0d4c75db5407
......@@ -147,3 +147,57 @@ C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windo
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
3ce666bb174c709a229da2ce94fe841bc941fd78
a0829ac2a6b8bf2a866853cc38deee7f709d48b2
{
"format": 1,
"restore": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj": {}
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj": {}
},
"projects": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj": {
"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",
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"projectName": "FidoReader",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj",
"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\\",
"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-windows7.0"
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
......@@ -91,7 +91,8 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
......@@ -103,7 +104,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
}
}
},
......@@ -121,7 +122,7 @@
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0-windows7.0"
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
......@@ -148,7 +149,8 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
......@@ -160,7 +162,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
}
}
}
......
......@@ -7,7 +7,7 @@
<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.1.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\josh2\.nuget\packages\" />
......
......@@ -14,10 +14,14 @@
"BouncyCastle.NetCore/1.8.5": {
"type": "package",
"compile": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {}
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {}
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"related": ".xml"
}
}
},
"Dahomey.Cbor/1.17.0": {
......@@ -42,12 +46,20 @@
"System.Data.SqlClient": "4.8.1"
},
"compile": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {},
"lib/netstandard2.1/EntityFramework.dll": {}
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"related": ".xml"
},
"lib/netstandard2.1/EntityFramework.dll": {
"related": ".SqlServer.xml;.xml"
}
},
"runtime": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {},
"lib/netstandard2.1/EntityFramework.dll": {}
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"related": ".xml"
},
"lib/netstandard2.1/EntityFramework.dll": {
"related": ".SqlServer.xml;.xml"
}
},
"build": {
"buildTransitive/netcoreapp3.0/EntityFramework.props": {},
......@@ -57,10 +69,14 @@
"Google.Protobuf/3.19.4": {
"type": "package",
"compile": {
"lib/net5.0/Google.Protobuf.dll": {}
"lib/net5.0/Google.Protobuf.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net5.0/Google.Protobuf.dll": {}
"lib/net5.0/Google.Protobuf.dll": {
"related": ".pdb;.xml"
}
}
},
"Jsbeautifier/0.0.1": {
......@@ -78,10 +94,14 @@
"System.Memory": "4.5.4"
},
"compile": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {}
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {}
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"related": ".xml"
}
}
},
"K4os.Compression.LZ4.Streams/1.2.6": {
......@@ -91,10 +111,14 @@
"K4os.Hash.xxHash": "1.0.6"
},
"compile": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {}
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {}
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"related": ".xml"
}
}
},
"K4os.Hash.xxHash/1.0.6": {
......@@ -103,10 +127,14 @@
"System.Memory": "4.5.3"
},
"compile": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {}
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {}
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"related": ".xml"
}
}
},
"Microsoft.CSharp/4.7.0": {
......@@ -134,10 +162,14 @@
"System.Security.Principal.Windows": "4.7.0"
},
"compile": {
"ref/netstandard2.0/_._": {}
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
......@@ -156,10 +188,14 @@
"Microsoft.NETCore.Platforms": "3.1.0"
},
"compile": {
"ref/netstandard2.0/_._": {}
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {}
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
......@@ -181,12 +217,16 @@
"System.Text.Encoding.CodePages": "4.4.0"
},
"compile": {
"lib/net6.0/MySql.Data.dll": {},
"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": {},
"lib/net6.0/MySql.Data.dll": {
"related": ".xml"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {},
"lib/net6.0/ZstdNet.dll": {}
}
......@@ -194,19 +234,27 @@
"Newtonsoft.Json/13.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
},
"PCSC/6.0.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/PCSC.dll": {}
"lib/netstandard2.0/PCSC.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/PCSC.dll": {}
"lib/netstandard2.0/PCSC.dll": {
"related": ".pdb;.xml"
}
}
},
"PCSC.Iso7816/6.0.0": {
......@@ -215,10 +263,14 @@
"PCSC": "6.0.0"
},
"compile": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {}
"lib/netstandard2.0/PCSC.Iso7816.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {}
"lib/netstandard2.0/PCSC.Iso7816.dll": {
"related": ".pdb;.xml"
}
}
},
"PCSC.Reactive/6.0.0": {
......@@ -228,10 +280,14 @@
"System.Reactive": "5.0.0"
},
"compile": {
"lib/netstandard2.0/PCSC.Reactive.dll": {}
"lib/netstandard2.0/PCSC.Reactive.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/PCSC.Reactive.dll": {}
"lib/netstandard2.0/PCSC.Reactive.dll": {
"related": ".pdb;.xml"
}
}
},
"runtime.native.System.Data.SqlClient.sni/4.7.0": {
......@@ -272,10 +328,14 @@
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"type": "package",
"compile": {
"lib/netstandard2.1/System.Data.SQLite.dll": {}
"lib/netstandard2.1/System.Data.SQLite.dll": {
"related": ".dll.altconfig;.xml"
}
},
"runtime": {
"lib/netstandard2.1/System.Data.SQLite.dll": {}
"lib/netstandard2.1/System.Data.SQLite.dll": {
"related": ".dll.altconfig;.xml"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/SQLite.Interop.dll": {
......@@ -308,19 +368,27 @@
"System.CodeDom/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/System.CodeDom.dll": {}
"ref/netstandard2.0/System.CodeDom.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.CodeDom.dll": {}
"lib/netstandard2.0/System.CodeDom.dll": {
"related": ".xml"
}
}
},
"System.ComponentModel.Annotations/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {}
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {}
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
}
},
"System.Configuration.ConfigurationManager/4.7.0": {
......@@ -330,10 +398,14 @@
"System.Security.Permissions": "4.7.0"
},
"compile": {
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
}
},
"System.Data.SqlClient/4.8.1": {
......@@ -344,10 +416,14 @@
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
},
"compile": {
"ref/netcoreapp2.1/System.Data.SqlClient.dll": {}
"ref/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {}
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
......@@ -392,7 +468,9 @@
"Microsoft.Win32.SystemEvents": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/_._": {}
"ref/netcoreapp3.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {}
......@@ -411,19 +489,27 @@
"System.Formats.Cbor/6.0.0": {
"type": "package",
"compile": {
"lib/net6.0/System.Formats.Cbor.dll": {}
"lib/net6.0/System.Formats.Cbor.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.Formats.Cbor.dll": {}
"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": {}
"lib/net6.0/System.IO.Pipelines.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.IO.Pipelines.dll": {}
"lib/net6.0/System.IO.Pipelines.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
......@@ -441,10 +527,14 @@
"System.Reactive/5.0.0": {
"type": "package",
"compile": {
"lib/net5.0/System.Reactive.dll": {}
"lib/net5.0/System.Reactive.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/System.Reactive.dll": {}
"lib/net5.0/System.Reactive.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/net5.0/_._": {}
......@@ -453,10 +543,14 @@
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
"type": "package",
"compile": {
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {}
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
}
},
"System.Security.AccessControl/4.7.0": {
......@@ -466,10 +560,14 @@
"System.Security.Principal.Windows": "4.7.0"
},
"compile": {
"ref/netstandard2.0/System.Security.AccessControl.dll": {}
"ref/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {}
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
......@@ -481,10 +579,14 @@
"System.Security.Cryptography.ProtectedData/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/_._": {}
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
......@@ -500,19 +602,27 @@
"System.Windows.Extensions": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/System.Security.Permissions.dll": {}
"ref/netcoreapp3.0/System.Security.Permissions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Permissions.dll": {}
"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": {}
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
......@@ -531,7 +641,9 @@
"Microsoft.NETCore.Platforms": "2.0.0"
},
"compile": {
"ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
"ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
......@@ -549,10 +661,14 @@
"System.Drawing.Common": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/System.Windows.Extensions.dll": {}
"ref/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {}
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
......@@ -1883,18 +1999,18 @@
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj",
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"projectName": "FidoReader",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj",
"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\\",
"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-windows7.0"
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
......@@ -1967,7 +2083,8 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
......@@ -1979,7 +2096,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
}
}
},
......@@ -1988,7 +2105,7 @@
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'BouncyCastle 1.8.9' was restored using '.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' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.",
"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"
......
{
"version": 2,
"dgSpecHash": "PY1GcZH8lZHPem3tl949PlgQJpTIJnXXGBkBiYcXiTV1W7C9X6vyqeu2eQV4C0dEv4plAW35qg/9l9nxNa5YCw==",
"dgSpecHash": "dSPWnD2nIBG+1kwznqU4iPzuPmvqHFC9A0EtEjQ/0wlgXEr3YWjciIuDaYsso4G8836J+Ljay+3bUyDJUnZtdg==",
"success": true,
"projectFilePath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj",
"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",
......@@ -53,7 +53,7 @@
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'BouncyCastle 1.8.9' was restored using '.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' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.",
"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"
......
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