diff options
author | Jose <jose@zeroc.com> | 2019-02-01 17:23:20 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-02-01 17:23:20 +0100 |
commit | e0e65dbbce41a5ea7dc2e21da8c6dc94dce41073 (patch) | |
tree | 90c71dc4512df38340f7eaa9a83865f5ef8dcf50 /csharp/Directory.Build.props | |
parent | Minor fixes to the build and test system (diff) | |
download | ice-3.7.2.tar.bz2 ice-3.7.2.tar.xz ice-3.7.2.zip |
Downgrade default .NET Core framework to 2.1v3.7.2
Diffstat (limited to 'csharp/Directory.Build.props')
-rw-r--r-- | csharp/Directory.Build.props | 2 |
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> |