Skip to content

Commit 45709ed

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
33
<PropertyGroup>
44
<AssemblyName>System.IO.Abstractions.TestingHelpers</AssemblyName>
55
<RootNamespace>System.IO.Abstractions.TestingHelpers</RootNamespace>
66
<Description>A set of pre-built mocks to help when testing file system interactions.</Description>
77
</PropertyGroup>
8-
8+
99
<ItemGroup>
1010
<ProjectReference Include="..\TestableIO.System.IO.Abstractions.TestingHelpers\TestableIO.System.IO.Abstractions.TestingHelpers.csproj"/>
1111
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>System.IO.Abstractions</RootNamespace>
66
<Description>A set of abstractions to help make file system interactions testable.</Description>
77
</PropertyGroup>
8-
8+
99
<ItemGroup>
1010
<ProjectReference Include="..\TestableIO.System.IO.Abstractions\TestableIO.System.IO.Abstractions.csproj"/>
1111
<ProjectReference Include="..\TestableIO.System.IO.Abstractions.Wrappers\TestableIO.System.IO.Abstractions.Wrappers.csproj"/>

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

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

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

0 commit comments

Comments
 (0)