Skip to content

Commit 92e85a7

Browse files
committed
82211: Swift dictionary nil issue (require Echoes.dll for Swift.dll, on .NET)
1 parent 4903c2b commit 92e85a7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Source/Swift.Echoes.Standard.elements

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AllowUnsafeCode>False</AllowUnsafeCode>
1414
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
1515
<DefaultUses>System.Collections.Generic;System.Linq</DefaultUses>
16-
<TargetFramework>.NETStandard1.3</TargetFramework>
16+
<TargetFramework>.NETStandard2.0</TargetFramework>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1919
<Optimize>false</Optimize>
@@ -51,10 +51,12 @@
5151
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
5252
<DefineConstants>SIGN</DefineConstants>
5353
</PropertyGroup>
54-
<ItemGroup></ItemGroup>
5554
<ItemGroup>
5655
<Compile Include="__AssemblyInfo.swift" />
5756
</ItemGroup>
5857
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets" />
5958
<Import Project="Swift.Shared.projitems" Label="Swift.Shared" />
59+
<ItemGroup>
60+
<Reference Include="Echoes" />
61+
</ItemGroup>
6062
</Project>

Source/Swift.Echoes.elements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<Reference Include="System.Core" />
5858
<Reference Include="System.Data" />
5959
<Reference Include="System.Xml" />
60+
<Reference Include="Echoes" />
6061
</ItemGroup>
6162
<ItemGroup>
6263
<Compile Include="__AssemblyInfo.swift" />

0 commit comments

Comments
 (0)