diff --git a/Contentless/Contentless.nuspec b/Contentless/Contentless.nuspec index 63a9647..71890ec 100644 --- a/Contentless/Contentless.nuspec +++ b/Contentless/Contentless.nuspec @@ -2,7 +2,7 @@ Contentless - 3.0.2 + 3.0.3 Ellpeck A tool for MonoGame that automatically handles adding assets to the Content Pipeline project monogame mono xna content pipeline mgcb builder tool library diff --git a/Contentless/Contentless.targets b/Contentless/Contentless.targets index e610e18..ac7d7e8 100644 --- a/Contentless/Contentless.targets +++ b/Contentless/Contentless.targets @@ -1,5 +1,12 @@ - + + // We use mono to run Contentless when we're not on Windows. This isn't pretty, but it'll do until we switch to the new task system. + /Library/Frameworks/Mono.framework/Versions/Current/bin/mono + /usr/local/bin/mono + /usr/bin/mono + mono + + \ No newline at end of file diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index e87aac1..0000000 --- a/NuGet.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file