作法:签署(使用SNK)dotnet核心控制台应用程式可执行档

时间:2019-11-15 20:09:09

标签: c# .net-core

我可以使用snk而不是可执行文件对程序集进行签名。任何帮助表示赞赏。

这是我添加到项目文件中的内容:

{
studentId:12345,
studentName:"abc",
age:10,
tests:[
 {
  testId:100,
  score:70
 },
{
  testId:101,
  score:60
},
{
  testId:102,
  score:80
}
 ]
}

0 个答案:

没有答案