Skip to content

Commit

Permalink
Swift/Echoes doesn't actually need Echoes.dll; allows us to keep supp…
Browse files Browse the repository at this point in the history
…orting .NET Standard 1.3
  • Loading branch information
dwarfland committed Apr 19, 2019
1 parent 0731208 commit 84403f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions Source/Swift.Echoes.Standard.elements
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
<DefineConstants>SIGN</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Echoes">
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup></ItemGroup>
<ItemGroup>
<Compile Include="__AssemblyInfo.swift" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions Source/Swift.Echoes.elements
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Echoes">
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="__AssemblyInfo.swift" />
Expand Down

0 comments on commit 84403f4

Please sign in to comment.