Skip to content

Commit

Permalink
#1080 Релиз 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Feb 20, 2021
1 parent 2be0921 commit 48f8083
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions VkNet.Tests/VkNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="Moq.AutoMock" Version="2.1.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit.Console" Version="3.11.1" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.11.1" />
<PackageReference Include="NUnit.Console" Version="3.12.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.12.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VkNet\VkNet.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions VkNet/VkNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.28" />
<PackageReference Include="AsyncFixer" Version="1.5.1" PrivateAssets="all" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.30" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" PrivateAssets="all" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.15.0.24505" PrivateAssets="all" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.18.0.27296" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2020.3.0" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 48f8083

Please sign in to comment.