摘要: framework: https://docs.microsoft.com/zh-cn/dotnet/framework/deployment/how-the-runtime-locates-assemblies core: https://docs.microsoft.com/zh-cn/dotn 阅读全文
posted @ 2022-01-11 19:44 博二爷 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1 #if NET40 2 Console.WriteLine("Hello from .NET Core 4"); 3 #endif TFM获取:https://docs.microsoft.com/zh-cn/dotnet/standard/frameworks 预处理指令 #IF https: 阅读全文
posted @ 2022-01-11 19:16 博二爷 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 7 namespace task 8 { 9 class Progra 阅读全文
posted @ 2022-01-11 18:37 博二爷 阅读(30) 评论(0) 推荐(0) 编辑