Skip to content

Commit

Permalink
Update to latest package versions [netstandard2.0 compat] (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthelin authored Nov 11, 2018
1 parent d07e76f commit f6e79fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions ServerHost/ServerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.13</Version>
<Version>1.1.14</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>
<PackageLicenseUrl>https://github.com/jthelin/ServerHost/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/jthelin/ServerHost</PackageProjectUrl>
<PackageReleaseNotes>Release note are on GitHub https://github.com/jthelin/ServerHost/releases</PackageReleaseNotes>
<PackageTags>DotNet Server Host Testing</PackageTags>
<PackageTags>DotNet Server Host Testing AppDomain</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jthelin/ServerHost.git</RepositoryUrl>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TRAVIS)' == 'true'">
Expand All @@ -44,7 +45,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.5" />
<PackageReference Include="log4net" Version="2.0.8" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestServer/TestServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="log4net" Version="2.0.5" />
<PackageReference Include="log4net" Version="2.0.8" />
</ItemGroup>
</Project>
16 changes: 8 additions & 8 deletions Tests/Tests.Net46/Tests.Net46.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.4.2" />
<PackageReference Include="log4net" Version="2.0.5" />
<PackageReference Include="FluentAssertions" Version="5.5.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="xunit" Version="2.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
<PackageReference Include="xunit.core" Version="2.4.0" />
<PackageReference Include="xunit.runner.console" Version="2.4.0">
<PackageReference Include="xunit.core" Version="2.4.1" />
<PackageReference Include="xunit.runner.console" Version="2.4.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.runner.msbuild" Version="2.4.0">
<PackageReference Include="xunit.runner.msbuild" Version="2.4.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.runner.reporters" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0">
<PackageReference Include="xunit.runner.reporters" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit f6e79fe

Please sign in to comment.