Initial
This commit is contained in:
		
							
								
								
									
										22
									
								
								Repositories/Repositories.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Repositories/Repositories.csproj
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\Datamodels\Datamodels.csproj" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.16" /> | ||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.16"> | ||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
|       <PrivateAssets>all</PrivateAssets> | ||||
|     </PackageReference> | ||||
|     <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.2.6" /> | ||||
|     <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.16" /> | ||||
|     <PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.16" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <TargetFramework>netstandard2.1</TargetFramework> | ||||
|   </PropertyGroup> | ||||
|  | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user