Skip to content

Commit 41c2c34

Browse files
Bump Microsoft.AspNetCore.Owin in /src/main/Port.Adapter/In/Api
Bumps [Microsoft.AspNetCore.Owin](https://github.com/aspnet/AspNetCore) from 2.0.0 to 3.1.8. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@2.0.0...v3.1.8) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Owin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1f0fca commit 41c2c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/Port.Adapter/In/Api/In.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.0.0" />
2525
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.0.0" />
27-
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="2.0.0" />
27+
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="3.1.8" />
2828
<PackageReference Include="Nancy" Version="2.0.0-clinteastwood" />
2929
<PackageReference Include="Nancy.Serialization.JsonNet" Version="2.0.0-clinteastwood" />
3030
<PackageReference Include="Neurul.Common.Http" Version="0.1.15" />

0 commit comments

Comments
 (0)