Skip to content

Commit

Permalink
Fix package id of AnQL.Mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
twgraham committed Oct 28, 2022
1 parent 01b1b7a commit 531ae30
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/AnQL.Mongo/AnQL.Mongo.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>AnQL.Functions.Time</PackageId>
<PackageId>AnQL.Mongo</PackageId>
<Authors>Taylor Graham</Authors>
<RepositoryUrl>https://github.com/twgraham/AnQL</RepositoryUrl>
</PropertyGroup>
Expand All @@ -17,8 +18,4 @@
<ProjectReference Include="..\AnQL.Core\AnQL.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Helpers" />
</ItemGroup>

</Project>

0 comments on commit 531ae30

Please sign in to comment.