1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Fix typo: 'NSubstitueVersion' -> 'NSubstituteVersion'

This commit is contained in:
Jim Hays
2023-04-24 16:46:34 -04:00
parent 8968493f4d
commit 7dcfe29979
11 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NSubstitute" Version="$(NSubstitueVersion)" />
<PackageReference Include="NSubstitute" Version="$(NSubstituteVersion)" />
</ItemGroup>
<ItemGroup>