|
| 1 | +# Packages to keep back until further testing is done |
| 2 | + |
| 3 | +| Package | Version | Reason to keep back | |
| 4 | +|---------|---------|---------------------| |
| 5 | +| CacheManager.Core | = 1.2.0 | Has some breaking changes, too risky to update for now. | |
| 6 | +| CacheManager.SystemRuntimeCaching | = 1.2.0 | Has some breaking changes, too risky to update for now. | |
| 7 | +| CronExpressionDescriptor | = 2.16.0 | Hoping to remove it completely, leave it for now. | |
| 8 | +| CsvHelper | = 2.16.3 | Newer versions have breaking changes that need to be addressed. | |
| 9 | +| dotless | 1.5.2 | This is deprecated anyway, so maybe we should just leave it. | |
| 10 | +| EntityFramework | = 6.4.4 | Should go through some more testing before upgrading. | |
| 11 | +| Fluid.Core | = 2.25.0 | Requires very careful testing when upgrading. | |
| 12 | +| Ical.Net | = 4.2.0 | Version 5 has some minor breaking changes that we need to address internally. | |
| 13 | +| jQuery | = 3.4.1 | Needs testing and verification that nothing will break. | |
| 14 | +| MassTransit.Azure.ServiceBus.Core | = 8.2.5 | Newer versions indirectly depend on Microsoft.IdentityModel.Clients.ActiveDirectory > 3.0.0 which we can't do. | |
| 15 | +| MassTransit.AzureServiceBus | = 5.5.6 | Newer versions indirectly depend on Microsoft.IdentityModel.Clients.ActiveDirectory > 3.0.0 which we can't do. This is actually legacy and only required because we are using old code in AzureServiceBus.cs, MassTransit.Azure.ServiceBus.Core is the one we should be using. | |
| 16 | +| MassTransit.RabbitMQ | = 8.2.5 | Newer versions indirectly depend on Microsoft.IdentityModel.Clients.ActiveDirectory > 3.0.0 which we can't do. | |
| 17 | +| Microsoft.Azure.SignalR.AspNet | = 1.0.14 | Latest version adds a dependency on a newer jQuery version than we have. | |
| 18 | +| Microsoft.CodeDom.Providers.DotNetCompilerPlatform | = 3.6.0 | This is the Roslyn compiler for WebForms, needs extensive testing on upgrade. | |
| 19 | +| Microsoft.SqlServer.Types | = 11.0.2 | I really just don't want to touch this unless we have to, even though it is probably safe. | |
| 20 | +| System.Interactive.Async | = 3.2.0 | Don't think we need this, but don't want to remove until we know for sure. | |
| 21 | + |
| 22 | +# Packages to keep back |
| 23 | + |
| 24 | +| Package | Version | Reason to keep back | |
| 25 | +|---------|---------|---------------------| |
| 26 | +| CS-Script | < 4.0.0 | Version 4.0.0 has some pretty heavy breaking changes that require a .NET 5 SDK installed to work. | |
| 27 | +| Microsoft.AspNet.Cors | = 5.2.9 | Microsoft.AspNet.WebApi.OData indirectly depends on this version and has no update. | |
| 28 | +| Microsoft.AspNet.WebApi.Core | = 5.2.9 | Microsoft.AspNet.WebApi.OData indirectly depends on this version and has no update. | |
| 29 | +| Microsoft.AspNet.WebApi.Cors | = 5.2.9 | Microsoft.AspNet.WebApi.OData indirectly depends on this version and has no update. | |
| 30 | +| Microsoft.AspNet.WebApi.WebHost | = 5.2.9 | Microsoft.AspNet.WebApi.OData indirectly depends on this version and has no update. | |
| 31 | +| Microsoft.IdentityModel.Clients.ActiveDirectory | < 3.0.0 | PowerBiUtilities.cs in Rock requires a version less than this to compile. | |
| 32 | +| Microsoft.Net.Http.Headers | = 2.3.4 | Newer versions are not compatible with .NET Framework. | |
| 33 | +| Microsoft.Owin | = 4.2.3 | Microsoft.AspNet.WebApi.OData depends on version less than 4.3.0 and has no update. | |
| 34 | +| Microsoft.Owin.Cors | = 4.2.3 | Microsoft.AspNet.WebApi.OData depends on version less than 4.3.0 and has no update. | |
| 35 | +| Microsoft.Owin.Host.SystemWeb | = 4.2.3 | Microsoft.AspNet.WebApi.OData depends on version less than 4.3.0 and has no update. | |
| 36 | +| Microsoft.Owin.Security | = 4.2.3 | Microsoft.AspNet.WebApi.OData depends on version less than 4.3.0 and has no update. | |
| 37 | +| OpenTelemetry.Exporter.OpenTelemetryProtocol | = 1.11.1 | gRPC not supported in later versions on .NET Framework. | |
| 38 | +| RestSharp | = 105.2.3 | Breaking changes in update. | |
| 39 | +| SixLabors.Fonts | < 2.0.0 | License changed. | |
| 40 | +| SixLabors.Imagesharp | < 3.0.0 | License changed. | |
| 41 | +| SixLabors.ImageSharp.Drawing | < 2.0.0 | License changed. | |
| 42 | +| SmtpServer | < 11.0.0 | No longer supports .NET Framework. | |
| 43 | +| Z.EntityFramework.Plus.EF6 | = 5.1.31 | Newer versions have a bug that causes the global filter on Group and GroupMember to error. | |
0 commit comments