chore(build): 更新项目目标框架至 .NET 10.0
- 将 JackCraft.Config 项目的目标框架从 net9.0 更新为 net10.0 - 将 Test 项目的目标框架从 net9.0 更新为 net10.0 - 格式化解决方案文件中的 XML 结构以提高可读性
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<LangVersion>latestmajor</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
Reference in New Issue
Block a user