summaryrefslogtreecommitdiff
path: root/csharp/Directory.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/Directory.Build.props')
-rw-r--r--csharp/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/Directory.Build.props b/csharp/Directory.Build.props
index e91ef3d096d..9d63bd2c1ab 100644
--- a/csharp/Directory.Build.props
+++ b/csharp/Directory.Build.props
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <AppTargetFramework Condition="'$(AppTargetFramework)' == ''">netcoreapp2.2</AppTargetFramework>
+ <AppTargetFramework Condition="'$(AppTargetFramework)' == ''">netcoreapp2.1</AppTargetFramework>
</PropertyGroup>
</Project>