!53 7.0.1.6
* Merge branch 'release' of gitee.com:ThingsGateway/ThingsGateway into master * 更新依赖包 * 更新依赖包,雪花ID方法 * 更新依赖包,雪花ID方法
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||
<PackageReference Include="ThingsGateway.Razor" Version="$(AdminVersion)" />
|
||||
<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 Condition="'$(TargetFramework)' == 'net6.0'">
|
||||
|
@@ -1,9 +1,9 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<AdminVersion>7.0.1.5</AdminVersion>
|
||||
<PluginVersion>9.0.1.3</PluginVersion>
|
||||
<ProPluginVersion>9.0.1.2</ProPluginVersion>
|
||||
<AdminVersion>7.0.1.6</AdminVersion>
|
||||
<PluginVersion>9.0.1.4</PluginVersion>
|
||||
<ProPluginVersion>9.0.1.4</ProPluginVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="BootstrapBlazor" Version="8.10.4" />
|
||||
<PackageReference Include="BootstrapBlazor" Version="8.11.0" />
|
||||
<PackageReference Include="ThingsGateway.Razor" Version="$(AdminVersion)" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -11,8 +11,8 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.10" />
|
||||
<PackageReference Include="ThingsGateway.NewLife.X" Version="$(AdminVersion)" />
|
||||
<PackageReference Include="TouchSocket" Version="2.1.9" />
|
||||
<PackageReference Include="TouchSocket.SerialPorts" Version="2.1.9" />
|
||||
<PackageReference Include="TouchSocket" Version="2.1.10" />
|
||||
<PackageReference Include="TouchSocket.SerialPorts" Version="2.1.10" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>9.0.1.3</Version>
|
||||
<Version>9.0.1.4</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@@ -64,7 +64,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Photino.NET" Version="3.1.18" />
|
||||
<PackageReference Include="Photino.NET" Version="3.2.3" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>7.0.1.5</Version>
|
||||
<Version>7.0.1.6</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user