Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update NuGet Package Dependencies (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCarda-MS authored Aug 2, 2023
1 parent 922da16 commit 3c4811c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.28.291394" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.0" />
<PackageReference Include="NuGet.Resolver" Version="5.9.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.3" />
<PackageReference Include="NuGet.Resolver" Version="5.11.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.DirectoryServices.Protocols" Version="7.0.0" />
<PackageReference Include="System.DirectoryServices.Protocols" Version="7.0.1" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Tool/Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<PackageReference Include="System.Text.Json" Version="6.0.3" />
<PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0-dev-00039" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
<PackageReference Include="NuGet.ProjectModel" Version="6.2.2" />
<PackageReference Include="NuGet.Frameworks" Version="6.2.2" />
<PackageReference Include="NuGet.ProjectModel" Version="6.2.4" />
<PackageReference Include="NuGet.Frameworks" Version="6.2.4" />
</ItemGroup>

</Project>

0 comments on commit 3c4811c

Please sign in to comment.