We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed630dd commit 0f58296Copy full SHA for 0f58296
src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj
@@ -7,8 +7,13 @@
7
<RootNamespace>System.IO.Abstractions</RootNamespace>
8
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../ReleaseNotes.md"))</PackageReleaseNotes>
9
<LangVersion>9.0</LangVersion>
10
+ <PackageReadmeFile>README.md</PackageReadmeFile>
11
</PropertyGroup>
12
13
+ <ItemGroup>
14
+ <None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="\"/>
15
+ </ItemGroup>
16
+
17
<ItemGroup>
18
<!-- Dependencies of TestableIO.System.IO.Abstractions changed in 22.0 -->
19
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="[22.*,)" />
0 commit comments