Skip to content

Commit

Permalink
run tests against lts versions of dotnet core
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Apr 14, 2020
1 parent 1c841b2 commit 5d063bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net48;netcoreapp2.2</TargetFrameworks>
<TargetFrameworks>net48;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="SkbKontur.Cassandra.Local" Version="1.3.3" />
<PackageReference Include="Vostok.Logging.File" Version="1.0.5" />
<PackageReference Include="Vostok.Logging.File" Version="1.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2",
"version": "2.3",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 5d063bc

Please sign in to comment.