Skip to content

Commit 6a16c41

Browse files
authored
Merge pull request #3227 from FirelyTeam/dependabot/nuget/src/Benchmarks/multi-d164b175f3
Bump BenchmarkDotNet and Fhir.Metrics
2 parents af8e210 + 88bf866 commit 6a16c41

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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/Hl7.Fhir.Base/ElementModel/Types/Ucum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ internal static bool TryDivide(this Quantity quantity, Quantity divisor, [NotNul
100100
return true;
101101
}
102102

103-
private static Quantity quantityFromTuple((string value, string unit, string codesystem) quantity)
103+
private static Quantity quantityFromTuple((string value, string unit, string? codesystem) quantity)
104104
{
105105
return new Quantity(
106106
decimal.Parse(quantity.value, NumberStyles.Any, CultureInfo.InvariantCulture),

src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Fhir.Metrics" Version="1.3.0" />
19+
<PackageReference Include="Fhir.Metrics" Version="1.3.1" />
2020
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2121
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
2222
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />

src/firely-net-sdk.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<None Include="..\..\icon-firely-sdk-128.png" Pack="true" PackagePath=""/>
33-
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
32+
<None Include="..\..\icon-firely-sdk-128.png" Pack="true" PackagePath="" />
33+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
37+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3838
</ItemGroup>
3939

4040
<!-- Compiler settings -->

0 commit comments

Comments
 (0)