Skip to content

Commit

Permalink
Added readme file to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 3, 2024
1 parent d87a4e6 commit 2c94b52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="12.4.1" />
<PackageReference Include="MediatR.Contracts" Version="2.0.1" />
Expand Down
6 changes: 5 additions & 1 deletion src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
Expand Down
6 changes: 5 additions & 1 deletion src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.18.1" />
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.1" />
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1" />
Expand Down

0 comments on commit 2c94b52

Please sign in to comment.