Bug fixes.
This commit is contained in:
Родитель
8036f26e67
Коммит
65ad86540d
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<solution>
|
||||
<add key="disableSourceControlIntegration" value="true" />
|
||||
</solution>
|
||||
<config>
|
||||
<add key="repositorypath" value="..\packages" />
|
||||
</config>
|
||||
<packageSources>
|
||||
<add key="nugetv2" value="https://www.nuget.org/api/v2/" />
|
||||
<add key="nugetv2dotnet" value="https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/" />
|
||||
<add key="nugetv3" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="myget" value="https://www.myget.org/F/iot-gateway-packages-repo/api/v3/index.json"/>
|
||||
<!-- To enable LocalFeed for testing uncomment the following line -->
|
||||
<!-- <add key="Local" value=".nuget" /> -->
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -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
|
||||
|
|
|
@ -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-*"
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче