Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RestoreLockedMode Condition="$(ContinuousIntegrationBuild) == 'true'">true</RestoreLockedMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
<!--
The reference to Microsoft.CodeAnalysis.CSharp is to prevent warnings from appearing for this project
in Visual Studio 2022. With version 17.1.0, and with version 6.0.200 of the .NET SDK installed, Visual
Expand All @@ -35,7 +35,7 @@
in the future. We don't really want it in here - it's not like this project uses that library directly. It's just
necessary with the current versions of everything on 2nd March 2022 if we are to avoid spurious warnings in VS.
-->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="[6.0.*,)" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="[6.0.*,)" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[6.0.*,)" />
Expand Down
Loading