Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit a2df222

Browse files
Bump Microsoft.Owin from 4.1.0 to 4.1.1 in /src/NuGet.Services.Owin (#403)
* Bump Microsoft.Owin from 4.1.0 to 4.1.1 in /src/NuGet.Services.Owin Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/aspnet/AspNetKatana/releases) - [Commits](aspnet/AspNetKatana@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: Microsoft.Owin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Remove explicit reference from tests Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joel Verhagen <[email protected]>
1 parent 900bef1 commit a2df222

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/NuGet.Services.Owin/NuGet.Services.Owin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.Owin">
10-
<Version>4.1.0</Version>
10+
<Version>4.1.1</Version>
1111
</PackageReference>
1212
</ItemGroup>
1313

tests/NuGet.Services.Owin.Tests/NuGet.Services.Owin.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Owin">
9-
<Version>4.1.0</Version>
10-
</PackageReference>
118
<PackageReference Include="Moq">
129
<Version>4.10.0</Version>
1310
</PackageReference>

0 commit comments

Comments
 (0)