thangchung / clean-architecture-dotnet

🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
MIT License
1.23k stars 265 forks source link

Update README.md (Tye version correction) #19

Closed Quraian closed 3 years ago

Quraian commented 3 years ago

Not sure where that Tye version is from, the latest is 0.7.0-alpha.21279.2

Sorry if I'm wrong,

thangchung commented 3 years ago

hi @Quraian I used the tye tool at https://github.com/dotnet/tye/blob/main/docs/getting_started.md#working-with-ci-builds, ref https://github.com/thangchung/clean-architecture-dotnet/issues/18

But have you tested this project with tye 0.7? If that's working, then I'm happy to merge this PR.

Quraian commented 3 years ago

Hi @thangchung , No I haven't tested, version 0.8 doesn't install.

I guess then just modify the readme to include: --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

Otherwise, the command won't work for others.

thangchung commented 3 years ago

Thanks for your suggestion. I will update it in a next commit 👍