Packages cleanup

This commit is contained in:
JustArchi
2019-04-30 14:56:09 +02:00
parent 6107dfb032
commit e3b2b65935
3 changed files with 18 additions and 11 deletions

View File

@@ -33,9 +33,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="3.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1" />
<PackageReference Include="System.Composition.AttributedModel" Version="1.3.0-preview.19073.11" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Composition.AttributedModel" Version="*" />
</ItemGroup>
<ItemGroup>