Skip to content

Commit

Permalink
add polysharp to central package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza Eiji committed Aug 7, 2024
1 parent 84a8dd1 commit 37cc6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
<PackageVersion Include="FluentAssertions" Version="6.11.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="Testcontainers" Version="3.9.0"/>
<PackageVersion Include="PolySharp" Version="1.13.1"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Mohaymen.GiteaClient/Mohaymen.GiteaClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="MediatR"/>
<PackageReference Include="FluentValidation"/>
<PackageReference Include="FluentValidation.DependencyInjectionExtensions"/>
<PackageReference Include="PolySharp" Version="1.13.1">
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 37cc6f2

Please sign in to comment.