Update dependencies (#19)

This commit is contained in:
2022-05-12 18:53:24 +02:00
committed by GitHub
parent ffb1d51b81
commit b759869ed6
+4 -4
View File
@@ -5,13 +5,13 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<ApplicationIcon />
<StartupObject />
<Version>5.4.2</Version>
<Version>5.4.3</Version>
<LangVersion>latest</LangVersion>
<Authors>Alexandru-Victor Macocian</Authors>
<Product>MTSC</Product>
<Description>Modular TCP Server and Client</Description>
<AssemblyVersion>5.4.2.0</AssemblyVersion>
<FileVersion>5.4.2.0</FileVersion>
<AssemblyVersion>5.4.3.0</AssemblyVersion>
<FileVersion>5.4.3.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Platforms>AnyCPU;x64</Platforms>
<PackageProjectUrl>https://github.com/AlexMacocian/MTSC</PackageProjectUrl>
@@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Slim" Version="1.7.2" />
<PackageReference Include="Slim" Version="1.7.3" />
</ItemGroup>
<ItemGroup>