mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-21 11:08:13 +08:00
release: 6.0.0.13
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<LangVersion>12.0</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.0.0.13-beta02</Version>
|
||||
<Version>6.0.0.13</Version>
|
||||
<Authors>Diego</Authors>
|
||||
<Company>Diego</Company>
|
||||
<Product>Diego</Product>
|
||||
|
@@ -7,9 +7,9 @@
|
||||
<PackageReference Include="MiniExcel" Version="1.31.3" />
|
||||
<PackageReference Include="Rougamo.Fody" Version="2.3.1" />
|
||||
<PackageReference Include="UAParser" Version="3.1.47" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.153" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.154" />
|
||||
<PackageReference Include="Mapster" Version="7.4.0" />
|
||||
<PackageReference Include="BootstrapBlazor" Version="8.5.0" />
|
||||
<PackageReference Include="BootstrapBlazor" Version="8.5.1" />
|
||||
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -38,7 +38,7 @@
|
||||
|
||||
</EditTemplate>
|
||||
</EditorItem>
|
||||
<EditorItem @bind-Field="@context.DriveInfo" Visible=false>
|
||||
<EditorItem @bind-Field="@context.DriveInfo" Ignore=true>
|
||||
</EditorItem>
|
||||
</FieldItems>
|
||||
</EditorFormObject>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<ProjectReference Include="$(SolutionDir)\ThingsGateway.Admin.Application\ThingsGateway.Admin.Application.csproj" />
|
||||
<ProjectReference Include="$(SolutionDir)\ThingsGateway.Razor\ThingsGateway.Razor.csproj" />
|
||||
<PackageReference Include="BootstrapBlazor.Chart" Version="8.1.0" />
|
||||
<PackageReference Include="BootstrapBlazor.TableExport" Version="8.0.7" />
|
||||
<PackageReference Include="BootstrapBlazor.TableExport" Version="8.1.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.4" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.4" />
|
||||
<PackageReference Include="TouchSocket" Version="2.0.3" />
|
||||
<PackageReference Include="TouchSocket" Version="2.0.5" />
|
||||
<ProjectReference Include="$(SolutionDir)\ThingsGateway.NewLife.X\ThingsGateway.NewLife.X.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<PackageReference Include="SqlSugar.TDengineCore" Version="4.1.7" />
|
||||
<PackageReference Include="Rougamo.Fody" Version="2.3.1" />
|
||||
<PackageReference Include="CS-Script" Version="4.8.14" />
|
||||
<PackageReference Include="TouchSocket.Dmtp" Version="2.0.3" />
|
||||
<PackageReference Include="TouchSocket.Dmtp" Version="2.0.5" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="BootstrapBlazor" Version="8.5.0" />
|
||||
<PackageReference Include="BootstrapBlazor" Version="8.5.1" />
|
||||
<PackageReference Include="BootstrapBlazor.FontAwesome" Version="8.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Reference in New Issue
Block a user