Skip to content

Commit

Permalink
Merge branch 'main' into feature/sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa authored Sep 25, 2023
2 parents fe52a1f + 0f50e8b commit 6c419f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/benchmark/benchmark.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\lib\apimanifest.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Benchmarkdotnet" Version="0.13.7" />
<PackageReference Include="Benchmarkdotnet" Version="0.13.8" />
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 6c419f4

Please sign in to comment.