Update NuGet packages
This commit is contained in:
		| @@ -7,14 +7,14 @@ | |||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|  |  | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0"> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11"> | ||||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||||
|       <PrivateAssets>all</PrivateAssets> |       <PrivateAssets>all</PrivateAssets> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" /> | ||||||
|     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> |     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" /> | ||||||
|     <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |     <PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" /> | ||||||
|     <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |     <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|  |  | ||||||
| </Project> | </Project> | ||||||
| @@ -7,13 +7,13 @@ | |||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|  |  | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0"> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11"> | ||||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||||
|       <PrivateAssets>all</PrivateAssets> |       <PrivateAssets>all</PrivateAssets> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" /> | ||||||
|     <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |     <PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" /> | ||||||
|     <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" /> |     <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="7.2.0" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|  |  | ||||||
| </Project> | </Project> | ||||||
		Reference in New Issue
	
	Block a user