Skip to content

Commit

Permalink
Merge pull request #136 from nblumhardt/fix-dependency-range
Browse files Browse the repository at this point in the history
Revert wildcard dependency version
  • Loading branch information
nblumhardt authored Apr 23, 2019
2 parents 5a8be58 + 77fd207 commit 2e16a5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.*" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net46' ">
Expand Down

0 comments on commit 2e16a5d

Please sign in to comment.