-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp Orleans shopping cart example | .NET 8 + Azure Cosmos DB for NoSQL #6213
Revamp Orleans shopping cart example | .NET 8 + Azure Cosmos DB for NoSQL #6213
Conversation
@IEvangelist and @bradygaster, this sample will be ready for review next week after I add the Dockerfile |
orleans/ShoppingCart/Abstractions/Orleans.ShoppingCart.Abstractions.csproj
Outdated
Show resolved
Hide resolved
@IEvangelist, How do you feel about a floating version resolution? <PackageReference Include="Microsoft.Orleans.Server" Version="8.*-*" /> That syntax should cover both pre-release and release variants of 8.x I use this technique for |
Co-authored-by: David Pine <[email protected]>
@seesharprun - The |
Changes:
7.x
)dotnet format
Related to dotnet/docs#36975