File tree Expand file tree Collapse file tree 4 files changed +24
-10
lines changed Expand file tree Collapse file tree 4 files changed +24
-10
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
+ <add key =" opcua-preview" value =" https://opcfoundation.pkgs.visualstudio.com/opcua-netstandard/_packaging/opcua-preview/nuget/v3/index.json" />
6
+ </packageSources >
7
+ </configuration >
Original file line number Diff line number Diff line change 43
43
<Choose >
44
44
<When Condition =" '$(Configuration)'=='Debug'" >
45
45
<ItemGroup Condition =" !$(DefineConstants.Contains(UseLocalOpcUaSdk))" >
46
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" Version =" 1.5.374.78 " NoWarn =" NU5104" />
47
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server.Debug" Version =" 1.5.374.78 " NoWarn =" NU5104" />
46
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
47
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server.Debug" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
48
48
</ItemGroup >
49
49
<ItemGroup Condition =" $(DefineConstants.Contains(UseLocalOpcUaSdk))" >
50
50
<ProjectReference Include =" ..\..\UA-.NETStandard\Libraries\Opc.Ua.Configuration\Opc.Ua.Configuration.csproj" />
53
53
</When >
54
54
<When Condition =" '$(Configuration)'=='Release'" >
55
55
<ItemGroup Condition =" !$(DefineConstants.Contains(UseLocalOpcUaSdk))" >
56
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration" Version =" 1.5.374.78 " NoWarn =" NU5104" />
57
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server" Version =" 1.5.374.78 " NoWarn =" NU5104" />
56
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
57
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
58
58
</ItemGroup >
59
59
<ItemGroup Condition =" $(DefineConstants.Contains(UseLocalOpcUaSdk))" >
60
60
<ProjectReference Include =" ..\..\UA-.NETStandard\Libraries\Opc.Ua.Configuration\Opc.Ua.Configuration.csproj" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
+ <add key =" opcua-preview" value =" https://opcfoundation.pkgs.visualstudio.com/opcua-netstandard/_packaging/opcua-preview/nuget/v3/index.json" />
6
+ </packageSources >
7
+ </configuration >
Original file line number Diff line number Diff line change 19
19
<Choose >
20
20
<When Condition =" '$(Configuration)'=='Release'" >
21
21
<ItemGroup >
22
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server" Version =" 1.5.374.78 " NoWarn =" NU5104" />
23
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration" Version =" 1.5.374.78 " NoWarn =" NU5104" />
24
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version =" 1.5.374.78 " NoWarn =" NU5104" />
22
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
23
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
24
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
25
25
</ItemGroup >
26
26
</When >
27
27
<Otherwise >
28
28
<ItemGroup >
29
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server.Debug" Version =" 1.5.374.78 " NoWarn =" NU5104" />
30
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" Version =" 1.5.374.78 " NoWarn =" NU5104" />
31
- <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes.Debug" Version =" 1.5.374.78 " NoWarn =" NU5104" />
29
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Server.Debug" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
30
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
31
+ <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes.Debug" Version =" 1.5.374-preview.g1a7d9b8e51 " NoWarn =" NU5104" />
32
32
</ItemGroup >
33
33
</Otherwise >
34
34
</Choose >
You can’t perform that action at this time.
0 commit comments