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

Geo Distance Filtering #21

Merged
merged 8 commits into from
Oct 17, 2023
Prev Previous commit
Next Next commit
Removing the mark of Test-Project from the library providing the test…
… suite (but no tests)
  • Loading branch information
tsutomi committed Oct 17, 2023
commit 118be7ef441a8d3dd76f02f8d7b344dc289dd1e7
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsTestProject>true</IsTestProject>
<IsTestProject>false</IsTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="xunit" Version="2.5.2" />
</ItemGroup>

<ItemGroup>