Use even more Arcade and other csproj cleanups (#1833)

* Use Arcade's convention for setting IsPackable (must be explicitly set)
* Use Arcade conventions for using DebugType and eng/Versions.props
* Remove dead code
* Update restore feeds in daily builds.md
* Disable UsingToolNetFrameworkReferenceAssemblies in analyzer tests
* Remove usage of TestGroupName (an obsolete KoreBuild setting)
* Use IVT as a .csproj attribute
This commit is contained in:
Nate McMaster 2019-06-12 22:39:41 -07:00 committed by GitHub
parent e44d9d3103
commit 6a577824f8
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net472</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<TestGroupName>Analyzers</TestGroupName>
<!-- Analyzers tests can't find netfx ref assemblies from a package -->
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' == 'Windows_NT'">false</UsingToolNetFrameworkReferenceAssemblies>
</PropertyGroup>
<ItemGroup>