Skip to content

Commit 81371eb

Browse files
committed
Updated.
1 parent 740a08d commit 81371eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contributing
22

3-
1. Please follow the template for adding problems. This is inherently tied into the mechanism for searching through problems using the [planned website](https://github.com/manastalukdar/learning-computer-science/projects/1).
3+
1. Please follow the template for adding problems. This is inherently tied into the mechanism for searching through problems using the [planned website](https://github.com/computer-science-engineering/learning-computer-science/projects/1).
44
2. Templates for metadata.json (problem metadata), readme.md (problem definition) and language specific solution and solution test files are available via VSCode snippets. They are all committed and available via the repository (.vscode folder). Please familiarize yourself with using snippets in VSCode.
55
3. You are encouraged to fork this repository and submit pull requests.

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: setup dotnet
5555
uses: actions/setup-dotnet@v1
5656
with:
57-
dotnet-version: '3.1.100'
57+
dotnet-version: '5.0.100'
5858
- run: dotnet --version
5959

6060
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)