Skip to content

Commit

Permalink
Fixed unit test namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Mar 21, 2021
1 parent 75b5b28 commit 8bf5957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- Assembly -->
<PropertyGroup>
<TargetFrameworks>net50;netcoreapp3.0;net461</TargetFrameworks>
<AssemblyName>PDFtoImages.Tests</AssemblyName>
<RootNamespace>PDFtoImages.Tests</RootNamespace>
<AssemblyName>PDFtoImage.Tests</AssemblyName>
<RootNamespace>PDFtoImage.Tests</RootNamespace>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 8bf5957

Please sign in to comment.