Skip to content

Commit

Permalink
RockLib.Diagnostics version 1.0.6
Browse files Browse the repository at this point in the history
Adds net5.0 target and updates dependencies
  • Loading branch information
Justin Moss committed Feb 19, 2021
1 parent 7eb9110 commit 6e0a6bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RockLib.Diagnostics/RockLib.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PackageId>RockLib.Diagnostics</PackageId>
<PackageVersion>1.0.5</PackageVersion>
<PackageVersion>1.0.6</PackageVersion>
<Authors>RockLib</Authors>
<Description>Makes configuring tracing easy and standardized for .NET Core, .NET Standard, and .NET Framework.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -30,8 +30,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="RockLib.Configuration" Version="2.4.4" />
<PackageReference Include="RockLib.Configuration.ObjectFactory" Version="1.6.5" />
<PackageReference Include="RockLib.Configuration" Version="2.5.1" />
<PackageReference Include="RockLib.Configuration.ObjectFactory" Version="1.6.7" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.6'">
Expand Down

0 comments on commit 6e0a6bf

Please sign in to comment.