Skip to content

Commit

Permalink
Update dotnet-tt to 2.2.0 which now runs on .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Dec 31, 2020
1 parent af641c1 commit 88251d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-t4": {
"version": "2.0.5",
"version": "2.2.0",
"commands": [
"t4"
]
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Expand Up @@ -23,18 +23,6 @@ jobs:
with:
submodules: true

# needed for dotnet-t4
- name: Setup .NET Core 2.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "2.1.x"

# Can't use .NET 5 with msbuild until VS is updated to 16.8 in GitHub Actions
- name: Setup .NET Core 3.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.x"

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions src/Addins/global.json

This file was deleted.

0 comments on commit 88251d2

Please sign in to comment.