mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-30 15:13:59 +08:00
更新依赖包
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||||
<PackageReference Include="ThingsGateway.Razor" Version="$(AdminVersion)" />
|
<PackageReference Include="ThingsGateway.Razor" Version="$(AdminVersion)" />
|
||||||
<PackageReference Include="ThingsGateway.Debug.Razor" Version="$(PluginVersion)" />
|
<PackageReference Include="ThingsGateway.Debug.Razor" Version="$(PluginVersion)" />
|
||||||
<PackageReference Include="Photino.NET" Version="3.1.18" />
|
<PackageReference Include="Photino.NET" Version="3.2.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AdminVersion>7.0.1.5</AdminVersion>
|
<AdminVersion>7.0.1.6</AdminVersion>
|
||||||
<PluginVersion>9.0.1.3</PluginVersion>
|
<PluginVersion>9.0.1.4</PluginVersion>
|
||||||
<ProPluginVersion>9.0.1.2</ProPluginVersion>
|
<ProPluginVersion>9.0.1.4</ProPluginVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BootstrapBlazor" Version="8.10.4" />
|
<PackageReference Include="BootstrapBlazor" Version="8.11.0" />
|
||||||
<PackageReference Include="ThingsGateway.Razor" Version="$(AdminVersion)" />
|
<PackageReference Include="ThingsGateway.Razor" Version="$(AdminVersion)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.10" />
|
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.10" />
|
||||||
<PackageReference Include="ThingsGateway.NewLife.X" Version="$(AdminVersion)" />
|
<PackageReference Include="ThingsGateway.NewLife.X" Version="$(AdminVersion)" />
|
||||||
<PackageReference Include="TouchSocket" Version="2.1.9" />
|
<PackageReference Include="TouchSocket" Version="2.1.10" />
|
||||||
<PackageReference Include="TouchSocket.SerialPorts" Version="2.1.9" />
|
<PackageReference Include="TouchSocket.SerialPorts" Version="2.1.10" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>9.0.1.3</Version>
|
<Version>9.0.1.4</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Photino.NET" Version="3.1.18" />
|
<PackageReference Include="Photino.NET" Version="3.2.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>7.0.1.5</Version>
|
<Version>7.0.1.6</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user