#10 move tokens to the root namespace for discoverability. upgrade xunit versions. there is a bug with test discovery for stringtokenizertests

This commit is contained in:
Eliot Jones
2018-11-16 20:00:12 +00:00
parent c72f3796e2
commit 0f68dfeb19
122 changed files with 134 additions and 133 deletions

View File

@@ -1,7 +1,7 @@
namespace UglyToad.PdfPig.Content
{
using Fonts;
using Tokenization.Tokens;
using Tokens;
internal interface IResourceStore
{