We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041c97a commit 89bd1b6Copy full SHA for 89bd1b6
eng/Versions.external.props
@@ -1,11 +1,11 @@
1
<Project>
2
<!-- These references to third-party libraries are included in all projects except System.Device.Gpio and the build wrapper project -->
3
<ItemGroup Condition="'$(MSBuildProjectName)' != 'System.Device.Gpio' And '$(MSBuildProjectName)' != 'build'">
4
- <PackageReference Include="UnitsNet" Version="5.42.0" />
+ <PackageReference Include="UnitsNet" Version="5.74.0" />
5
</ItemGroup>
6
7
<PropertyGroup>
8
- <MicrosoftNETTestSdkVersion>17.8.0</MicrosoftNETTestSdkVersion>
+ <MicrosoftNETTestSdkVersion>17.13.0</MicrosoftNETTestSdkVersion>
9
</PropertyGroup>
10
11
<!-- Automatically include these assemblies in all test projects -->
0 commit comments