File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 33 <OutputType >Exe</OutputType >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.Extensions.Hosting" Version = " 8.0.0 " />
7- <PackageReference Include =" Swashbuckle.AspNetCore" Version = " 6.5.0 " />
6+ <PackageReference Include =" Microsoft.Extensions.Hosting" />
7+ <PackageReference Include =" Swashbuckle.AspNetCore" />
88 </ItemGroup >
99</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <ItemGroup >
3- <PackageReference Include =" Microsoft.Data.SqlClient" Version = " 5.1.1 " />
3+ <PackageReference Include =" Microsoft.Data.SqlClient" />
44 </ItemGroup >
55</Project >
Original file line number Diff line number Diff line change 33 <OutputType >Exe</OutputType >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version = " 8.0.0 " >
6+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" >
77 <PrivateAssets >all</PrivateAssets >
88 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
99 </PackageReference >
Original file line number Diff line number Diff line change 33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.0" />
6+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.0" />
7+ <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
8+ <PackageVersion Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
9+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.1" />
10+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.0" />
11+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version =" 8.0.0" />
712 </ItemGroup >
813</Project >
Original file line number Diff line number Diff line change 33 <OutputType >Exe</OutputType >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version = " 8.0.0 " />
6+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" />
77 </ItemGroup >
88</Project >
Original file line number Diff line number Diff line change 33 <OutputType >Exe</OutputType >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version = " 8.0.0 " >
6+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" >
77 <PrivateAssets >all</PrivateAssets >
88 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
99 </PackageReference >
You can’t perform that action at this time.
0 commit comments