Prepare repo to build 2.2.1

* Update dependencies to 2.2.0 rtm
* Update branding to 2.2.1
* Update package baselines to 2.2.0
* Add a restore source for 2.2.0 RTM
This commit is contained in:
Nate McMaster 2018-11-14 08:43:07 -08:00
parent 3a68e6540d
commit 33609a988c
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTags>$(PackageTags);testing</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
<UseLatestPackageReferences>true</UseLatestPackageReferences>
</PropertyGroup>
<ItemGroup>