commit | ec439548c531e5848a4e85684d666745d747926f | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Nov 01 19:19:44 2019 +0100 |
committer | Jens Geyer <jensg@apache.org> | Sat Nov 02 17:34:23 2019 +0100 |
tree | c9d67f60181aeae4d663cd4f0b2c8d86740e7568 | |
parent | b1d4b3afcccb64a68b846a55c4f8bb1a11aa56cb [diff] |
THRIFT-4990 Switch to .NET core 3.0 Client: netstsd Patch: Jens Geyer This closes #1909
diff --git a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj index 381d8aa..c3cdc11 100644 --- a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj +++ b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
@@ -19,7 +19,7 @@ --> <PropertyGroup> - <TargetFramework>netcoreapp2.0</TargetFramework> + <TargetFramework>netcoreapp3.0</TargetFramework> <AssemblyName>Thrift.IntegrationTests</AssemblyName> <PackageId>Thrift.IntegrationTests</PackageId> <OutputType>Exe</OutputType>