commit | 98a232577fa56bb703ea96b88cc6c5b9391178f0 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sun Jan 09 16:50:52 2022 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Jan 09 21:57:30 2022 +0100 |
tree | 916efb58623cd23042ed192961ac4df9387c221c | |
parent | 39d7278ddffce27d45380c483a84d013f6db4d7b [diff] [blame] |
THRIFT-5479 Add net 6 support
diff --git a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj index 18fce01..38a6a5c 100644 --- a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj +++ b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
@@ -21,6 +21,7 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <Version>0.16.0.0</Version> + <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup>