Skip to content

Commit 67acd4b

Browse files
authored
Add xunit abstractions 2.0.3 (#755)
1 parent e798ac5 commit 67acd4b

File tree

6 files changed

+976
-0
lines changed

6 files changed

+976
-0
lines changed

eng/Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Commands.6.2.4.csproj" />
5858

5959
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Text.Json.7.0.3.csproj" />
60+
61+
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\xunit.abstractions.2.0.3.csproj" />
6062
</ItemGroup>
6163

6264
<ItemGroup Condition="'$(BuildDependencyPackageProjects)' == 'true'">

0 commit comments

Comments
 (0)