Skip to content

Commit

Permalink
Merge pull request #3602 from rockfordlhotka/3593-v7release
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
rockfordlhotka authored Dec 5, 2023
2 parents c97a809 + b037501 commit 275f3fa
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions NuGet/Definition/Csla.AspNetCore.NuSpec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</group>
<group targetFramework="net7.0">
<dependency id="Csla" version="[4.6.3-Beta10]" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0-rc.2.22472.3" />
<dependency id="Microsoft.AspNetCore.Components.Authorization" version="7.0.0-rc.2.22476.2" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" />
<dependency id="Microsoft.AspNetCore.Components.Authorization" version="7.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/Definition/Csla.Windows.Forms.NuSpec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</group>
<group targetFramework="net7.0-windows10.0.19041.0">
<dependency id="Csla" version="[4.6.3-Beta10]" />
<dependency id="Microsoft.Extensions.Hosting" version="7.0.0-rc.2.22472.3" />
<dependency id="Microsoft.Extensions.Hosting.Abstractions" version="7.0.0-rc.2.22472.3" />
<dependency id="Microsoft.Extensions.Hosting" version="7.0.0" />
<dependency id="Microsoft.Extensions.Hosting.Abstractions" version="7.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/Definition/Csla.Wpf.NuSpec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</group>
<group targetFramework="net7.0-windows10.0.19041.0">
<dependency id="Csla" version="[4.6.3-Beta10]" />
<dependency id="Microsoft.Extensions.Hosting" version="7.0.0-rc.2.22472.3" />
<dependency id="Microsoft.Extensions.Hosting.Abstractions" version="7.0.0-rc.2.22472.3" />
<dependency id="Microsoft.Extensions.Hosting" version="7.0.0" />
<dependency id="Microsoft.Extensions.Hosting.Abstractions" version="7.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Source/Csla.AspNetCore/Csla.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.0-rc.2.22476.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
6 changes: 3 additions & 3 deletions Source/Csla.Channels.Grpc/Csla.Channels.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.23.2" />
<PackageReference Include="Grpc.Net.Client" Version="2.53.0" />
<PackageReference Include="Grpc.Tools" Version="2.54.0">
<PackageReference Include="Google.Protobuf" Version="3.25.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.59.0" />
<PackageReference Include="Grpc.Tools" Version="2.59.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RabbitMQ.Client" Version="6.5.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Csla.Data.SqlClient/Csla.Data.SqlClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.9" />
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.9" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.3.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Source/Csla.Xaml.Xamarin/Csla.Xaml.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 275f3fa

Please sign in to comment.