Skip to content

Commit 015473a

Browse files
committed
.
1 parent 8465539 commit 015473a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/Tests/GlobalUsings.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
// Global using directives
2-
3-
global using System.IO.Abstractions;
1+
global using System.IO.Abstractions;
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
// Global using directives
2-
31
global using System.IO.Abstractions;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
3+
<TargetFrameworks>net472;net6.0;net8.0;net9.0</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="TestableIO.System.IO.Abstractions" />
77
<PackageReference Include="Verify" />
8-
<PackageReference Include="Polyfill" PrivateAssets="all" />
98
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
109
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" />
1110
</ItemGroup>

0 commit comments

Comments
 (0)