net 6 migration
This commit is contained in:
		| @@ -1,16 +1,17 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
| 	<ItemGroup> | ||||
| 		<ProjectReference Include="..\Datamodels\Datamodels.csproj"/> | ||||
| 		<ProjectReference Include="..\Datamodels\Datamodels.csproj" /> | ||||
| 	</ItemGroup> | ||||
| 	<ItemGroup> | ||||
| 		<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.2.21480.5"/> | ||||
| 		<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.2.21480.5" /> | ||||
| 		<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.2.21480.5"> | ||||
| 			<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
| 			<PrivateAssets>all</PrivateAssets> | ||||
| 		</PackageReference> | ||||
| 		<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0-preview.7"/> | ||||
| 		<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0-rc.2.21480.5"/> | ||||
| 		<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0-rc.2.21480.5"/> | ||||
| 		<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0-rc.2.21480.5" /> | ||||
| 		<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0-preview.7" /> | ||||
| 		<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0-rc.2.21480.5" /> | ||||
| 		<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0-rc.2.21480.5" /> | ||||
| 	</ItemGroup> | ||||
| 	<PropertyGroup> | ||||
| 		<TargetFramework>net6.0</TargetFramework> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user