Skip to content

Commit 84d0de8

Browse files
Copilotmasilver99
andcommitted
Complete .NET 9.0 upgrade: updated all packages and fixed documentation paths
Co-authored-by: masilver99 <14352629+masilver99@users.noreply.github.com>
1 parent 6f88987 commit 84d0de8

11 files changed

Lines changed: 930 additions & 89 deletions

File tree

AgQueue.Common/AgQueue.Common.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
13-
<DocumentationFile>C:\dev\AgQueue\AgQueue.Common\AgQueue.Common.xml</DocumentationFile>
13+
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Google.Protobuf" Version="3.13.0" />
17+
<PackageReference Include="Google.Protobuf" Version="3.32.1" />
1818
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" />
22+
<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.2" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

AgQueue.GrpcServer/AgQueue.GrpcServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Grpc.AspNetCore" Version="2.32.0" />
8+
<PackageReference Include="Grpc.AspNetCore" Version="2.71.0" />
99
</ItemGroup>
1010

1111
<ItemGroup>

AgQueue.Models/AgQueue.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Grpc.AspNetCore" Version="2.32.0" />
12+
<PackageReference Include="Grpc.AspNetCore" Version="2.71.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)