Skip to content

Commit

Permalink
Add nuget dependency (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin authored Aug 20, 2024
1 parent 8ec50fb commit 153c950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageReference Include="Immediate.Handlers" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" />
</ItemGroup>
<ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Immediate.Validations.FunctionalTests" />
</ItemGroup>
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Immediate.Validations/Immediate.Validations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<ItemGroup>
<PackageReference Include="Immediate.Handlers" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" />
</ItemGroup>

<!--
Expand Down

0 comments on commit 153c950

Please sign in to comment.