Skip to content

Commit 0f58296

Browse files
committed
Fixed pack
1 parent ed630dd commit 0f58296

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
<RootNamespace>System.IO.Abstractions</RootNamespace>
88
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../ReleaseNotes.md"))</PackageReleaseNotes>
99
<LangVersion>9.0</LangVersion>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
1011
</PropertyGroup>
1112

13+
<ItemGroup>
14+
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="\"/>
15+
</ItemGroup>
16+
1217
<ItemGroup>
1318
<!-- Dependencies of TestableIO.System.IO.Abstractions changed in 22.0 -->
1419
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="[22.*,)" />

0 commit comments

Comments
 (0)