Migration to net 6 - not working for now
This commit is contained in:
		| @@ -1,19 +1,15 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\..\..\Repositories\Repositories.csproj" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.16"> | ||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
|       <PrivateAssets>all</PrivateAssets> | ||||
|     </PackageReference> | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <OutputType>Exe</OutputType> | ||||
|     <TargetFramework>netcoreapp3.1</TargetFramework> | ||||
|   </PropertyGroup> | ||||
|  | ||||
| </Project> | ||||
| 	<ItemGroup> | ||||
| 		<ProjectReference Include="..\..\..\Repositories\Repositories.csproj"/> | ||||
| 	</ItemGroup> | ||||
| 	<ItemGroup> | ||||
| 		<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.2.21480.5"> | ||||
| 			<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
| 			<PrivateAssets>all</PrivateAssets> | ||||
| 		</PackageReference> | ||||
| 	</ItemGroup> | ||||
| 	<PropertyGroup> | ||||
| 		<OutputType>Exe</OutputType> | ||||
| 		<TargetFramework>net6.0</TargetFramework> | ||||
| 	</PropertyGroup> | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user