Dependency updates and start of enforcing some C# standards

This commit is contained in:
Adam Hathcock 2022-04-21 08:54:59 +01:00
parent c15f1327c9
commit 6950eebf9f
26 changed files with 715 additions and 152 deletions

6
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions" # search for actions - there are other options available
directory: "/" # search in .github/workflows under root `/`
schedule:
interval: "weekly" # check for action update every week

View file

@ -9,8 +9,8 @@ jobs:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.x