CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
523 stars 157 forks source link

Support net 7 #989

Closed JustinWilkinson closed 1 year ago

JustinWilkinson commented 1 year ago

The changes in this PR are as follows:

I have read the contributing guidelines and have completed the following:

Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure:

webApp {
      name "my-web-app"
      runtime_stack Runtime.DotNet70
}