Hi, is there a way to update the dotnet sdk to v6?...
# seed
j
Hi, is there a way to update the dotnet sdk to v6? Trying to deploy a dotnet 6 project but I see the build image only supports up to dotnet 5
f
Hey @Jordan Fackrell, you can pin the dotnet version by pinning the .NET version in
seed.yml
.
j
That worked! Thank you!