Skip to content

Commit

Permalink
Upped .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalFir committed Jan 17, 2024
1 parent a180b8d commit ac4771a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget
dotnet-version: '8.0.x'
#- name: Install ILASM
#run: dotnet add package Microsoft.NETCore.ILAsm --version 8.0.0
- name: Check ILASM
Expand Down

0 comments on commit ac4771a

Please sign in to comment.