Skip to content

Commit

Permalink
Update package references to latest versions. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthelin authored Apr 26, 2019
1 parent 4586bc0 commit 2a4f667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ServerHost/ServerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.17</Version>
<Version>1.1.18</Version>
<Authors>Jorgen Thelin</Authors>
<Copyright>Copyright © Jorgen Thelin 2015-2018</Copyright>
<Description>ServerHost - A .NET Server Hosting utility library, including in-process server host testing.</Description>
Expand Down Expand Up @@ -45,7 +45,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1">
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="log4net" Version="2.0.8" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestServer/TestServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1">
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="log4net" Version="2.0.8" />
Expand Down
4 changes: 2 additions & 2 deletions Tests/Tests.Net46/Tests.Net46.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.5.3" />
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Validation" Version="2.4.18" />
<PackageReference Include="Validation" Version="2.4.22" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
Expand Down

0 comments on commit 2a4f667

Please sign in to comment.