File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3434 } ) ;
3535
3636 // Enable scheduled tasks support
37- builder . EnableScheduledTasksSupport ( ) ;
3837 builder . UseDurableTaskScheduler ( connectionString ) ;
38+ builder . EnableScheduledTasksSupport ( ) ;
3939 } ) ;
4040
4141 // Configure the client
Original file line number Diff line number Diff line change 1010 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 6.0.0" />
1111 <PackageReference Include =" Azure.Identity" Version =" 1.13.1" />
1212 <PackageReference Include =" Grpc.Net.Client" Version =" 2.67.0" />
13- <PackageReference Include =" Microsoft.DurableTask.Client.AzureManaged" Version =" 1.5.0-preview.1" />
14- <PackageReference Include =" Microsoft.DurableTask.Worker.AzureManaged" Version =" 1.5.0-preview.1" />
13+ <!-- <PackageReference Include="Microsoft.DurableTask.Client.AzureManaged" Version="1.5.0-preview.1" />
14+ <PackageReference Include="Microsoft.DurableTask.Worker.AzureManaged" Version="1.5.0-preview.1" /> -->
15+
1516 <PackageReference Include =" Microsoft.DurableTask.Generators" Version =" 1.0.0-preview.1" OutputItemType =" Analyzer" />
1617 </ItemGroup >
1718
1819 <ItemGroup >
20+ <ProjectReference Include =" ..\..\src\Client\AzureManaged\Client.AzureManaged.csproj" />
21+ <ProjectReference Include =" ..\..\src\Worker\AzureManaged\Worker.AzureManaged.csproj" />
1922 <ProjectReference Include =" ..\..\src\ScheduledTasks\ScheduledTasks.csproj" />
2023 </ItemGroup >
2124</Project >
You can’t perform that action at this time.
0 commit comments