123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <AzureFunctionsVersion>v4</AzureFunctionsVersion>
- <OutputType>Exe</OutputType>
- <_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
- <SignAssembly>true</SignAssembly>
- <AssemblyVersion>5.2205.25.1</AssemblyVersion>
- <FileVersion>5.2205.25.1</FileVersion>
- <Version>5.2205.25</Version>
- <PackageId>TEAMModelOS.FunctionV4</PackageId>
- <Authors>teammodel</Authors>
- <Company>醍摩豆(成都)信息技术有限公司</Company>
- <Product>IES5</Product>
- <Description>事件触发中心</Description>
- <PackageProjectUrl>https://www.teammodel.cn/</PackageProjectUrl>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <!--<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version="3.0.10" />-->
- <!--<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />-->
- <!--<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />-->
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" OutputItemType="Analyzer" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="5.0.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.0.0-beta.6" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="4.0.0-preview2" />
- <!--<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="3.0.9" />-->
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="5.0.0" />
- <PackageReference Include="SPS.SBCompressor" Version="0.6.0" />
- <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
- </ItemGroup>
- <ItemGroup>
- <None Update="host.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Update="local.settings.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <CopyToPublishDirectory>Never</CopyToPublishDirectory>
- </None>
- </ItemGroup>
- </Project>
|