Skip to content

Commit

Permalink
restore dotnet8
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tolstoukhov committed Nov 19, 2024
1 parent dd1324a commit 3b7af8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
dotnet-version: |
${{ env.DOTNET_VERSION }}
3.1.x
6.0.x
- name: Install dependencies
run: dotnet restore ${{ env.SOLUTION_FILE }} --verbosity minimal && dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net45;netcoreapp3.1;net8.0</TargetFrameworks>
<TargetFrameworks>net45;netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 3b7af8e

Please sign in to comment.