Skip to content

Commit

Permalink
Updated to latest NuGets and bug fix for Bosch.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Aug 5, 2024
1 parent 7caadc5 commit 22c3240
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Applications/Models/DTDL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class DTDL

public List<string> extends { get;set; }

public string schemas { get; set; }
public object schemas { get; set; }
}

public class Content
Expand Down Expand Up @@ -85,6 +85,6 @@ public class FlattenedModel

public string extends { get; set; }

public string schemas { get; set; }
public object schemas { get; set; }
}
}
12 changes: 6 additions & 6 deletions Applications/UACloudTwin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<ItemGroup>
<PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="12.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="MQTTnet" Version="4.3.3.952" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Confluent.Kafka" Version="2.5.1" />
<PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="12.2.4" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="MQTTnet" Version="4.3.6.1152" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.372.107" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.5.374.78" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 22c3240

Please sign in to comment.