Browse Source
Update Volo.Abp.OpenIddict.TestBase.csproj
pull/13482/head
Roc
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
7 deletions
-
modules/openiddict/test/Volo.Abp.OpenIddict.TestBase/Volo.Abp.OpenIddict.TestBase.csproj
|
|
|
@ -8,13 +8,12 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" /> |
|
|
|
<PackageReference Include="NSubstitute" Version="4.2.2" /> |
|
|
|
<PackageReference Include="Shouldly" Version="4.0.3" /> |
|
|
|
<PackageReference Include="System.Linq.Async" Version="6.0.1" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" /> |
|
|
|
<PackageReference Include="NSubstitute" Version="$(NSubstitutePackageVersion)" /> |
|
|
|
<PackageReference Include="Shouldly" Version="$(ShouldlyPackageVersion)" /> |
|
|
|
<PackageReference Include="xunit" Version="$(xUnitPackageVersion)" /> |
|
|
|
<PackageReference Include="xunit.extensibility.execution" Version="$(xUnitExtensibilityExecutionPackageVersion)" /> |
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="$(xUnitRunnerVisualstudioPackageVersion)" /> |
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Authorization\Volo.Abp.Authorization.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.TestBase\Volo.Abp.TestBase.csproj" /> |
|
|
|
|