Skip to content

Commit 3d691ef

Browse files
committed
fixing build
1 parent 1713609 commit 3d691ef

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

custom-backends/dotnetIsolated-mssql/Dfm.DotNetIsolatedMsSql.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@
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">

0 commit comments

Comments
 (0)