TEAMModelOS.FunctionV4.csproj 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <AzureFunctionsVersion>v4</AzureFunctionsVersion>
  5. <OutputType>Exe</OutputType>
  6. <_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
  7. <SignAssembly>true</SignAssembly>
  8. <Version>5.2206.22</Version>
  9. <AssemblyVersion>5.2206.22.1</AssemblyVersion>
  10. <FileVersion>5.2206.22.1</FileVersion>
  11. <PackageId>TEAMModelOS.FunctionV4</PackageId>
  12. <Authors>teammodel</Authors>
  13. <Company>醍摩豆(成都)信息技术有限公司</Company>
  14. <Product>IES5</Product>
  15. <Description>事件触发中心</Description>
  16. <PackageProjectUrl>https://www.teammodel.cn/</PackageProjectUrl>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  19. <DefineConstants>DEBUG;TRACE</DefineConstants>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <!--<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version="3.0.10" />-->
  23. <!--<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />-->
  24. <!--<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />-->
  25. <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" OutputItemType="Analyzer" />
  26. <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
  27. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
  28. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="5.0.0" />
  29. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.0.0-beta.6" />
  30. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="4.0.0-preview2" />
  31. <!--<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="3.0.9" />-->
  32. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="5.0.0" />
  33. <PackageReference Include="SPS.SBCompressor" Version="0.6.0" />
  34. <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <None Update="host.json">
  41. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  42. </None>
  43. <None Update="libwkhtmltox.dll">
  44. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  45. </None>
  46. <None Update="local.settings.json">
  47. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  48. <CopyToPublishDirectory>Never</CopyToPublishDirectory>
  49. </None>
  50. </ItemGroup>
  51. </Project>