1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <AzureFunctionsVersion>v4</AzureFunctionsVersion>
- <OutputType>Exe</OutputType>
- <_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
- <SignAssembly>true</SignAssembly>
- <Version>5.2311.22</Version>
- <AssemblyVersion>5.2311.22.1</AssemblyVersion>
- <FileVersion>5.2311.22.1</FileVersion>
- <PackageId>TEAMModelOS.FunctionSchedule</PackageId>
- <Authors>teammodel</Authors>
- <Company>醍摩豆(成都)信息技术有限公司</Company>
- <Product>IES5</Product>
- <Description>事件触发中心 </Description>
- <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
- <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="Azure.Messaging.ServiceBus" Version="7.11.0" />-->
- <PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.15.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.1.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="5.0.1" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.7.0" />
- <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.1" />
- <PackageReference Include="SPS.SBCompressor" Version="0.6.5" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.1.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>Always</CopyToOutputDirectory>
- </None>
- <None Update="local.settings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <CopyToPublishDirectory>Never</CopyToPublishDirectory>
- </None>
- </ItemGroup>
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties local_1settings_1json__JsonSchema="" />
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|