mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-29 14:43:59 +08:00
更新依赖包
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.0.2.16</PluginVersion>
|
||||
<ProPluginVersion>10.0.2.16</ProPluginVersion>
|
||||
<PluginVersion>10.0.2.17</PluginVersion>
|
||||
<ProPluginVersion>10.0.2.17</ProPluginVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="9.*" />
|
||||
<PackageReference Include="TouchSocket" Version="3.0.14" />
|
||||
<PackageReference Include="TouchSocket.SerialPorts" Version="3.0.14" />
|
||||
<PackageReference Include="TouchSocket" Version="3.0.15" />
|
||||
<PackageReference Include="TouchSocket.SerialPorts" Version="3.0.15" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SqlSugar.TDengineCore" Version="4.18.5" />
|
||||
<PackageReference Include="Rougamo.Fody" Version="5.0.0" />
|
||||
<PackageReference Include="TouchSocket.Dmtp" Version="3.0.14" />
|
||||
<PackageReference Include="TouchSocket.WebApi.Swagger" Version="3.0.14" />
|
||||
<PackageReference Include="TouchSocket.Dmtp" Version="3.0.15" />
|
||||
<PackageReference Include="TouchSocket.WebApi.Swagger" Version="3.0.15" />
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TouchSocket.Dmtp" Version="3.0.14" />
|
||||
<PackageReference Include="TouchSocket.Dmtp" Version="3.0.15" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<!--直接引用Pro-->
|
||||
<Import Project="targets\PluginDebug.targets" Condition=" '$(SolutionName)' == 'ThingsGatewayPro' AND '$(Configuration)' == 'Debug'" />
|
||||
<Import Project="targets\ProPluginDebug.targets" Condition=" '$(SolutionName)' == 'ThingsGatewayPro' AND '$(Configuration)' == 'Debug'" />
|
||||
<Import Project="targets\Pro3.targets" Condition=" '$(SolutionName)' == 'ThingsGatewayPro' " />
|
||||
<Import Project="targets\Pro5.targets" Condition=" '$(SolutionName)' == 'ThingsGatewayPro' " />
|
||||
|
||||
<!--打包复制-->
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>10.0.2.16</Version>
|
||||
<Version>10.0.2.17</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user