-
Notifications
You must be signed in to change notification settings - Fork 325
Expand file tree
/
Copy pathDurableTask.AzureServiceFabric.Integration.Tests.csproj
More file actions
36 lines (30 loc) · 1.48 KB
/
DurableTask.AzureServiceFabric.Integration.Tests.csproj
File metadata and controls
36 lines (30 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),DurableTask.sln))\tools\DurableTask.props" />
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<!-- Override the centrally managed version -->
<PackageReference Include="Microsoft.NET.Test.Sdk" VersionOverride="15.0.0" />
<PackageReference Include="MSTest.TestAdapter" VersionOverride="1.4.0" />
<PackageReference Include="MSTest.TestFramework" VersionOverride="1.4.0" />
<PackageReference Include="System.Collections.Immutable" />
<PackageReference Include="System.Net.Http" />
<PackageReference Include="Microsoft.AspNet.WebApi.Core" />
<PackageReference Include="Moq" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\DurableTask.Core\DurableTask.Core.csproj" />
<ProjectReference Include="..\..\src\DurableTask.AzureServiceFabric\DurableTask.AzureServiceFabric.csproj" />
<ProjectReference Include="..\DurableTask.Test.Orchestrations\DurableTask.Test.Orchestrations.csproj" />
<ProjectReference Include="..\TestFabricApplication\TestApplication.Common\TestApplication.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>