diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..7b5b45e --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Opc.Ua.Publisher.Module.sln b/Opc.Ua.Publisher.Module.sln index 42fbe97..29e5f7f 100644 --- a/Opc.Ua.Publisher.Module.sln +++ b/Opc.Ua.Publisher.Module.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Dockerfile = Dockerfile global.json = global.json License.txt = License.txt + NuGet.Config = NuGet.Config README.md = README.md EndProjectSection EndProject diff --git a/src/GatewayApp.NetCore/project.json b/src/GatewayApp.NetCore/project.json index 3f21cf4..e833151 100644 --- a/src/GatewayApp.NetCore/project.json +++ b/src/GatewayApp.NetCore/project.json @@ -8,7 +8,10 @@ "Microsoft.Azure.Devices.Gateway.Native.Debian.x64": "1.1.0", "Microsoft.Azure.Devices.Gateway.Native.Ubuntu.x64": "1.1.0", "Microsoft.Azure.Devices.Gateway.Native.Windows.x64": "1.1.0", - "Microsoft.NETCore.App": "1.1.2", + "Microsoft.NETCore.App": { + "version": "1.1.2", + "type": "platform" + }, "Opc.Ua.Publisher.Module": "1.0.0-*" },