From 4c2dff23c8f6e99861c8be76681c2e4c8a192a1c Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Wed, 30 Jun 2021 17:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InterfaceStudy.Core/IBase.cs | 2 +- InterfaceStudy.Core/InterfaceStudy.Core.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/InterfaceStudy.Core/IBase.cs b/InterfaceStudy.Core/IBase.cs index 6a332f4..5d3a7f2 100644 --- a/InterfaceStudy.Core/IBase.cs +++ b/InterfaceStudy.Core/IBase.cs @@ -12,6 +12,6 @@ namespace InterfaceStudy.Core /// public interface IBase { - int GetNumber(); + int GetNumber() { return 1; } } } diff --git a/InterfaceStudy.Core/InterfaceStudy.Core.csproj b/InterfaceStudy.Core/InterfaceStudy.Core.csproj index 9f5c4f4..f45bdfc 100644 --- a/InterfaceStudy.Core/InterfaceStudy.Core.csproj +++ b/InterfaceStudy.Core/InterfaceStudy.Core.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0 + netstandard2.1