19 lines
		
	
	
	
		
			806 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			806 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|     <PropertyGroup>
 | |
|         <TargetFramework>net8.0</TargetFramework>
 | |
|         <Nullable>enable</Nullable>
 | |
|         <ImplicitUsings>enable</ImplicitUsings>
 | |
|     </PropertyGroup>
 | |
| 
 | |
|     <ItemGroup>
 | |
|       <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" />
 | |
|       <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.17" />
 | |
|       <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
 | |
|         <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 | |
|         <PrivateAssets>all</PrivateAssets>
 | |
|       </PackageReference>
 | |
|       <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.7" />
 | |
|     </ItemGroup>
 | |
| 
 | |
| </Project>
 | 
