File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
3+
4+ <!-- Functions sample packages -->
5+ <ItemGroup >
6+ <PackageVersion Update =" coverlet.collector" Version =" 6.0.0" />
7+ <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Http" Version =" 3.0.13" />
8+ <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 1.16.2" />
9+ </ItemGroup >
10+
11+ <!-- Durable sample packages -->
12+ <ItemGroup >
13+ <PackageVersion Include =" Microsoft.DurableTask.Client.Grpc" Version =" 1.5.0" />
14+ <PackageVersion Include =" Microsoft.DurableTask.Generators" Version =" 1.0.0-preview.1" />
15+ <PackageVersion Include =" Microsoft.DurableTask.Worker.Grpc" Version =" 1.5.0" />
16+ </ItemGroup >
17+
18+ </Project >
You can’t perform that action at this time.
0 commit comments