MicrosoftLearning / dp-420-cosmos-db-dev

DP-420: Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
https://microsoftlearning.github.io/dp-420-cosmos-db-dev/
MIT License
81 stars 95 forks source link

Fix for Lab 09 #22

Closed ejneuman closed 10 months ago

ejneuman commented 2 years ago

When you first open script.cs in Lab 09, you need to run the following terminal commands to make sure the code compiles correctly with the newer version of the framework.

  1. dotnet remove package Microsoft.Azure.Cosmos
  2. dotnet add package Azure.Cosmos --version 4.0.0-preview3
  3. dotnet build

You can then proceed as directed.

MScalopez commented 2 years ago

Reviewing this issue, do note we can no use a preview version (--version 4.0.0-preview3) for these labs.

MScalopez commented 10 months ago

Lab errors fixed.