Add code check CI tests, add docs about ReferenceResolution, and other cleanups (dotnet/extensions#1044)

Changes:
* Add a step which checks that generated code is up to date
* Copy over the documentation on how to work with `<reference>` 
* Fixup a broken reference in the .sln
* Fix the casing on Microsoft.Extensions.ValueStopwatch.Sources
* Remove some unused references and variables\n\nCommit migrated from 92acd8b959
This commit is contained in:
Nate McMaster 2019-02-01 10:33:04 -08:00 committed by GitHub
parent bbca5f30e7
commit a663bcf605
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Build" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.Core" />
</ItemGroup>

View File

@ -9,7 +9,6 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Build" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.Core" />
</ItemGroup>