Skip to content

Commit

Permalink
Merge pull request #247 from muno92/dotnet6
Browse files Browse the repository at this point in the history
.NET6
  • Loading branch information
muno92 authored Jan 23, 2022
2 parents b48bb58 + 1afa872 commit e9c9b11
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest, windows-latest, macOS-latest ]
dotnet-version: [ '3.1', '5.0' ]
dotnet-version: [ '3.1', '5.0', '6.0' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet-version }}
- uses: ./
with:
solutionPath: TestSolutions/TestSolution${{ matrix.dotnet-version }}/TestSolution${{ matrix.dotnet-version }}.sln
solutionPath: TestSolution/TestSolution.sln
failOnIssue: '0'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x' # or 3.1.x
dotnet-version: '6.0.x' # or 3.1.x, 5.0.x
- name: Restore
run: dotnet restore
- name: Inspect code
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>

</Project>
File renamed without changes.
18 changes: 0 additions & 18 deletions TestSolutions/TestSolution3.1/TestConsoleApp/Program.cs

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions TestSolutions/TestSolution5.0/TestSolution5.0.sln

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/muno92/resharper_inspectcode.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit e9c9b11

Please sign in to comment.