Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #88 from pascalberger/feature/gh-87
Browse files Browse the repository at this point in the history
(GH-87) Update Cake.Issues to 0.8.0
  • Loading branch information
pascalberger committed Oct 11, 2019
2 parents 9d9456a + 970c9f8 commit a28a3d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Issues.EsLint.Tests/Cake.Issues.EsLint.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Cake.Issues" Version="0.7.0" />
<PackageReference Include="Cake.Issues.Testing" Version="0.7.0" />
<PackageReference Include="Cake.Issues" Version="0.8.0-beta0001" />
<PackageReference Include="Cake.Issues.Testing" Version="0.8.0-beta0001" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Issues.EsLint/Cake.Issues.EsLint.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Expand All @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="0.7.0" />
<PackageReference Include="Cake.Issues" Version="0.8.0-beta0001" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
Expand Down
1 change: 0 additions & 1 deletion src/Cake.Issues.EsLint/LogFileFormat/JsonLogFileFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public JsonLogFileFormat(ICakeLog log)
/// <inheritdoc />
public override IEnumerable<IIssue> ReadIssues(
EsLintIssuesProvider issueProvider,
IssueCommentFormat format,
RepositorySettings repositorySettings,
EsLintIssuesSettings esLintsettings)
{
Expand Down

0 comments on commit a28a3d0

Please sign in to comment.