diff options
| author | Jake Mannens <jake@asger.xyz> | 2024-09-20 16:21:09 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2024-10-29 11:42:48 +1100 |
| commit | 0e21907c76dbefed11f382bcf949143f0716567f (patch) | |
| tree | 3b470c01fb441517bc794daa179e6b2159fc8b46 /PagerParser.csproj | |
| parent | 0ae271bebd4a43b14bd4c215c539e16adbe073fb (diff) | |
v0.3v0.3
Diffstat (limited to 'PagerParser.csproj')
| -rw-r--r-- | PagerParser.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PagerParser.csproj b/PagerParser.csproj index 0652e9b..8a16fe6 100644 --- a/PagerParser.csproj +++ b/PagerParser.csproj @@ -4,11 +4,13 @@ <TargetFramework>net7.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> + <Version>0.3</Version> </PropertyGroup> <ItemGroup> <PackageReference Include="CoordinateSharp" Version="2.18.1.1" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" /> + <PackageReference Include="SocketIOClient" Version="3.0.8" /> <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" /> |
