Skip to content

Commit

Permalink
Update deps (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez authored Sep 3, 2019
1 parent a51672d commit 01bb59e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/EmbedIO.Samples/EmbedIO.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Tubular.ServerSide" Version="1.5.1" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.0" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/EmbedIO/EmbedIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Unosquare.Swan.Lite" Version="2.0.0" />
<PackageReference Include="Unosquare.Swan.Lite" Version="2.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/EmbedIO.Tests/EmbedIO.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<packagereference Include="NUnit3TestAdapter" Version="3.14.0"></packagereference>
<packagereference Include="NUnit3TestAdapter" Version="3.15.1"></packagereference>
<PackageReference Include="NUnit" Version="3.12.0" />
</ItemGroup>

Expand Down

0 comments on commit 01bb59e

Please sign in to comment.