From e0fd735a866861b35679ac503193809a305fac2b Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Fri, 10 May 2019 20:19:26 -0700 Subject: Fixing S.P.Corelib to not double include files and ensure that S.N.V is marked #nullable enable (#24526) * Changing EnableDefaultCompileItems=false to EnableDefaultItems=false * Taking the VS auto-fixes for the solution and corelib csproj * Removing the duplicated T4 file includes in the main csproj * Regenerating the included T4 templates * Fixing S.P.Corelib to properly list available platforms/configurations * Add a comment on the T4 template service --- tests/dir.sdkbuild.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dir.sdkbuild.props b/tests/dir.sdkbuild.props index 5f33e61c83..29bdfe0ec0 100644 --- a/tests/dir.sdkbuild.props +++ b/tests/dir.sdkbuild.props @@ -9,7 +9,7 @@ netcoreapp3.0 $(MicrosoftNETCoreAppVersion) false - false + false AnyCPU -- cgit v1.2.3