Skip to content

Commit 4a3534e

Browse files
committed
Merge pull request #3227 from FirelyTeam/dependabot/nuget/src/Benchmarks/multi-d164b175f3
Bump BenchmarkDotNet and Fhir.Metrics # Conflicts: # src/Hl7.Fhir.Base/ElementModel/Types/Ucum.cs
1 parent 79b7f55 commit 4a3534e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Benchmarks/Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
12+
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/firely-net-sdk.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="..\..\icon-firely-sdk-128.png" Pack="true" PackagePath=""/>
27-
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
26+
<None Include="..\..\icon-firely-sdk-128.png" Pack="true" PackagePath="" />
27+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3232
</ItemGroup>
3333

3434
<!-- Compiler settings -->

0 commit comments

Comments
 (0)