Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d99e172

Browse files
committed
Fix duplicate types in System.Numerics.Vectors on net46
We were missing the facade in ref.
1 parent 83a0773 commit d99e172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Numerics.Vectors/ref/Configurations.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<PackageConfigurations>
55
netstandard1.0;
66
netstandard;
7+
net46;
78
</PackageConfigurations>
89
<BuildConfigurations>
910
netcoreapp;
1011
uap;
1112
netfx;
12-
net46;
1313
$(PackageConfigurations);
1414
</BuildConfigurations>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)