mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
8cd6ad65b1
* fix Build with newer .NET 10 SDKs The IDE0370 are a mess since they only affect certain target frameworks. Maybe we should disable this one completely instead? Also set a fixed SDK Version in CI so this doesn't randomly break again. * Remove IDE0370 * global.json: use latestMinor to make sure that dotnet-setup installs the exact version, see https://github.com/sshnet/SSH.NET/pull/1772#discussion_r2941495945 * Update global.json Co-authored-by: Rob Hague <rob.hague00@gmail.com> --------- Co-authored-by: Rob Hague <rob.hague00@gmail.com>
7 lines
79 B
JSON
7 lines
79 B
JSON
{
|
|
"sdk": {
|
|
"version": "10.0.201",
|
|
"rollForward": "latestMinor"
|
|
}
|
|
}
|