zs
2025-05-20 f27f28d4427d030fbac04e1d06acf1b2b8131f05
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
<Project>
  <PropertyGroup>
      <!-- All Microsoft packages -->
      <MicrosoftPackageVersion>6.0.0</MicrosoftPackageVersion>
 
      <!-- All Abp packages -->
      <ABPPackageVersion>6.0.0</ABPPackageVersion>
 
      <!-- All LMES packages -->
      <LMESPackageVersion>2.3.*</LMESPackageVersion>
 
      <!-- Microsoft.NET.Test.Sdk https://www.nuget.org/packages/Microsoft.NET.Test.Sdk -->
      <MicrosoftNETTestSdkPackageVersion>16.11.0</MicrosoftNETTestSdkPackageVersion>
 
      <!-- NSubstitute  https://www.nuget.org/packages/NSubstitute -->
      <NSubstitutePackageVersion>4.2.2</NSubstitutePackageVersion>
 
      <!-- Shouldly https://www.nuget.org/packages/Shouldly -->
      <ShouldlyPackageVersion>4.0.3</ShouldlyPackageVersion>
 
      <!-- xunit https://www.nuget.org/packages/xUnit -->
      <xUnitPackageVersion>2.4.1</xUnitPackageVersion>
 
      <!-- xunit.extensibility.execution https://www.nuget.org/packages/xunit.extensibility.execution -->
      <xUnitExtensibilityExecutionPackageVersion>2.4.1</xUnitExtensibilityExecutionPackageVersion>
 
      <!-- xunit.runner.visualstudio https://www.nuget.org/packages/xunit.runner.visualstudio -->
      <xUnitRunnerVisualstudioPackageVersion>2.4.3</xUnitRunnerVisualstudioPackageVersion>
  </PropertyGroup>
</Project>