aboutsummaryrefslogtreecommitdiffstats
path: root/бібліотека.csproj
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-03-10 15:39:25 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-03-10 15:39:25 +0100
commit58e1ffa9effc92f5ddebee4068d5931be12201b0 (patch)
tree45b3fb1e652c7ec72e486fb9c21b1fda0deb7db9 /бібліотека.csproj
downloadбібліотека-58e1ffa9effc92f5ddebee4068d5931be12201b0.tar.gz
бібліотека-58e1ffa9effc92f5ddebee4068d5931be12201b0.tar.zst
бібліотека-58e1ffa9effc92f5ddebee4068d5931be12201b0.zip
Initial commit w/ v1.0.0
Diffstat (limited to 'бібліотека.csproj')
-rw-r--r--бібліотека.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/бібліотека.csproj b/бібліотека.csproj
new file mode 100644
index 0000000..1f94eab
--- /dev/null
+++ b/бібліотека.csproj
@@ -0,0 +1,16 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.2" />
+ <PackageReference Include="MySqlConnector" Version="2.1.7" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
+ <Watch Include="**\*.cs" />
+ </ItemGroup>
+
+</Project>