Skip to content

Commit 9b9df1d

Browse files
committed
Update to DACS library used for AuthLock
1 parent 65be92a commit 9b9df1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CSharp/Eta/Applications/Examples/AuthLock/AuthLock.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Product>Enterprise Transport API (ETA) C# Edition</Product>
8-
<Copyright>Copyright @ 2024 LSEG. All Rights Reserved.</Copyright>
8+
<Copyright>Copyright @ 2024,2026 LSEG. All Rights Reserved.</Copyright>
99
<AssemblyName>AuthLock</AssemblyName>
1010
<TargetFramework Condition="'$(DotNetVersion)' == 'net8.0'">net8.0</TargetFramework>
1111
<TargetFramework Condition="'$(DotNetVersion)' == 'net10.0'">net10.0</TargetFramework>
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="LSEG.Eta.Dacs" Version="7.12.2" />
15+
<PackageReference Include="LSEG.Eta.Dacs" Version="8.2.0.2" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)