28 lines
		
	
	
		
			896 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			896 B
		
	
	
	
		
			XML
		
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFramework>net6.0</TargetFramework>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 | 
						|
    <OutputPath>..\bin</OutputPath>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="EntityFrameworkCore.Projectables" Version="2.1.1" />
 | 
						|
    <PackageReference Include="EntityFrameworkCore.Projectables.Abstractions" Version="2.1.1" />
 | 
						|
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.4" />
 | 
						|
    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.4" />
 | 
						|
    <PackageReference Include="NewId" Version="3.0.3" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\IRaCIS.Core.Domain.Share\IRaCIS.Core.Domain.Share.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <Folder Include="SQLFile\" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |