Skip to content

Commit

Permalink
update deps; test against net5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Mar 13, 2021
1 parent 5c1c3d0 commit acbcb8e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.4.25 - 2021.03.13
- Update dependencies.
- Run tests against net5.0 tfm.

## v2.4.23 - 2020.10.27
- Add new 'timer' metric measures new connection aquirement time (PR [#14](https://github.com/skbkontur/cassandra-thrift-client/pull/14)).

Expand Down
14 changes: 7 additions & 7 deletions Cassandra.ThriftClient.Tests/Cassandra.ThriftClient.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net48;net5.0</TargetFrameworks>
<RootNamespace>SkbKontur.Cassandra.ThriftClient.Tests</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CassandraCSharpDriver" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="CassandraCSharpDriver" Version="3.16.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="SkbKontur.Cassandra.Local" Version="1.4.1" />
<PackageReference Include="Vostok.Logging.File" Version="1.0.8" />
<PackageReference Include="SkbKontur.Cassandra.Local" Version="1.4.10" />
<PackageReference Include="Vostok.Logging.File" Version="1.0.12" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Cassandra.ThriftClient/Cassandra.ThriftClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="SkbKontur.Cassandra.TimeGuid" Version="1.0.16" />
<PackageReference Include="SkbKontur.Metrics.Net" Version="1.0.20" />
<PackageReference Include="Vostok.Logging.Abstractions" Version="1.0.17" />
<PackageReference Include="SkbKontur.Metrics.Net" Version="1.0.21" />
<PackageReference Include="Vostok.Logging.Abstractions" Version="1.0.20" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.402"
"version": "5.0.103"
}
}

0 comments on commit acbcb8e

Please sign in to comment.