update nuget package

This commit is contained in:
Martijn Scheepers
2021-01-14 12:05:00 +01:00
parent 88252faa09
commit dfb4242319
2 changed files with 3 additions and 3 deletions

View File

@@ -234,7 +234,7 @@ namespace UCS_Status_Monitor.Controllers
return new JsonResult("OK");
}
private string StringListToString(List<string> arr)
private static string StringListToString(List<string> arr)
{
var str = "";
foreach (var item in arr)

View File

@@ -6,8 +6,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.1">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>