Skip to content

Commit

Permalink
Fixed warnings with different versions of System.* nuget packages (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra authored Sep 12, 2021
1 parent b369e12 commit e6026d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions product/roundhouse.console/roundhouse.console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="System.Threading" Version="4.3.0" />
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
Expand Down
2 changes: 2 additions & 0 deletions product/roundhouse.tests/roundhouse.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<PackageReference Include="System.Data.SQLite" Version="1.0.110" />
<PackageReference Include="TinySpec.NUnit" Version="0.9.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<Reference Include="System.Data.OracleClient" />
Expand Down

0 comments on commit e6026d2

Please sign in to comment.