Skip to content

Commit

Permalink
Merge pull request #573 from WildGums/GitHubSync/20230413-123507
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik committed Apr 13, 2023
2 parents 64488c4 + 463361f commit ad4ee6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/cake/sourcecontrol-github.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#addin "nuget:?package=Cake.GitHub&version=0.1.0"
#addin "nuget:?package=Octokit&version=5.0.2"
#addin "nuget:?package=Octokit&version=5.0.3"

//-------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/tasks.cake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// It probably means the tool is not correctly installed.
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
#tool "nuget:?package=dotnet-sonarscanner&version=5.12.0"
#tool "nuget:?package=dotnet-sonarscanner&version=5.13.0"

//-------------------------------------------------------------
// BACKWARDS COMPATIBILITY CODE - START
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.analyzers.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Catel.Analyzers" Version="1.6.1" PrivateAssets="all" />
<PackageReference Include="CatenaLogic.Analyzers" Version="1.4.3" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.2" PrivateAssets="all" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.4" PrivateAssets="all" />
<PackageReference Include="WpfAnalyzers" Version="4.1.1" PrivateAssets="all" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"MSBuild.Sdk.Extras": "3.0.44"
},
"sdk": {
"version": "6.0.0",
"version": "7.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit ad4ee6b

Please sign in to comment.