diff --git a/.gitignore b/.gitignore index 761345c..fb9cdf8 100644 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,5 @@ $RECYCLE.BIN/ .nuget/NuGet.exe .idea/* -.vs/* +.vs/* +.ionide/* diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..361e2ba --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,5 @@ + + + True + + \ No newline at end of file diff --git a/Dynamitey/Dynamitey.csproj b/Dynamitey/Dynamitey.csproj index 4ac7e56..eab3d20 100644 --- a/Dynamitey/Dynamitey.csproj +++ b/Dynamitey/Dynamitey.csproj @@ -2,7 +2,7 @@ netstandard2.0;netstandard1.5;net40;portable-net45+sl5+win8+wp8 - netstandard2.0 + netstandard2.0 (pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net Ekon Benefits diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 29f77ad..20ccaef 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@  netcoreapp2.0;net462 - netcoreapp2.0 + netcoreapp2.0 Exe false