Skip to content

Commit

Permalink
Remove commented line and update versions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ldar committed Dec 21, 2023
1 parent 0fab7f7 commit 9f4e734
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x'
dotnet-version: '8.x'

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x
- name: Restore dependencies
run: dotnet restore ./src/GSend.sln
- name: Build
Expand Down
2 changes: 0 additions & 2 deletions src/GSendControls/GCodeAnalysesDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public void LoadAnalyser(IGCodeAnalyses gCodeAnalyses)
listViewAnalyses.BeginUpdate();
try
{
//listViewAnalyses.Items.Clear();

if (_showFileName)
{
if (gCodeAnalyses == null)
Expand Down

0 comments on commit 9f4e734

Please sign in to comment.