diff --git a/tests/System.Ben.Tests.csproj b/tests/System.Ben.Tests.csproj index a031d4a..8045055 100644 --- a/tests/System.Ben.Tests.csproj +++ b/tests/System.Ben.Tests.csproj @@ -1,11 +1,15 @@ - netstandard1.0 + netcoreapp1.1 - + + + + + diff --git a/tests/Tests.cs b/tests/Tests.cs new file mode 100644 index 0000000..61eeb55 --- /dev/null +++ b/tests/Tests.cs @@ -0,0 +1,6 @@ +using Xunit; +public class Tests +{ + [Fact(Skip = "yes, it is")] + public void IsSuperFastAndSuperSecure() {} +} \ No newline at end of file