Skip to content

Commit b6066a2

Browse files
Update dotnet monorepo to v6.0.9
1 parent 691faf8 commit b6066a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SahneeBot/SahneeBot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="ColorHelper" Version="1.6.1" />
1414
<PackageReference Include="Discord.Net" Version="3.3.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

SahneeBotModel/SahneeBotModel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
11+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.9" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>

0 commit comments

Comments
 (0)