Skip to content

Commit

Permalink
feat: Add .NET 6 support for deploying to Elastic Beanstalk environme…
Browse files Browse the repository at this point in the history
…nts create outside of the deploy tool
  • Loading branch information
normj authored and philasmar committed Apr 1, 2022
1 parent 0644203 commit 5b8355f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Type": "MSProperty",
"Condition": {
"PropertyName": "TargetFramework",
"AllowedValues": [ "netcoreapp2.1", "netcoreapp3.1", "net5.0" ]
"AllowedValues": [ "netcoreapp2.1", "netcoreapp3.1", "net5.0", "net6.0" ]
}
}
],
Expand Down

0 comments on commit 5b8355f

Please sign in to comment.