-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathiGotify Notification Assist.csproj
More file actions
26 lines (23 loc) · 1.12 KB
/
Copy pathiGotify Notification Assist.csproj
File metadata and controls
26 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<RootNamespace>iGotify_Notification_Assist</RootNamespace>
<AssemblyVersion>1.6.0.1</AssemblyVersion>
<FileVersion>1.6.0.1</FileVersion>
<Version>1.6.0.1</Version>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Scalar.AspNetCore" Version="2.11.10" />
<PackageReference Include="secntfy.nuget" Version="1.0.9" />
<PackageReference Include="Websocket.Client" Version="5.3.0" />
</ItemGroup>
</Project>