|
|
@@ -1,22 +1,22 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
|
|
- <ImplicitUsings>enable</ImplicitUsings>
|
|
|
- <Nullable>enable</Nullable>
|
|
|
- <Version>23.328.39458</Version>
|
|
|
- <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
|
|
|
- <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
|
|
|
- <Authors>Shun</Authors>
|
|
|
- <Company>YSAI</Company>
|
|
|
- <Product>SCADA</Product>
|
|
|
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
- <DescriptionType>扩展工具</DescriptionType>
|
|
|
- <DescriptionName>Rest</DescriptionName>
|
|
|
- <DescriptionDetails>Client [ Publish、Subscribe ]、Service</DescriptionDetails>
|
|
|
- <Description>$(DescriptionType):$(DescriptionName) ( $(DescriptionDetails) )</Description>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="RabbitMQ.Client" Version="6.7.0" />
|
|
|
- <PackageReference Include="YSAI.Model" Version="23.333.10598" />
|
|
|
- </ItemGroup>
|
|
|
-</Project>
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
|
|
+ <ImplicitUsings>enable</ImplicitUsings>
|
|
|
+ <Nullable>enable</Nullable>
|
|
|
+ <Version>23.333.11249</Version>
|
|
|
+ <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
|
|
|
+ <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
|
|
|
+ <Authors>Shun</Authors>
|
|
|
+ <Company>YSAI</Company>
|
|
|
+ <Product>SCADA</Product>
|
|
|
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
+ <DescriptionType>扩展工具</DescriptionType>
|
|
|
+ <DescriptionName>Rest</DescriptionName>
|
|
|
+ <DescriptionDetails>Client [ Publish、Subscribe ]、Service</DescriptionDetails>
|
|
|
+ <Description>$(DescriptionType):$(DescriptionName) ( $(DescriptionDetails) )</Description>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="RabbitMQ.Client" Version="6.7.0" />
|
|
|
+ <PackageReference Include="YSAI.Model" Version="23.333.10598" />
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|