Skip to content

Commit

Permalink
Update core package version to fix type conversion for object primiti…
Browse files Browse the repository at this point in the history
…ve type (#197)

when get dictionary from settings file with a key value overriden by environment variables
  • Loading branch information
mialeska authored Jan 29, 2021
1 parent e734cd5 commit 64d351d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Edge.SeleniumTools" Version="3.141.2" />
<PackageReference Include="Aquality.Selenium.Core" Version="1.2.2" />
<PackageReference Include="WebDriverManager" Version="2.11.0" />
<PackageReference Include="Aquality.Selenium.Core" Version="1.3.1" />
<PackageReference Include="WebDriverManager" Version="2.11.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand All @@ -25,12 +25,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="nunit" Version="3.13.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 64d351d

Please sign in to comment.