Skip to content

Commit

Permalink
Circles.Index is a class library, not a console application
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed May 17, 2024
1 parent f00c658 commit 05310c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions Circles.Index.Query.Tests/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ public IDbDataParameter CreateParameter(string? name, object? value)
{
return new TestDbDataParameter(name, value);
}

public object? Convert(object? input, ValueTypes target)
{
throw new NotImplementedException();
}
}

public class TestDbDataParameter : IDbDataParameter
Expand Down
1 change: 0 additions & 1 deletion Circles.Index/Circles.Index.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<Product>Circles</Product>
<AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0</FileVersion>
<OutputType>Exe</OutputType>
</PropertyGroup>


Expand Down
8 changes: 0 additions & 8 deletions Circles.Index/Program.cs

This file was deleted.

0 comments on commit 05310c4

Please sign in to comment.