Skip to content

Commit

Permalink
Merge pull request #144 from computablee/dependabot/nuget/benchmarks/…
Browse files Browse the repository at this point in the history
…ILGPUOverhead/bench-58881186fd

nuget: bump the bench group in /benchmarks/ILGPUOverhead with 1 update
  • Loading branch information
computablee authored Jan 3, 2024
2 parents b7df8d5 + 863d747 commit 3cd37bf
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions benchmarks/ILGPUOverhead/ILGPUOverhead.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\DotMP\DotMP.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.11" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\DotMP\DotMP.csproj" />
</ItemGroup>

</Project>

0 comments on commit 3cd37bf

Please sign in to comment.