整理代码

This commit is contained in:
Diego2098
2024-02-24 23:32:51 +08:00
parent a1b8a47d4b
commit dcc00e08fd
8 changed files with 9 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>5.0.1.5</Version>
<Version>5.0.1.8</Version>
<Authors>Diego</Authors>
<Company>Diego</Company>
<Product>Diego</Product>

View File

@@ -11,7 +11,7 @@
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="SqlSugarCore.Dm" Version="1.3.0" />
<PackageReference Include="SqlSugarCore.Kdbndp" Version="7.4.0" />
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.142" />
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.143" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />

View File

@@ -5,15 +5,16 @@
<OutputPath>$(SolutionDir)bin\$(Configuration)\$(MSBuildProjectName)\</OutputPath>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<!--<ItemGroup>
<PackageReference Include="ThingsGateway.Foundation.Modbus" Version="5.0.1.17" />
<PackageReference Include="ThingsGateway.Foundation.Dlt645" Version="5.0.1.17" />
</ItemGroup>-->
<ItemGroup>
<PackageReference Include="ThingsGateway.Foundation.Modbus" Version="5.0.1.8" />
<PackageReference Include="ThingsGateway.Foundation.Dlt645" Version="5.0.1.8" />
<PackageReference Include="ThingsGateway.Foundation.SiemensS7" Version="5.0.1.8" />
</ItemGroup>
<!--<ItemGroup>
<ProjectReference Include="..\..\ThingsGateway.Foundation.Dlt645\src\ThingsGateway.Foundation.Dlt645.csproj" />
<ProjectReference Include="..\..\ThingsGateway.Foundation.Modbus\src\ThingsGateway.Foundation.Modbus.csproj" />
<ProjectReference Include="..\..\ThingsGateway.Foundation.SiemensS7\src\ThingsGateway.Foundation.SiemensS7.csproj" />
<ProjectReference Include="..\..\ThingsGateway.Foundation.SourceGenerator\src\ThingsGateway.Foundation.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</ItemGroup>-->
</Project>

View File

@@ -7,8 +7,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\foundation\ThingsGateway.Foundation\src\ThingsGateway.Foundation.csproj">
<Private>True</Private>
<CopyLocalSatelliteAssemblies>True</CopyLocalSatelliteAssemblies>
</ProjectReference>
</ItemGroup>
</Project>

View File

@@ -7,8 +7,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\foundation\ThingsGateway.Foundation\src\ThingsGateway.Foundation.csproj">
<Private>True</Private>
<CopyLocalSatelliteAssemblies>True</CopyLocalSatelliteAssemblies>
</ProjectReference>
</ItemGroup>

View File

@@ -7,8 +7,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\foundation\ThingsGateway.Foundation\src\ThingsGateway.Foundation.csproj">
<Private>True</Private>
<CopyLocalSatelliteAssemblies>True</CopyLocalSatelliteAssemblies>
</ProjectReference>
</ItemGroup>
</Project>

View File

@@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
</ItemGroup>
</Project>

BIN
src/nuget.exe Normal file

Binary file not shown.