Manuel Menegazzo
Manuel Menegazzo
@tg123 Thank, all checks are green.
/remove-lifecycle stale
@dependabot rebase
> Not sure if the compiler today takes it here is the thread when i want to solve the issue [dotnet/sdk#1791](https://github.com/dotnet/sdk/issues/1791) > > could you please link me any official...
Yes you are right, is the equivalent of `dotnet build -p:TargetFramework=netstandard2.1` but only for a specific dependency. Tomorrow i will write the netstandard2.0 version.
@tg123 For `netstandard2.0` the project to test is only `KubernetesClient.Classic.Tests` correct?
@tg123 I removed the tests for the netstandard2.0 version while keeping the dependency on the netstandard2.0 version of the dependency in the project file. csproj line > (https://github.com/kubernetes-client/csharp/pull/1029/files#diff-e19de45fad07027102b277638b6008d1dd89bc8cc9082513e0c86931e47a8a83R40) This allows...
With this version: - KubernetesClient.Classic.Tests can be deleted, **all netstandard2.0 tests are executed in KubernetesClient.Tests like netstandard2.1, net5.0 and net6.0** - KubernetesClient.Classic can be deleted/deprecated, now KubernetesClient is compiled with...
/assign @tg123 If you don't like the proposed solution, close the PR.