From 1d0a516361111b62e35505b023a7ed6847eb2f6c Mon Sep 17 00:00:00 2001 From: Alexander Kozlenko Date: Fri, 2 Feb 2018 02:35:53 +0200 Subject: [PATCH] Set language version for the whole solution (#46) --- directory.build.props | 5 +++++ sample/StackTrace/StackTrace.csproj | 8 -------- src/Ben.Demystifier/Ben.Demystifier.csproj | 1 - 3 files changed, 5 insertions(+), 9 deletions(-) create mode 100644 directory.build.props diff --git a/directory.build.props b/directory.build.props new file mode 100644 index 0000000..44c7d4e --- /dev/null +++ b/directory.build.props @@ -0,0 +1,5 @@ + + + 7.2 + + \ No newline at end of file diff --git a/sample/StackTrace/StackTrace.csproj b/sample/StackTrace/StackTrace.csproj index c74a7c5..3e72966 100644 --- a/sample/StackTrace/StackTrace.csproj +++ b/sample/StackTrace/StackTrace.csproj @@ -5,14 +5,6 @@ netcoreapp2.0 - - 7.2 - - - - 7.2 - - diff --git a/src/Ben.Demystifier/Ben.Demystifier.csproj b/src/Ben.Demystifier/Ben.Demystifier.csproj index e43a689..641ce7c 100644 --- a/src/Ben.Demystifier/Ben.Demystifier.csproj +++ b/src/Ben.Demystifier/Ben.Demystifier.csproj @@ -16,7 +16,6 @@ netstandard2.0;net45 - 7.1