Skip to content

Commit

Permalink
Remove ImplicitlyExpandNETStandardFacades option
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed May 24, 2024
1 parent 88e1cbb commit a0a85d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Product>NHibernate.Caches.StackExchangeRedis.Tests</Product>
<Description>Unit tests of cache provider NHibernate using StackExchange.Redis.</Description>
<TargetFrameworks>net461;net6.0</TargetFrameworks>
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Description>Redis cache provider for NHibernate using StackExchange.Redis.</Description>
<!-- Targeting net461 explicitly in order to avoid https://github.com/dotnet/standard/issues/506 for net461 consumers-->
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit a0a85d9

Please sign in to comment.