Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 11c3a53

Browse files
committed
Minor formatting fixes.
1 parent 578ffce commit 11c3a53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Build/linq2db.Tests.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Import Project="linq2db.Default.props" />
33

44
<PropertyGroup>
5-
<!--<TargetFrameworks>net5.0</TargetFrameworks>-->
65
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
76
</PropertyGroup>
87

Source/LinqToDB.EntityFrameworkCore/LinqToDBForEFToolsImplDefault.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public override int GetHashCode()
8686
readonly ConcurrentDictionary<ProviderKey, IDataProvider> _knownProviders = new();
8787

8888
private readonly MemoryCache _schemaCache = new(
89-
new Microsoft.Extensions.Caching.Memory.MemoryCacheOptions()
89+
new Microsoft.Extensions.Caching.Memory.MemoryCacheOptions
9090
{
9191
ExpirationScanFrequency = TimeSpan.FromHours(1.0)
9292
});

0 commit comments

Comments
 (0)