summaryrefslogtreecommitdiff
path: root/MyDarling.csproj
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-01-31 14:54:32 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-01-31 14:54:32 +0300
commitb8fa6f7418c45785767bff42f9857af08fc9d891 (patch)
tree344c7ddd1f6664176d9388627db5fe03939782b1 /MyDarling.csproj
Initial commit
Diffstat (limited to 'MyDarling.csproj')
-rw-r--r--MyDarling.csproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/MyDarling.csproj b/MyDarling.csproj
new file mode 100644
index 0000000..f2e24bf
--- /dev/null
+++ b/MyDarling.csproj
@@ -0,0 +1,17 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.2">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" />
+ </ItemGroup>
+
+</Project>