Skip to content

Commit c5499f4

Browse files
committed
Update to strong name signed pre-release version
1 parent ddb9126 commit c5499f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageIcon>icon_256x256.png</PackageIcon>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="0.2.0-pre.1" />
10+
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="9.0.0-pre.2" />
1111
<ProjectReference Include="../TestableIO.System.IO.Abstractions.Wrappers/TestableIO.System.IO.Abstractions.Wrappers.csproj" />
1212
</ItemGroup>
1313
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<None Include="..\..\images\icon_256x256.png" Pack="true" PackagePath="\" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="0.2.0-pre.1" />
22+
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="9.0.0-pre.2" />
2323
</ItemGroup>
2424
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="0.2.0-pre.1" />
20+
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="9.0.0-pre.2" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<None Include="..\..\images\icon_256x256.png" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)