Remove special condition for net 9.0 in Startup
Open
- Dominant language
- C#
- Stars
- 1.1k
- Forks
- 111
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 3
Description
Could [this ](https://github.com/dotnet/crank/blob/f2060ca5048f485aa0a6a9b85b3fc3e8b8798ada/src/Microsoft.Crank.Agent/Startup.cs#L4216)be removed now? as net 9 has been released, thank you
```
case "net9.0":
// Pin the version as any subsequent one will try to resolve WindowsDesktop 9.0.0
sdkVersion = "9.0.100-rtm.24513.10";
Log.Info($"SDK: {sdkVersion} (Hard-coded until GA)");
```
Contributor guide
Assessment
This issue has not been assessed yet.