Skip to content

Commit b1dcef9

Browse files
committed
Fix lang version on OPC-DA proj for docker compilation dotnet6.
1 parent a0e3785 commit b1dcef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-docker/OPC-DA-Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0-windows</TargetFrameworks>
4-
<LangVersion>12.0</LangVersion>
4+
<LangVersion>10.0</LangVersion>
55
<AssemblyName>OPC-DA-Client</AssemblyName>
66
<OutputType>Exe</OutputType>
77
<PackageId>JsonScada.OpcDaClient</PackageId>

0 commit comments

Comments
 (0)