Skip to content

Commit

Permalink
Update Dependabot configuration and README; add global.json for .NET …
Browse files Browse the repository at this point in the history
…SDK version
  • Loading branch information
JoostVoskuil committed Jan 20, 2025
1 parent 8926c59 commit d732498
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ updates:
- "*"
- package-ecosystem: "dotnet-sdk"
directories:
- "/exercisefiles/dotnet/MinimalAPI"
- "/exercisefiles/dotnet/MinimalAPI.Tests"
- "/exercisefiles/dotnet/"
schedule:
interval: "weekly"
groups:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Supporting GitHub repository for the GitHub Copilot Ground School
- [Instructions](#instructions)
- [Quick Links](#quick-links)

## Forked from

This repository is forked from https://github.com/microsoft/CopilotHackathon

## Goal

The goal of a GitHub Copilot Ground School is to learn how to use it through a set of [exercises (labs)](#labs-instructions). These exercises consist of building a web server using Nodejs with different functionalities, a .NET Web API, C++, Python or a Java Rest API (either Spring Boot or Quarkus).
Expand Down
5 changes: 5 additions & 0 deletions exercisefiles/dotnet/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "8.0.100"
}
}

0 comments on commit d732498

Please sign in to comment.