File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
custom-backends/dotnetIsolated-mssql Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 10
10
<ImplicitUsings >enable</ImplicitUsings >
11
11
<Nullable >enable</Nullable >
12
12
</PropertyGroup >
13
+
13
14
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version =" 1.2.1" />
15
- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.0" />
15
+ <ProjectReference Include =" ..\..\durablefunctionsmonitor.dotnetisolated.mssql\durablefunctionsmonitor.dotnetisolated.mssql.csproj" />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <ProjectReference Include =" ..\..\durablefunctionsmonitor.dotnetisolated.mssql\durablefunctionsmonitor.dotnetisolated.mssql.csproj" />
19
+ <PackageReference Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 1.17.2" />
20
+ <PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version =" 1.2.1" />
21
+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.0" />
20
22
</ItemGroup >
21
23
22
- <!-- Copying statics -->
23
- <ItemGroup >
24
- <Content Include =" $(MSBuildThisFileDirectory)\..\..\durablefunctionsmonitor.dotnetisolated\DfmStatics\**" LinkBase =" DfmStatics\" >
25
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26
- </Content >
27
- </ItemGroup >
24
+ <!-- Copying statics -->
25
+ <ItemGroup >
26
+ <Content Include =" $(MSBuildThisFileDirectory)\..\..\durablefunctionsmonitor.dotnetisolated\DfmStatics\**" LinkBase =" DfmStatics\" >
27
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
28
+ </Content >
29
+ </ItemGroup >
28
30
29
31
<ItemGroup >
30
32
<None Update =" host.json" >
You can’t perform that action at this time.
0 commit comments