Skip to content

Commit

Permalink
Updated workflow files to latest version of dotnet6 and dotnet 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Sep 10, 2023
1 parent e6531a8 commit d5be852
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: |
3.1.x
6.0.407
7.0.202
6.0.x
7.0.x
- name: Download fake-cli
run: dotnet tool restore
- name: Package
Expand All @@ -45,8 +45,8 @@ jobs:
with:
dotnet-version: |
3.1.x
6.0.407
7.0.202
6.0.x
7.0.x
- name: Download fake-cli
run: dotnet tool install fake-cli --version 5.20.4 --tool-path .
- name: Restore packages
Expand All @@ -73,7 +73,7 @@ jobs:
with:
dotnet-version: |
2.x.x
6.0.407
6.0.x
# Checkout unity packager
- name: Checkout unity-packager repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.407
7.0.202
6.0.x
7.0.x
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.407
7.0.202
6.0.x
7.0.x
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.407
7.0.202
6.0.x
7.0.x
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
5 changes: 2 additions & 3 deletions build-script/paket.references
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Microsoft.Build
Microsoft.Build.Tasks.Core
MSBuild.StructuredLogger
Fake.Core.Target
Fake.DotNet.AssemblyInfoFile
Fake.DotNet.Cli
Fake.DotNet.Testing.XUnit2
Fake.DotNet.Testing.XUnit2

0 comments on commit d5be852

Please sign in to comment.