-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated to net6 sdk * Removed jetbrains tools
- Loading branch information
1 parent
711a2b3
commit 46b531b
Showing
23 changed files
with
764 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,34 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"dotnet-outdated": { | ||
"version": "2.11.0", | ||
"commands": [ | ||
"dotnet-outdated" | ||
] | ||
}, | ||
"gitversion.tool": { | ||
"version": "5.6.9", | ||
"commands": [ | ||
"dotnet-gitversion" | ||
] | ||
}, | ||
"dotnet-reportgenerator-globaltool": { | ||
"version": "4.8.8", | ||
"commands": [ | ||
"reportgenerator" | ||
] | ||
}, | ||
"nuke.globaltool": { | ||
"version": "5.1.1", | ||
"commands": [ | ||
"nuke" | ||
] | ||
}, | ||
"codecov.tool": { | ||
"version": "1.13.0", | ||
"commands": [ | ||
"codecov" | ||
] | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"dotnet-outdated": { | ||
"version": "2.11.0", | ||
"commands": ["dotnet-outdated"] | ||
}, | ||
"gitversion.tool": { | ||
"version": "5.6.8", | ||
"commands": ["dotnet-gitversion"] | ||
}, | ||
"dotnet-reportgenerator-globaltool": { | ||
"version": "4.8.7", | ||
"commands": ["reportgenerator"] | ||
}, | ||
"nuke.globaltool": { | ||
"version": "5.2.1", | ||
"commands": ["nuke"] | ||
}, | ||
"codecov.tool": { | ||
"version": "1.13.0", | ||
"commands": ["codecov"] | ||
}, | ||
"jetbrains.resharper.globaltools": { | ||
"version": "2021.3.0-eap02", | ||
"commands": ["jb"] | ||
}, | ||
"dotnet-format": { | ||
"version": "5.1.225507", | ||
"commands": ["dotnet-format"] | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.