Skip to content

Commit

Permalink
Fix CVE and update other NuGets, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed May 5, 2023
1 parent 345ccf6 commit babb63b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Applications/UACloudTwin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

<ItemGroup>
<PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" />
<PackageReference Include="Azure.Identity" Version="1.8.0" />
<PackageReference Include="Confluent.Kafka" Version="1.9.3" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="MQTTnet" Version="4.1.3.436" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.370.12" />
<PackageReference Include="Azure.Identity" Version="1.8.2" />
<PackageReference Include="Confluent.Kafka" Version="2.1.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
<PackageReference Include="MQTTnet" Version="4.2.0.706" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.4.371.86" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit babb63b

Please sign in to comment.