|
|
|
@ -1,35 +1,10 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<AbpVersion>8.3.2</AbpVersion> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
<!-- Microsoft.NET.Test.Sdk https://www.nuget.org/packages/Microsoft.NET.Test.Sdk --> |
|
|
|
<MicrosoftNETTestSdkPackageVersion>17.8.0</MicrosoftNETTestSdkPackageVersion> |
|
|
|
|
|
|
|
<!-- NSubstitute https://www.nuget.org/packages/NSubstitute --> |
|
|
|
<NSubstitutePackageVersion>5.1.0</NSubstitutePackageVersion> |
|
|
|
|
|
|
|
<!-- Shouldly https://www.nuget.org/packages/Shouldly --> |
|
|
|
<ShouldlyPackageVersion>4.2.1</ShouldlyPackageVersion> |
|
|
|
|
|
|
|
<!-- xunit https://www.nuget.org/packages/xUnit --> |
|
|
|
<xUnitPackageVersion>2.6.1</xUnitPackageVersion> |
|
|
|
|
|
|
|
<!-- xunit.extensibility.execution https://www.nuget.org/packages/xunit.extensibility.execution --> |
|
|
|
<xUnitExtensibilityExecutionPackageVersion>2.6.1</xUnitExtensibilityExecutionPackageVersion> |
|
|
|
|
|
|
|
<!-- xunit.runner.visualstudio https://www.nuget.org/packages/xunit.runner.visualstudio --> |
|
|
|
<xUnitRunnerVisualstudioPackageVersion>2.5.3</xUnitRunnerVisualstudioPackageVersion> |
|
|
|
|
|
|
|
<!-- Mongo2Go https://www.nuget.org/packages/Mongo2Go --> |
|
|
|
<Mongo2GoPackageVersion>3.1.3</Mongo2GoPackageVersion> |
|
|
|
|
|
|
|
<AbpVersion>9.0.2</AbpVersion> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> |
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
|