Skip to content

Commit 0f9bfd5

Browse files
authored
Remove ImplicitlyExpandNETStandardFacades option (#156)
1 parent 629f070 commit 0f9bfd5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

StackExchangeRedis/NHibernate.Caches.StackExchangeRedis.Tests/NHibernate.Caches.StackExchangeRedis.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Product>NHibernate.Caches.StackExchangeRedis.Tests</Product>
55
<Description>Unit tests of cache provider NHibernate using StackExchange.Redis.</Description>
66
<TargetFrameworks>net461;net8.0</TargetFrameworks>
7-
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
87
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
98
<IsTestProject>true</IsTestProject>
109
</PropertyGroup>

StackExchangeRedis/NHibernate.Caches.StackExchangeRedis/FastTwoLayerCacheRegionStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static FastTwoLayerCacheRegionStrategy()
3030
public FastTwoLayerCacheRegionStrategy(
3131
IConnectionMultiplexer connectionMultiplexer,
3232
RedisCacheRegionConfiguration configuration,
33-
RegionMemoryCacheBase memoryCache,
33+
RegionMemoryCacheBase memoryCache,
3434
IDictionary<string, string> properties)
3535
: base(connectionMultiplexer, configuration, properties)
3636
{

StackExchangeRedis/NHibernate.Caches.StackExchangeRedis/NHibernate.Caches.StackExchangeRedis.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Description>Redis cache provider for NHibernate using StackExchange.Redis.</Description>
77
<!-- Targeting net461 explicitly in order to avoid https://github.com/dotnet/standard/issues/506 for net461 consumers-->
88
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
9-
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
109
<SignAssembly>True</SignAssembly>
1110
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1211
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)