Skip to content

Commit

Permalink
Included the readme.md file in the nuget package #109
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash-Sabet committed Apr 24, 2022
1 parent 9b1862e commit 5291177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Xunit.Microsoft.DependencyInjection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0"/>
Expand All @@ -14,6 +15,9 @@
<PackageReference Include="xunit.core" Version="2.4.1"/>
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1"/>
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Abstracts\"/>
<Folder Include="TestsOrder\"/>
Expand Down

0 comments on commit 5291177

Please sign in to comment.