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 1010 <ImplicitUsings >enable</ImplicitUsings >
1111 <Nullable >enable</Nullable >
1212 </PropertyGroup >
13+
1314 <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" />
1616 </ItemGroup >
1717
1818 <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" />
2022 </ItemGroup >
2123
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 >
2830
2931 <ItemGroup >
3032 <None Update =" host.json" >
You can’t perform that action at this time.
0 commit comments