We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65be92a commit 9b9df1dCopy full SHA for 9b9df1d
1 file changed
CSharp/Eta/Applications/Examples/AuthLock/AuthLock.csproj
@@ -5,14 +5,14 @@
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<Product>Enterprise Transport API (ETA) C# Edition</Product>
8
- <Copyright>Copyright @ 2024 LSEG. All Rights Reserved.</Copyright>
+ <Copyright>Copyright @ 2024,2026 LSEG. All Rights Reserved.</Copyright>
9
<AssemblyName>AuthLock</AssemblyName>
10
<TargetFramework Condition="'$(DotNetVersion)' == 'net8.0'">net8.0</TargetFramework>
11
<TargetFramework Condition="'$(DotNetVersion)' == 'net10.0'">net10.0</TargetFramework>
12
</PropertyGroup>
13
14
<ItemGroup>
15
- <PackageReference Include="LSEG.Eta.Dacs" Version="7.12.2" />
+ <PackageReference Include="LSEG.Eta.Dacs" Version="8.2.0.2" />
16
</ItemGroup>
17
18
</Project>
0 commit comments