diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0e43111..731552d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,8 +40,7 @@ updates: - "*" - package-ecosystem: "dotnet-sdk" directories: - - "/exercisefiles/dotnet/MinimalAPI" - - "/exercisefiles/dotnet/MinimalAPI.Tests" + - "/exercisefiles/dotnet/" schedule: interval: "weekly" groups: diff --git a/README.md b/README.md index 35e0b9b..37758df 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/exercisefiles/dotnet/global.json b/exercisefiles/dotnet/global.json new file mode 100644 index 0000000..d74433f --- /dev/null +++ b/exercisefiles/dotnet/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0.100" + } + } \ No newline at end of file