-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathEventFlow.Tests.csproj
More file actions
26 lines (21 loc) · 963 Bytes
/
EventFlow.Tests.csproj
File metadata and controls
26 lines (21 loc) · 963 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EventFlow" Version="0.77.4077" />
<PackageReference Include="EventFlow.Autofac" Version="0.77.4023" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EventFlow.Example\EventFlow.Example.csproj" />
</ItemGroup>
</Project>