Skip to content

Commit 0627680

Browse files
committed
Merge branch 'main' into topic/explicit-test-step
2 parents a4b4d4c + e075fe8 commit 0627680

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
34
<PropertyGroup>
45
<AssemblyName>System.IO.Abstractions.TestingHelpers</AssemblyName>
56
<RootNamespace>System.IO.Abstractions.TestingHelpers</RootNamespace>
67
<Description>A set of pre-built mocks to help when testing file system interactions.</Description>
78
</PropertyGroup>
89

10+
911
<ItemGroup>
1012
<ProjectReference Include="..\TestableIO.System.IO.Abstractions.TestingHelpers\TestableIO.System.IO.Abstractions.TestingHelpers.csproj"/>
1113
</ItemGroup>

src/System.IO.Abstractions/System.IO.Abstractions.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,16 @@
1111
<ProjectReference Include="..\TestableIO.System.IO.Abstractions.Wrappers\TestableIO.System.IO.Abstractions.Wrappers.csproj"/>
1212
</ItemGroup>
1313

14+
15+
<PropertyGroup>
16+
<AssemblyName>System.IO.Abstractions</AssemblyName>
17+
<RootNamespace>System.IO.Abstractions</RootNamespace>
18+
<Description>A set of abstractions to help make file system interactions testable.</Description>
19+
</PropertyGroup>
20+
21+
<ItemGroup>
22+
<ProjectReference Include="..\TestableIO.System.IO.Abstractions\TestableIO.System.IO.Abstractions.csproj" />
23+
<ProjectReference Include="..\TestableIO.System.IO.Abstractions.Wrappers\TestableIO.System.IO.Abstractions.Wrappers.csproj" />
24+
</ItemGroup>
25+
1426
</Project>

src/TestableIO.System.IO.Abstractions/TestableIO.System.IO.Abstractions.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
<PackageReference Include="Testably.Abstractions.FileSystem.Interface"/>
1717
</ItemGroup>
1818

19-
</Project>
19+
</Project>
20+
</Project>

0 commit comments

Comments
 (0)