From b037501b0c0c375912a4542cb63573ff11959b60 Mon Sep 17 00:00:00 2001 From: Rockford lhotka Date: Tue, 5 Dec 2023 17:31:14 -0600 Subject: [PATCH] #3593 Update dependency versions --- NuGet/Definition/Csla.AspNetCore.NuSpec | 4 ++-- NuGet/Definition/Csla.Windows.Forms.NuSpec | 4 ++-- NuGet/Definition/Csla.Wpf.NuSpec | 4 ++-- Source/Csla.AspNetCore/Csla.AspNetCore.csproj | 2 +- Source/Csla.Channels.Grpc/Csla.Channels.Grpc.csproj | 6 +++--- .../Csla.Channels.RabbitMq/Csla.Channels.RabbitMq.csproj | 2 +- Source/Csla.Data.SqlClient/Csla.Data.SqlClient.csproj | 2 +- Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj | 4 ++-- Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj | 2 +- releasenotes.md | 9 +++++++++ 10 files changed, 24 insertions(+), 15 deletions(-) diff --git a/NuGet/Definition/Csla.AspNetCore.NuSpec b/NuGet/Definition/Csla.AspNetCore.NuSpec index 255ea51145..ff9e1627a1 100644 --- a/NuGet/Definition/Csla.AspNetCore.NuSpec +++ b/NuGet/Definition/Csla.AspNetCore.NuSpec @@ -32,8 +32,8 @@ - - + + diff --git a/NuGet/Definition/Csla.Windows.Forms.NuSpec b/NuGet/Definition/Csla.Windows.Forms.NuSpec index a17efbc68e..4672bcbed6 100644 --- a/NuGet/Definition/Csla.Windows.Forms.NuSpec +++ b/NuGet/Definition/Csla.Windows.Forms.NuSpec @@ -33,8 +33,8 @@ - - + + diff --git a/NuGet/Definition/Csla.Wpf.NuSpec b/NuGet/Definition/Csla.Wpf.NuSpec index 8d7f691bd9..248e7688b3 100644 --- a/NuGet/Definition/Csla.Wpf.NuSpec +++ b/NuGet/Definition/Csla.Wpf.NuSpec @@ -33,8 +33,8 @@ - - + + diff --git a/Source/Csla.AspNetCore/Csla.AspNetCore.csproj b/Source/Csla.AspNetCore/Csla.AspNetCore.csproj index 8068b398df..b8d922c621 100644 --- a/Source/Csla.AspNetCore/Csla.AspNetCore.csproj +++ b/Source/Csla.AspNetCore/Csla.AspNetCore.csproj @@ -28,7 +28,7 @@ - + diff --git a/Source/Csla.Channels.Grpc/Csla.Channels.Grpc.csproj b/Source/Csla.Channels.Grpc/Csla.Channels.Grpc.csproj index 3f8f959fb3..18cd47150c 100644 --- a/Source/Csla.Channels.Grpc/Csla.Channels.Grpc.csproj +++ b/Source/Csla.Channels.Grpc/Csla.Channels.Grpc.csproj @@ -20,9 +20,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/Csla.Channels.RabbitMq/Csla.Channels.RabbitMq.csproj b/Source/Csla.Channels.RabbitMq/Csla.Channels.RabbitMq.csproj index c93d9b69c6..6571709b18 100644 --- a/Source/Csla.Channels.RabbitMq/Csla.Channels.RabbitMq.csproj +++ b/Source/Csla.Channels.RabbitMq/Csla.Channels.RabbitMq.csproj @@ -12,7 +12,7 @@ - + diff --git a/Source/Csla.Data.SqlClient/Csla.Data.SqlClient.csproj b/Source/Csla.Data.SqlClient/Csla.Data.SqlClient.csproj index a4d1adecee..2c74005b2d 100644 --- a/Source/Csla.Data.SqlClient/Csla.Data.SqlClient.csproj +++ b/Source/Csla.Data.SqlClient/Csla.Data.SqlClient.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj b/Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj index 2384752a78..ff5402a593 100644 --- a/Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj +++ b/Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj @@ -17,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj b/Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj index 322aecad11..b85d0dcaa3 100644 --- a/Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj +++ b/Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj @@ -29,7 +29,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/releasenotes.md b/releasenotes.md index bd5e805198..c7ab9fbe1f 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -13,6 +13,15 @@ CSLA .NET version 7.0.3 fixes bugs and updates the MAUI build target. * [Changes in this release](https://github.com/MarimerLLC/csla/issues?q=project%3Amarimerllc%2F12+) +### Dependency Updates + +* Updated some .NET 7 RC references to the released versions +* Update gRPC dependencies to current +* Update RabbitMQ dependencies to current +* Update `Microsoft.Data.SqlClient` to version 5.1.2 +* Update ASP.NET MVC 5 dependencies to version 5.3.0 +* Update `Xamarin.Forms` dependency version to 5.0.0.2622 + ### Contributors * @russblair