Skip to content

Commit 6021b47

Browse files
committed
updatae lockfile
1 parent 6d5c55c commit 6021b47

File tree

5 files changed

+1447
-4
lines changed

5 files changed

+1447
-4
lines changed

.github/workflows/nuget-lockfile-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
default: '9.0.304'
1111
secrets: {}
1212

13+
permissions:
14+
pull-requests: write
15+
1316
jobs:
1417
update-lock-files:
1518
name: Auto Sync Lock Files

Subgraphs/Authors/Demo.Authors.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12+
<PackageReference Include="MassTransit" />
13+
<PackageReference Include="MassTransit.Marten" />
14+
<PackageReference Include="MassTransit.RabbitMQ" />
1215
<PackageReference Include="HotChocolate.AspNetCore"/>
1316
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" />
1417
<PackageReference Include="HotChocolate.Data.EntityFramework" />

0 commit comments

Comments
 (0)