We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bc987 commit 4593884Copy full SHA for 4593884
LiteDB.Benchmarks/LiteDB.Benchmarks.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>net472;net6</TargetFrameworks>
+ <TargetFrameworks>net4.8;net6</TargetFrameworks>
6
<LangVersion>8</LangVersion>
7
</PropertyGroup>
8
LiteDB/LiteDB.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
- <TargetFrameworks>net4.5;netstandard1.3;netstandard2.0</TargetFrameworks>
+ <TargetFrameworks>net4.8;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyVersion>5.0.17</AssemblyVersion>
<FileVersion>5.0.17</FileVersion>
<VersionPrefix>5.0.17</VersionPrefix>
0 commit comments