Skip to content

Commit

Permalink
Removes protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed May 29, 2024
1 parent 71f9ddd commit e996654
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/Soenneker.Utils.AutoBogus.Tests/AutoFakerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Xunit;
using Soenneker.Utils.AutoBogus.Tests.Overrides;
using System.Linq;
using Bogus;
using Soenneker.Utils.AutoBogus.Config;
using Soenneker.Utils.AutoBogus.Tests.Dtos;

Expand Down
2 changes: 0 additions & 2 deletions test/Soenneker.Utils.AutoBogus.Tests/AutoFaker{T}Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using System.Linq;
using Bogus;
using Soenneker.Facts.Local;
using Soenneker.Utils.AutoBogus.Tests.Dtos;
using Google.Protobuf;

namespace Soenneker.Utils.AutoBogus.Tests;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<PackageReference Include="Ardalis.SmartEnum.SystemTextJson" Version="8.0.0" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Google.Protobuf" Version="3.27.0" />
<PackageReference Include="Grpc.Core" Version="2.46.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Soenneker.Facts.Local" Version="2.1.267" />
<PackageReference Include="Soenneker.Facts.Manual" Version="2.1.109" />
Expand Down

0 comments on commit e996654

Please sign in to comment.