Skip to content

Commit f84eabb

Browse files
committed
Aggiornati pacchetti Nuget
1 parent a738d7f commit f84eabb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ClassLibrary.EFCore.Tests/ClassLibrary.EFCore.Tests.csproj

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

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1414
<PackageReference Include="xunit" Version="2.9.2" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

src/ClassLibrary.EFCore/ClassLibrary.EFCore.csproj

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

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)