From 526a1acf3b870d3b292423e19b9bb9bb0d18c0c3 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sat, 13 Feb 2021 13:58:09 +0100 Subject: THRIFT-5349 Add net5.0 as supported platform Client: netstd Patch: Jens Geyer This closes #2328 --- tutorial/netstd/Client/Client.csproj | 4 ++-- tutorial/netstd/Interfaces/GlobalSuppressions.cs | 26 ++++++++++++++++++++++++ tutorial/netstd/Interfaces/Interfaces.csproj | 4 ++-- tutorial/netstd/Server/Server.csproj | 4 ++-- 4 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 tutorial/netstd/Interfaces/GlobalSuppressions.cs (limited to 'tutorial') diff --git a/tutorial/netstd/Client/Client.csproj b/tutorial/netstd/Client/Client.csproj index a54760c6f..8a923e156 100644 --- a/tutorial/netstd/Client/Client.csproj +++ b/tutorial/netstd/Client/Client.csproj @@ -19,7 +19,7 @@ --> - netcoreapp3.1 + net5.0 Client Client Exe @@ -31,7 +31,7 @@ - + diff --git a/tutorial/netstd/Interfaces/GlobalSuppressions.cs b/tutorial/netstd/Interfaces/GlobalSuppressions.cs new file mode 100644 index 000000000..34fdc7953 --- /dev/null +++ b/tutorial/netstd/Interfaces/GlobalSuppressions.cs @@ -0,0 +1,26 @@ +// Licensed to the Apache Software Foundation(ASF) under one +// or more contributor license agreements.See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership.The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +// This file is used by Code Analysis to maintain SuppressMessage +// attributes that are applied to this project. +// Project-level suppressions either have no target or are given +// a specific target and scoped to a namespace, type, member, etc. + +using System.Diagnostics.CodeAnalysis; + +[assembly: SuppressMessage("Performance", "CA1822", Justification = "", Scope = "module")] +[assembly: SuppressMessage("Style", "IDE0083", Justification = "", Scope = "module")] diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj index 5c72612e5..c2adc9ea9 100644 --- a/tutorial/netstd/Interfaces/Interfaces.csproj +++ b/tutorial/netstd/Interfaces/Interfaces.csproj @@ -19,7 +19,7 @@ --> - netstandard2.0 + net5.0 Interfaces Interfaces 0.15.0.0 @@ -34,7 +34,7 @@ - + diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj index 39c3e8eef..9da32491f 100644 --- a/tutorial/netstd/Server/Server.csproj +++ b/tutorial/netstd/Server/Server.csproj @@ -19,7 +19,7 @@ --> - netcoreapp3.1 + net5.0 Server Server Exe @@ -39,7 +39,7 @@ - + -- cgit v1.2.1