|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <DefineConstants>HTTPCLIENT</DefineConstants> |
| 4 | + <TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks> |
| 5 | + <AssemblyName>Volcengine.TLS</AssemblyName> |
| 6 | + <IsPackable>true</IsPackable> |
| 7 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 8 | + <PackageId>Volcengine.TLS.SDK.NetCore</PackageId> |
| 9 | + <Version>1.0.1</Version> |
| 10 | + <Authors>volcengine</Authors> |
| 11 | + <Company>volcengine</Company> |
| 12 | + <Description>Volcengine TLS SDK for .NET(supports net5.0, net6.0, net7.0, net8.0)</Description> |
| 13 | + <Copyright>Copyright (2023) Volcengine Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</Copyright> |
| 14 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 15 | + <PackageTags>volcengine,tls,c#,.net</PackageTags> |
| 16 | + <PackageProjectUrl>https://github.com/volcengine/ve-tls-dotnet-sdk</PackageProjectUrl> |
| 17 | + <PackageOutputPath>./nupkg</PackageOutputPath> |
| 18 | + <LangVersion>latest</LangVersion> |
| 19 | + <RootNamespace>TLSNetCore</RootNamespace> |
| 20 | + </PropertyGroup> |
| 21 | + |
| 22 | + <ItemGroup> |
| 23 | + <Compile Include="..\VolcengineTls\Error\TlsError.cs"> |
| 24 | + <Link>Error/TlsError.cs</Link> |
| 25 | + </Compile> |
| 26 | + <Compile Include="..\VolcengineTls\Pb\Log.cs"> |
| 27 | + <Link>Pb/Log.cs</Link> |
| 28 | + </Compile> |
| 29 | + <Compile Include="..\VolcengineTls\Producer\ProducerAttempt.cs"> |
| 30 | + <Link>Producer/ProducerAttempt.cs</Link> |
| 31 | + </Compile> |
| 32 | + <Compile Include="..\VolcengineTls\Producer\ProducerBatch.cs"> |
| 33 | + <Link>Producer/ProducerBatch.cs</Link> |
| 34 | + </Compile> |
| 35 | + <Compile Include="..\VolcengineTls\Producer\ProducerConfig.cs"> |
| 36 | + <Link>Producer/ProducerConfig.cs</Link> |
| 37 | + </Compile> |
| 38 | + <Compile Include="..\VolcengineTls\Producer\ProducerDispatcher.cs"> |
| 39 | + <Link>Producer/ProducerDispatcher.cs</Link> |
| 40 | + </Compile> |
| 41 | + <Compile Include="..\VolcengineTls\Producer\ProducerImp.cs"> |
| 42 | + <Link>Producer/ProducerImp.cs</Link> |
| 43 | + </Compile> |
| 44 | + <Compile Include="..\VolcengineTls\Producer\ProducerInterface.cs"> |
| 45 | + <Link>Producer/ProducerInterface.cs</Link> |
| 46 | + </Compile> |
| 47 | + <Compile Include="..\VolcengineTls\Producer\ProducerResult.cs"> |
| 48 | + <Link>Producer/ProducerResult.cs</Link> |
| 49 | + </Compile> |
| 50 | + <Compile Include="..\VolcengineTls\Producer\ProducerRetryQueue.cs"> |
| 51 | + <Link>Producer/ProducerRetryQueue.cs</Link> |
| 52 | + </Compile> |
| 53 | + <Compile Include="..\VolcengineTls\Producer\ProducerSender.cs"> |
| 54 | + <Link>Producer/ProducerSender.cs</Link> |
| 55 | + </Compile> |
| 56 | + <Compile Include="..\VolcengineTls\Producer\ProducerThreadPool.cs"> |
| 57 | + <Link>Producer/ProducerThreadPool.cs</Link> |
| 58 | + </Compile> |
| 59 | + <Compile Include="..\VolcengineTls\Request\PutLogsRequest.cs"> |
| 60 | + <Link>Request/PutLogsRequest.cs</Link> |
| 61 | + </Compile> |
| 62 | + <Compile Include="..\VolcengineTls\Request\PutLogsV2Request.cs"> |
| 63 | + <Link>Request/PutLogsV2Request.cs</Link> |
| 64 | + </Compile> |
| 65 | + <Compile Include="..\VolcengineTls\Response\PutLogsResponse.cs"> |
| 66 | + <Link>Response/PutLogsResponse.cs</Link> |
| 67 | + </Compile> |
| 68 | + <Compile Include="..\VolcengineTls\Response\CommonResponse.cs"> |
| 69 | + <Link>Response/CommonResponse.cs</Link> |
| 70 | + </Compile> |
| 71 | + <Compile Include="..\VolcengineTls\Client.cs"> |
| 72 | + <Link>Client.cs</Link> |
| 73 | + </Compile> |
| 74 | + <Compile Include="..\VolcengineTls\Consts.cs"> |
| 75 | + <Link>Consts.cs</Link> |
| 76 | + </Compile> |
| 77 | + <Compile Include="..\VolcengineTls\IClient.cs"> |
| 78 | + <Link>IClient.cs</Link> |
| 79 | + </Compile> |
| 80 | + <Compile Include="..\VolcengineTls\Logger.cs"> |
| 81 | + <Link>Logger.cs</Link> |
| 82 | + </Compile> |
| 83 | + <Compile Include="..\VolcengineTls\Model.cs"> |
| 84 | + <Link>Model.cs</Link> |
| 85 | + </Compile> |
| 86 | + <Compile Include="..\VolcengineTls\Retry.cs"> |
| 87 | + <Link>Retry.cs</Link> |
| 88 | + </Compile> |
| 89 | + <Compile Include="..\VolcengineTls\Sign.cs"> |
| 90 | + <Link>Sign.cs</Link> |
| 91 | + </Compile> |
| 92 | + <Compile Include="..\VolcengineTls\Utils.cs"> |
| 93 | + <Link>Utils.cs</Link> |
| 94 | + </Compile> |
| 95 | + <Compile Include="..\VolcengineTls\VolcengineConfig.cs"> |
| 96 | + <Link>VolcengineConfig.cs</Link> |
| 97 | + </Compile> |
| 98 | + </ItemGroup> |
| 99 | + |
| 100 | + <ItemGroup> |
| 101 | + <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> |
| 102 | + <PrivateAssets>build</PrivateAssets> |
| 103 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 104 | + </PackageReference> |
| 105 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3"/> |
| 106 | + </ItemGroup> |
| 107 | + |
| 108 | + <ItemGroup> |
| 109 | + <PackageReference Include="Google.Protobuf" Version="3.28.3" /> |
| 110 | + <PackageReference Include="Google.Protobuf.Tools" Version="3.28.3" PrivateAssets="All" /> |
| 111 | + <PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" /> |
| 112 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.6" /> |
| 113 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.6" /> |
| 114 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.6" /> |
| 115 | + </ItemGroup> |
| 116 | +</Project> |
0 commit comments