Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
379 stars 120 forks source link

Update NuGet packages to latest release versions #238

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

We need to review the code and update package references to align with the recommended version.

Upgraded packages should be compatible with our dotnet runtime target and we should not use Pre-release bits

Examples to review include:

Relecloud.Web

Relecloud.Web.Api

KSchlobohm commented 1 year ago

migrated to 1852505