Skip to content

Commit

Permalink
* Switching to use .NET Core 2.1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Jan 26, 2020
1 parent 4998a72 commit aa6b2bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;netcoreapp3.1;net48</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0;netcoreapp3.1;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<NoWarn>EF1001</NoWarn>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit aa6b2bc

Please sign in to comment.