|
|
@@ -1,35 +1,35 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<IsPackable>false</IsPackable> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<IsPackable>false</IsPackable> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<NoWarn>1701;1702;CS0067</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<NoWarn>1701;1702;CS0067</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="coverlet.collector" Version="3.0.3"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Moq" Version="4.16.1" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="coverlet.collector" Version="3.0.3"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Moq" Version="4.16.1" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP.InMemoryStorage\DotNetCore.CAP.InMemoryStorage.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP\DotNetCore.CAP.csproj" /> |
|
|
|
<ProjectReference Include="..\DotNetCore.CAP.MultiModuleSubscriberTests\DotNetCore.CAP.MultiModuleSubscriberTests.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP.InMemoryStorage\DotNetCore.CAP.InMemoryStorage.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP\DotNetCore.CAP.csproj" /> |
|
|
|
<ProjectReference Include="..\DotNetCore.CAP.MultiModuleSubscriberTests\DotNetCore.CAP.MultiModuleSubscriberTests.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |