Now using official GW packages.

This commit is contained in:
Erich Barnstedt 2017-05-08 22:38:22 +02:00
Родитель b15ec7c50d
Коммит 40ade29ba7
6 изменённых файлов: 8 добавлений и 62 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -19,3 +19,4 @@
*.pdb
/src/GatewayApp.NetCore/Logs
*.der
*.exe

Просмотреть файл

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Azure.IoT.Gateway.SDK.NetCore</id>
<version>2017.03.27-beta</version>
<title>Azure IoT Gateway SDK for .Net Core</title>
<description>This package contains the Microsoft Azure IoT Gateway SDK targeting the .NET Core Framework</description>
<authors>Microsoft Corporation</authors>
<language>en-US</language>
<projectUrl>https://github.com/azure/azure-iot-gateway-sdk</projectUrl>
<licenseUrl>https://github.com/Azure/azure-iot-gateway-sdk/blob/master/License.txt</licenseUrl>
<tags>Microsoft Azure IoT Gateway SDK dotnetcore</tags>
</metadata>
<files>
<file src="bindings\dotnetcore\dotnet-core-binding\Microsoft.Azure.Devices.Gateway\bin\Debug\netstandard1.3\Microsoft.Azure.Devices.Gateway.dll" target="lib\netstandard1.3" />
<file src="bindings\dotnetcore\dotnet-core-binding\Microsoft.Azure.Devices.Gateway\bin\Debug\netstandard1.3\Microsoft.Azure.Devices.Gateway.pdb" target="lib\netstandard1.3" />
<file src="build\core\Debug\gateway.dll" target="runtimes\win-x86\native\gateway.dll" />
<file src="build\core\Debug\gateway.pdb" target="runtimes\win-x86\native\gateway.pdb" />
<file src="build\bindings\dotnetcore\Debug\dotnetcore.dll" target="runtimes\win-x86\native\dotnetcore.dll" />
<file src="build\bindings\dotnetcore\Debug\dotnetcore.pdb" target="runtimes\win-x86\native\dotnetcore.pdb" />
<file src="build\modules\iothub\Debug\iothub.dll" target="runtimes\win-x86\native\iothub.dll" />
<file src="build\modules\iothub\Debug\iothub.pdb" target="runtimes\win-x86\native\iothub.pdb" />
<file src="install-deps\bin\aziotsharedutil.dll" target="runtimes\win-x86\native\aziotsharedutil.dll" />
<file src="install-deps\bin\iothub_client.dll" target="runtimes\win-x86\native\iothub_client.dll" />
<file src="install-deps\bin\iothub_service_client.dll" target="runtimes\win-x86\native\iothub_service_client.dll" />
<file src="install-deps\bin\nanomsg.dll" target="runtimes\win-x86\native\nanomsg.dll" />
<file src="install-deps\bin\serializer.dll" target="runtimes\win-x86\native\serializer.dll" />
<file src="binariesfrompreviousbuild\gateway.dll" target="runtimes\win-x64\native\gateway.dll" />
<file src="binariesfrompreviousbuild\gateway.pdb" target="runtimes\win-x64\native\gateway.pdb" />
<file src="binariesfrompreviousbuild\dotnetcore.dll" target="runtimes\win-x64\native\dotnetcore.dll" />
<file src="binariesfrompreviousbuild\dotnetcore.pdb" target="runtimes\win-x64\native\dotnetcore.pdb" />
<file src="binariesfrompreviousbuild\iothub.dll" target="runtimes\win-x64\native\iothub.dll" />
<file src="binariesfrompreviousbuild\iothub.pdb" target="runtimes\win-x64\native\iothub.pdb" />
<file src="binariesfrompreviousbuild\aziotsharedutil.dll" target="runtimes\win-x64\native\aziotsharedutil.dll" />
<file src="binariesfrompreviousbuild\iothub_client.dll" target="runtimes\win-x64\native\iothub_client.dll" />
<file src="binariesfrompreviousbuild\iothub_service_client.dll" target="runtimes\win-x64\native\iothub_service_client.dll" />
<file src="binariesfrompreviousbuild\nanomsg.dll" target="runtimes\win-x64\native\nanomsg.dll" />
<file src="binariesfrompreviousbuild\serializer.dll" target="runtimes\win-x64\native\serializer.dll" />
<file src="binariesfromlinuxbuild\libgateway.so" target="runtimes\debian.8-x64\native\libgateway.so" />
<file src="binariesfromlinuxbuild\libdotnetcore.so" target="runtimes\debian.8-x64\native\libdotnetcore.so" />
<file src="binariesfromlinuxbuild\libiothub.so" target="runtimes\debian.8-x64\native\libiothub.so" />
<file src="binariesfromlinuxbuild\libaziotsharedutil.so" target="runtimes\debian.8-x64\native\libaziotsharedutil.so" />
<file src="binariesfromlinuxbuild\libiothub_client.so" target="runtimes\debian.8-x64\native\libiothub_client.so" />
<file src="binariesfromlinuxbuild\libiothub_service_client.so" target="runtimes\debian.8-x64\native\libiothub_service_client.so" />
<file src="binariesfromlinuxbuild\libnanomsg.so.5.0.0" target="runtimes\debian.8-x64\native\libnanomsg.so.5.0.0" />
<file src="binariesfromlinuxbuild\libserializer.so" target="runtimes\debian.8-x64\native\libserializer.so" />
<file src="binariesfromlinuxbuild\dotnet_core_module_sample.exe" target="runtimes\debian.8-x64\native\dotnet_core_module_sample.exe" />
</files>
</package>

Просмотреть файл

@ -10,7 +10,8 @@
<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" />
<!-- To enable LocalFeed for testing uncomment the following line -->
<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>

Просмотреть файл

@ -18,11 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C1D01774-05A6-4A39-AF58-9AE7760D619E}"
ProjectSection(SolutionItems) = preProject
.nuget\Azure.IoT.Gateway.SDK.NetCore.nuspec = .nuget\Azure.IoT.Gateway.SDK.NetCore.nuspec
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IoTHubCredentialTools", "src\IoTHubCredentialTools\IoTHubCredentialTools.xproj", "{2605E447-DF6E-4FB8-B226-CD1DB643F186}"
EndProject
Global
@ -47,7 +42,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C1D01774-05A6-4A39-AF58-9AE7760D619E} = {0E241D3D-7C66-4E4F-99AB-9FF5780180D1}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -5,12 +5,13 @@
},
"dependencies": {
"Microsoft.Azure.Devices.Gateway.Native.Ubuntu.x64": "1.1.0",
"Microsoft.Azure.Devices.Gateway.Native.Windows.x64": "1.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"Opc.Ua.Publisher.Module": "1.0.0-*",
"Azure.IoT.Gateway.SDK.NetCore": "2017.3.27-beta"
"Opc.Ua.Publisher.Module": "1.0.0-*"
},
"frameworks": {

Просмотреть файл

@ -11,8 +11,8 @@
"dependencies": {
"OPCFoundation.NetStandard.Opc.Ua.SDK": "0.2.3",
"IoTHubCredentialTools": "1.0.0-*",
"Azure.IoT.Gateway.SDK.NetCore": "2017.3.27-beta"
"Microsoft.Azure.Devices.Gateway.Module.NetStandard": "1.0.2",
"IoTHubCredentialTools": "1.0.0-*"
},
"frameworks": {