Skip to content

Commit 97e9ff8

Browse files
chore(deps): update dotnet monorepo to v8
1 parent 11b441d commit 97e9ff8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Bard.Tests/Bard.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.23" />
23+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.2" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2525
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2626
<PackageReference Include="Shouldly" Version="4.2.1" />

src/Bard/Bard.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
</PropertyGroup>
6262

6363
<ItemGroup>
64-
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
65-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
64+
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.2" />
65+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
6666
<PackageReference Include="MinVer" Version="4.3.0">
6767
<PrivateAssets>all</PrivateAssets>
6868
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6969
</PackageReference>
7070
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
7171
<PackageReference Include="Snapshooter" Version="0.13.0" />
72-
<PackageReference Include="System.Text.Json" Version="6.0.8" />
72+
<PackageReference Include="System.Text.Json" Version="8.0.2" />
7373
</ItemGroup>
7474

7575
</Project>

src/Sample.Api/Sample.Api.csproj

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

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.23" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.23" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.2" />
1515
</ItemGroup>
1616

1717

0 commit comments

Comments
 (0)