From 4297520477c68e8777b18ff63ce11b1ac3f00d43 Mon Sep 17 00:00:00 2001 From: jbtule Date: Tue, 1 Oct 2019 13:12:51 -0500 Subject: [PATCH] Add without cross compile conditional prop --- .gitignore | 3 ++- Directory.Build.props | 5 +++++ Dynamitey/Dynamitey.csproj | 2 +- Tests/Tests.csproj | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Directory.Build.props 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