Skip to content

Commit

Permalink
修正sdk部分错误
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing committed Jun 1, 2022
1 parent 1253a36 commit 8079e43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion IoTSharp.SDKs/IoTSharp.Sdk.MQTT/IoTSharp.Sdk.MQTT.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net48;netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
17 changes: 0 additions & 17 deletions IoTSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp", "IoTSharp\IoTSha
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{91C3C01F-68D2-4D9C-8932-B91B264EFBE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployments", "Deployments", "{0CB68A19-49C6-49CE-9104-2A9622FD1D6B}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "rabbit_mongo_influx", "Deployments\rabbit_mongo_influx\rabbit_mongo_influx.dcproj", "{BB96B645-C082-4259-8BEC-DCEE437D944E}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "zeromq_sharding", "Deployments\zeromq_sharding\zeromq_sharding.dcproj", "{F917604E-0785-4934-AE94-4125DC06C011}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "zeromq_taos", "Deployments\zeromq_taos\zeromq_taos.dcproj", "{0BC5F27A-951D-45B7-BD3A-57AB6652B1F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{3048484A-6A46-4E17-825C-D2C59D6D30ED}"
ProjectSection(SolutionItems) = preProject
buildimage.cmd = buildimage.cmd
Expand Down Expand Up @@ -81,12 +73,6 @@ Global
{91C3C01F-68D2-4D9C-8932-B91B264EFBE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C3C01F-68D2-4D9C-8932-B91B264EFBE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C3C01F-68D2-4D9C-8932-B91B264EFBE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB96B645-C082-4259-8BEC-DCEE437D944E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB96B645-C082-4259-8BEC-DCEE437D944E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F917604E-0785-4934-AE94-4125DC06C011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F917604E-0785-4934-AE94-4125DC06C011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC5F27A-951D-45B7-BD3A-57AB6652B1F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC5F27A-951D-45B7-BD3A-57AB6652B1F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D099C28B-1CB9-4F2B-829C-EADCC69BA095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D099C28B-1CB9-4F2B-829C-EADCC69BA095}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D099C28B-1CB9-4F2B-829C-EADCC69BA095}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -138,9 +124,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BB96B645-C082-4259-8BEC-DCEE437D944E} = {0CB68A19-49C6-49CE-9104-2A9622FD1D6B}
{F917604E-0785-4934-AE94-4125DC06C011} = {0CB68A19-49C6-49CE-9104-2A9622FD1D6B}
{0BC5F27A-951D-45B7-BD3A-57AB6652B1F6} = {0CB68A19-49C6-49CE-9104-2A9622FD1D6B}
{D099C28B-1CB9-4F2B-829C-EADCC69BA095} = {86E9E4E0-24A0-4C89-A98B-B0D41C75B4F1}
{A2A1191C-32ED-482B-AACE-4091EE518CEC} = {86E9E4E0-24A0-4C89-A98B-B0D41C75B4F1}
EndGlobalSection
Expand Down

0 comments on commit 8079e43

Please sign in to comment.