summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-05-10 20:19:26 -0700
committerGitHub <noreply@github.com>2019-05-10 20:19:26 -0700
commite0fd735a866861b35679ac503193809a305fac2b (patch)
tree1707096141e048ce1782e14a135e1f7aca4fc6ab /tests
parent15c4e02037e535a898ddd24390894adc8f3b5b06 (diff)
downloadcoreclr-e0fd735a866861b35679ac503193809a305fac2b.tar.gz
coreclr-e0fd735a866861b35679ac503193809a305fac2b.tar.bz2
coreclr-e0fd735a866861b35679ac503193809a305fac2b.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/dir.sdkbuild.props2
1 files changed, 1 insertions, 1 deletions
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 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppVersion)</RuntimeFrameworkVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
+ <EnableDefaultItems>false</EnableDefaultItems>
<Platform>AnyCPU</Platform>
<!-- Force the CLI to allow us to target higher netcoreapp than it may know about -->