Skip to content

Commit

Permalink
Downgrading logging abstractions dependency and removing unwanted dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds committed Feb 11, 2022
1 parent 23f9a0b commit 5cbc874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions BlockMountain.TradingView/BlockMountain.TradingView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@


<ItemGroup>
<PackageReference Include="Macross.Json.Extensions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
</ItemGroup>

<Import Project="..\SharedBuildProperties.props" />
Expand Down
2 changes: 1 addition & 1 deletion SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>BlockMountain.TradingView</Product>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Copyright>Copyright 2022 &#169; blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down

0 comments on commit 5cbc874

Please sign in to comment.