aboutsummaryrefslogtreecommitdiff
path: root/PagerParser.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'PagerParser.csproj')
-rw-r--r--PagerParser.csproj22
1 files changed, 22 insertions, 0 deletions
diff --git a/PagerParser.csproj b/PagerParser.csproj
new file mode 100644
index 0000000..0652e9b
--- /dev/null
+++ b/PagerParser.csproj
@@ -0,0 +1,22 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="CoordinateSharp" Version="2.18.1.1" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.8" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.8" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.8">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
+ <PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
+ </ItemGroup>
+
+</Project> \ No newline at end of file