Skip to content

Commit c9fa8cd

Browse files
committed
TargetFramework fix for EF Core 3
1 parent a58211b commit c9fa8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryableValues.SqlServer.EFCore3/QueryableValues.SqlServer.EFCore3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<VersionPrefix>$(VersionEFCore3)</VersionPrefix>
7-
<TargetFramework>netstandard2.1</TargetFramework>
7+
<TargetFramework>netstandard2.0</TargetFramework>
88
<LangVersion>9.0</LangVersion>
99
<Configurations>Debug;Release;Test</Configurations>
1010
<DefineConstants>$(DefineConstants);EFCORE;EFCORE3</DefineConstants>

0 commit comments

Comments
 (0)