Browse Source

removed version from Microsoft.AspNetCore.App from WebMVC/WebMVC.csproj

pull/990/head
Rafsanul Hasan 5 years ago
parent
commit
089f858ead
No known key found for this signature in database GPG Key ID: 4BBF45E04D0AD72B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebMVC/WebMVC.csproj

+ 1
- 1
src/Web/WebMVC/WebMVC.csproj View File

@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.3" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="2.2.0-preview2-35157" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Fabric.MSBuild" Version="1.6.7" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />


Loading…
Cancel
Save