TEAMModelOS.FunctionSchedule.csproj 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.2311.22</Version>
  9. <AssemblyVersion>5.2311.22.1</AssemblyVersion>
  10. <FileVersion>5.2311.22.1</FileVersion>
  11. <PackageId>TEAMModelOS.FunctionSchedule</PackageId>
  12. <Authors>teammodel</Authors>
  13. <Company>醍摩豆(成都)信息技术有限公司</Company>
  14. <Product>IES5</Product>
  15. <Description>事件触发中心 </Description>
  16. <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
  17. <PackageProjectUrl>https://www.teammodel.cn/</PackageProjectUrl>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. </PropertyGroup>
  22. <ItemGroup>
  23. <!--<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version="3.0.10" />-->
  24. <!--<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />-->
  25. <!--<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />-->
  26. <!--<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.11.0" />-->
  27. <PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.15.0" />
  28. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.1.0" />
  29. <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" />
  30. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
  31. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="5.0.1" />
  32. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.7.0" />
  33. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="4.0.0-preview2" />
  34. <!--<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="3.0.9" />-->
  35. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="5.0.1" />
  36. <PackageReference Include="SPS.SBCompressor" Version="0.6.5" />
  37. <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.1.0" />
  38. <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <None Update="host.json">
  45. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  46. </None>
  47. <None Update="local.settings.json">
  48. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  49. <CopyToPublishDirectory>Never</CopyToPublishDirectory>
  50. </None>
  51. </ItemGroup>
  52. <ProjectExtensions>
  53. <VisualStudio>
  54. <UserProperties local_1settings_1json__JsonSchema="" />
  55. </VisualStudio>
  56. </ProjectExtensions>
  57. </Project>