Skip to content

Commit 61c93ad

Browse files
committed
Aggiornati pacchetti Nuget
1 parent 61b717f commit 61c93ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.6" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
14-
<PackageReference Include="xunit" Version="2.8.1" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
14+
<PackageReference Include="xunit" Version="2.9.0" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

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.6" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)