Skip to content

Commit

Permalink
Fix references.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent 87b7265 commit 399c586
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Opc.Ua.CloudLib.Client/Opc.Ua.Cloud.Library.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@


<ItemGroup>
<PackageReference Update="GraphQL.Client" Version="4.0.2" />
<PackageReference Update="GraphQL.Client.Serializer.Newtonsoft" Version="4.0.2" />
<PackageReference Update="GraphQL.Query.Builder" Version="2.0.1" />
<PackageReference Include="GraphQL.Client" Version="4.0.2" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="4.0.2" />
<PackageReference Include="GraphQL.Query.Builder" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133" />

</ItemGroup>

Expand Down

0 comments on commit 399c586

Please sign in to comment.