update nuget package
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user