返回提交历史
Modified
XFEExtension.NetCore.XUnit.Test/XFEExtension.NetCore.XUnit.Test.csproj
+2
-2
XFEstudio/XFEExtension.NetCore.XUnit
升级目标框架至 net10.0 并更新依赖包版本
将项目的目标框架从 net8.0 升级到 net10.0,同时将 XFEExtension.NetCore 包的版本从 2.4.1 升级到 4.2.3,以获得新特性和更好的兼容性。
42ded79
代码差异
1 个文件
+2
-2
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net8.0</TargetFramework>
5
<TargetFramework>net10.0</TargetFramework>
6
6
<ImplicitUsings>enable</ImplicitUsings>
7
7
<Nullable>enable</Nullable>
8
8
</PropertyGroup>
@@ -12,7 +12,7 @@
12
12
</ItemGroup>
13
13
14
14
<ItemGroup>
15
<PackageReference Include="XFEExtension.NetCore" Version="2.4.1" />
15
<PackageReference Include="XFEExtension.NetCore" Version="4.2.3" />
16
16
</ItemGroup>
17
17
18
18
</Project>