Skip to content

Commit

Permalink
(GH-586) Target netcoreapp3.1 for testing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
johelvisguzman committed Jan 27, 2021
1 parent 256c6ca commit 25cf768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<!--
This failing in appveyor due to SqlServerCompact not being compatible with Visual Studio 2019...
From now on, if netcoreapp3.1 needs to be tested, it will need to be added back manually, until another solution is found
-->
<!--<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>-->
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<TargetFramework>net461</TargetFramework>

<IsPackable>false</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<!--
This failing in appveyor due to SqlServerCompact not being compatible with Visual Studio 2019...
From now on, if netcoreapp3.1 needs to be tested, it will need to be added back manually, until another solution is found
-->
<!--<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>-->
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<TargetFramework>net461</TargetFramework>

<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 25cf768

Please sign in to comment.