XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
返回提交历史
Modified
XFEExtension.NetCore.ServerInteractive.TServer/XFEExtension.NetCore.ServerInteractive.TServer.csproj
+1
-1
Modified
XFEExtension.NetCore.ServerInteractive.Test/XFEExtension.NetCore.ServerInteractive.Test.csproj
+1
-1
Modified
XFEExtension.NetCore.ServerInteractive/XFEExtension.NetCore.ServerInteractive.csproj
+3
-3
XFEstudio/XFEExtension.NetCore.ServerInteractive
项目引用更新至.NET 10.0
5450d9d
代码差异
3 个文件
+5
-5
@@ -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>
@@ -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>
@@ -1,7 +1,7 @@
1
1
<Project Sdk="Microsoft.NET.Sdk">
2
2
3
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
4
<TargetFramework>net10.0</TargetFramework>
5
5
<ImplicitUsings>enable</ImplicitUsings>
6
6
<Nullable>enable</Nullable>
7
7
<GenerateDocumentationFile>True</GenerateDocumentationFile>
@@ -56,8 +56,8 @@
56
56
</ItemGroup>
57
57
58
58
<ItemGroup>
59
<PackageReference Include="System.Management" Version="10.0.*" />
60
<PackageReference Include="XFEExtension.NetCore" Version="3.3.*" />
59
<PackageReference Include="System.Management" Version="11.0.0-preview.2.26159.112" />
60
<PackageReference Include="XFEExtension.NetCore" Version="4.0.0" />
61
61
<PackageReference Include="XFEExtension.NetCore.AutoConfig" Version="2.0.*" />
62
62
<PackageReference Include="XFEExtension.NetCore.AutoImplement" Version="1.1.*" />
63
63
<PackageReference Include="XFEExtension.NetCore.XFEConsole" Version="1.2.*" />