Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating custom AutoBogus for WorldPersistenceTest and PacketsSerializableTest #2018

Merged
merged 10 commits into from
Apr 22, 2023
Prev Previous commit
Next Next commit
Downgrade AutoBogus nuget to Bogus
  • Loading branch information
Jannify committed Apr 8, 2023
commit f35079a3a4b31b17e8d3bce3f04a88f2b8f26911
3 changes: 1 addition & 2 deletions Nitrox.Test/Nitrox.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoBogus" Version="2.13.1" />
<PackageReference Include="AutoBogus.NSubstitute" Version="2.13.1" />
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="CompareNETObjects" Version="4.78.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
Expand Down