|
@@ -4,6 +4,7 @@
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<Nullable>enable</Nullable>
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591;1712;8619;8625;0168;8061;8604</NoWarn>
|
|
@@ -12,16 +13,26 @@
|
|
|
<NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591;1712;8619;8625;0168;8061;8604</NoWarn>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
|
|
|
- <PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
|
|
|
- <PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
|
|
|
+ <Compile Remove="Attributes\**" />
|
|
|
+ <EmbeddedResource Remove="Attributes\**" />
|
|
|
+ <None Remove="Attributes\**" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <ProjectReference Include="..\PLC.Siemens\PlcSiemens.csproj" />
|
|
|
- <ProjectReference Include="..\WCS.Core\WCS.Core.csproj" />
|
|
|
- <ProjectReference Include="..\WCS.Entity\WCS.Entity.csproj" />
|
|
|
+ <PackageReference Include="MessagePack" Version="2.5.172" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
|
|
|
+ <PackageReference Include="PlcSiemens" Version="1.0.2.1">
|
|
|
+ <PrivateAssets>all</PrivateAssets>
|
|
|
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.3" />
|
|
|
+ <PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.7.3" />
|
|
|
+ <PackageReference Include="System.Text.Json" Version="8.0.4" />
|
|
|
+ <PackageReference Include="WCS.Core" Version="1.1.4.2" />
|
|
|
+ <PackageReference Include="WCS.Entity" Version="1.0.5" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Folder Include="Attributes\" />
|
|
|
+ <ProjectReference Include="..\PLC.Siemens\PlcSiemens.csproj" />
|
|
|
</ItemGroup>
|
|
|
</Project>
|