Skip to content

Commit

Permalink
Fix binplacing for (impl) System.Security.Cryptography.Encoding.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonjs authored Nov 9, 2021
1 parent 3447b9e commit 920a4a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 920a4a3

Please sign in to comment.