bump Microsoft.AspNetCore.App

This commit is contained in:
nicolas.dorier
2019-03-20 14:13:12 +09:00
parent b85ee895f5
commit be90172840
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ services:
nbxplorer:
image: nicolasdorier/nbxplorer:2.0.0.20
image: nicolasdorier/nbxplorer:2.0.0.21
restart: unless-stopped
ports:
- "32838:32838"

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.0.3.87</Version>
<Version>1.0.3.88</Version>
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
</PropertyGroup>
<PropertyGroup>
@@ -67,7 +67,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.6" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.9" />
<PackageReference Include="YamlDotNet" Version="5.2.1" />
</ItemGroup>