Skip to content

Commit

Permalink
kestrel version
Browse files Browse the repository at this point in the history
  • Loading branch information
aikixd committed Feb 18, 2020
1 parent 49b82a0 commit 68ef31f
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 342 deletions.
6 changes: 3 additions & 3 deletions SolutionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
[assembly: AssemblyCopyright("© 2018 Gigya Inc.")]
[assembly: AssemblyDescription("Microdot Framework")]

[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: AssemblyInformationalVersion("2.1.2.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
[assembly: AssemblyInformationalVersion("2.1.3.0")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ nuget Microsoft.Extensions.Configuration ~> 2
nuget Microsoft.AspNetCore.Connections.Abstractions ~> 2
nuget Microsoft.AspNetCore.Hosting ~> 2
nuget Microsoft.AspNetCore.Server.Kestrel ~> 2
nuget Microsoft.AspNetCore.Server.Kestrel.Core ~> 2.1.7
nuget Microsoft.Extensions.Logging.Abstractions ~> 2
nuget Microsoft.Extensions.ObjectPool ~> 2
nuget Microsoft.Extensions.DependencyModel ~> 2
Expand Down
Loading

1 comment on commit 68ef31f

@aikixd
Copy link
Contributor

@aikixd aikixd commented on 68ef31f Feb 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downgrade Kestrel.Core due to it having CVE-2019-0564

Please sign in to comment.