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] [blame] |
THRIFT-4990 Switch to .NET core 3.0 Client: netstsd Patch: Jens Geyer This closes #1909
diff --git a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj index 58f61a2..498191f 100644 --- a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj +++ b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj
@@ -19,7 +19,7 @@ --> <PropertyGroup> - <TargetFramework>netcoreapp2.0</TargetFramework> + <TargetFramework>netcoreapp3.0</TargetFramework> <AssemblyName>Thrift.PublicInterfaces.Compile.Tests</AssemblyName> <PackageId>Thrift.PublicInterfaces.Compile.Tests</PackageId> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>