更新依赖包

This commit is contained in:
Diego
2024-10-28 08:32:18 +08:00
parent f6d4400db9
commit a1fea38c2c
7 changed files with 10 additions and 10 deletions

View File

@@ -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'">

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>9.0.1.3</Version> <Version>9.0.1.4</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -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>

View File

@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>7.0.1.5</Version> <Version>7.0.1.6</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>