Skip to content

Commit

Permalink
Update MSSQL.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv authored Dec 29, 2023
1 parent 39fe809 commit c8017c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/SmokeTests/BackendSmokeTests/MSSQL/MSSQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<TargetFramework>net6.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\src\WebJobs.Extensions.DurableTask\WebJobs.Extensions.DurableTask.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
<PackageReference Include="Microsoft.DurableTask.SqlServer.AzureFunctions" Version="1.2.2" />
<PackageReference Include="Microsoft.DurableTask.SqlServer.AzureFunctions" Version="1.*" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down

0 comments on commit c8017c3

Please sign in to comment.