Skip to content

Commit

Permalink
(GH-586) targeted netcoreapp3.1 for testing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
johelvisguzman committed Jun 26, 2021
1 parent 93763e7 commit bb40bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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>-->
<TargetFramework>net461</TargetFramework>

<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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>-->
<TargetFramework>net461</TargetFramework>

<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit bb40bee

Please sign in to comment.