Bump ConfigureAwaitChecker.Analyzer from 2.0.0 to 2.0.1

Bumps [ConfigureAwaitChecker.Analyzer](https://github.com/cincuranet/ConfigureAwaitChecker) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/cincuranet/ConfigureAwaitChecker/releases)
- [Commits](https://github.com/cincuranet/ConfigureAwaitChecker/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-14 02:16:22 +00:00 committed by dependabot[bot]
parent 5ee3afe85f
commit 2f64d2777b
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.0" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1" />
<PackageReference Include="SteamKit2" Version="2.1.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="1.3.0-preview.18571.3" />

View file

@ -27,7 +27,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.0" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.0-preview-20181205-02" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />

View file

@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.0" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.8.11" />
<PackageReference Include="Humanizer" Version="2.5.16" />
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1" />