Skip to content

Commit

Permalink
A few package version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Feb 18, 2023
1 parent 64f67bc commit 983c88c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Apache.NMS.ActiveMQ.NetStd" Version="1.8.0" />
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="3.7.101.41" />
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="3.7.101.6" />
<PackageVersion Include="AWSSDK.SQS" Version="3.7.100.70" />
<PackageVersion Include="AWSSDK.DynamoDBv2" Version="3.7.101.48" />
<PackageVersion Include="AWSSDK.SimpleNotificationService" Version="3.7.101.13" />
<PackageVersion Include="AWSSDK.SQS" Version="3.7.100.77" />
<PackageVersion Include="Azure.Identity" Version="1.8.2" />
<PackageVersion Include="Azure.Messaging.EventHubs.Processor" Version="5.7.5" />
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.12.0" />
Expand All @@ -17,7 +17,7 @@
<PackageVersion Include="coverlet.collector" Version="3.1.2" />
<PackageVersion Include="dapper.contrib" Version="2.0.78" />
<PackageVersion Include="EntityFramework" Version="6.4.4" />
<PackageVersion Include="Google.Protobuf" Version="3.21.12" />
<PackageVersion Include="Google.Protobuf" Version="3.22.0" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Net.Client" Version="2.51.0" />
<PackageVersion Include="Grpc.Tools" Version="2.51.0" />
Expand All @@ -38,7 +38,7 @@
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version="5.8.1" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="2.1.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.18" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
Expand Down
1 change: 1 addition & 0 deletions MassTransit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution", ".solution", "{
signing.props = signing.props
.github\workflows\build.yml = .github\workflows\build.yml
NuGet.README.md = NuGet.README.md
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scheduling", "Scheduling", "{FDC1A760-D4E5-44F4-B0D9-C19F2E14253A}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Google.Protobuf" />
<PackageReference Include="Grpc.Net.Client" />
<PackageReference Include="Grpc.Core" />
<PackageReference Include="Grpc.Tools" >
<PackageReference Include="Grpc.Tools">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 983c88c

Please sign in to comment.