Skip to content

Commit c580c75

Browse files
Reverted back to only targeting net461
1 parent e3006fc commit c580c75

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

test/DotNetToolkit.Repository.Integration.Test/DotNetToolkit.Repository.Integration.Test.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
<Import Project="..\..\build\common.props" />
44

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

813
<IsPackable>false</IsPackable>
914
</PropertyGroup>

test/DotNetToolkit.Repository.Test/DotNetToolkit.Repository.Test.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
<Import Project="..\..\build\common.props" />
44

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

813
<IsPackable>false</IsPackable>
914
</PropertyGroup>

0 commit comments

Comments
 (0)