Skip to content

Commit 84403f4

Browse files
committed
Swift/Echoes doesn't actually need Echoes.dll; allows us to keep supporting .NET Standard 1.3
1 parent 0731208 commit 84403f4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Source/Swift.Echoes.Standard.elements

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@
5151
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
5252
<DefineConstants>SIGN</DefineConstants>
5353
</PropertyGroup>
54-
<ItemGroup>
55-
<Reference Include="Echoes">
56-
<Private>True</Private>
57-
</Reference>
58-
</ItemGroup>
54+
<ItemGroup></ItemGroup>
5955
<ItemGroup>
6056
<Compile Include="__AssemblyInfo.swift" />
6157
</ItemGroup>

Source/Swift.Echoes.elements

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@
5757
<Reference Include="System.Core" />
5858
<Reference Include="System.Data" />
5959
<Reference Include="System.Xml" />
60-
<Reference Include="Echoes">
61-
<Private>True</Private>
62-
</Reference>
6360
</ItemGroup>
6461
<ItemGroup>
6562
<Compile Include="__AssemblyInfo.swift" />

0 commit comments

Comments
 (0)