Skip to content

Commit cd01862

Browse files
authored
Move Microsoft.Owin* packages to 4.2.2 (#360)
- follow on from #358 - use the latest versions consistently - correct `%(Hintpath)` metadata - Dependabot doesn't fix this information automatically
1 parent f9e0cef commit cd01862

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/System.Web.Http.Owin/System.Web.Http.Owin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<Reference Include="Microsoft.Owin">
17-
<HintPath>..\..\packages\Microsoft.Owin.2.0.2\lib\net45\Microsoft.Owin.dll</HintPath>
17+
<HintPath>..\..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
1818
</Reference>
1919
<Reference Include="Owin">
2020
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Owin" version="4.1.1" targetFramework="net45" />
3+
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net45" />
44
<package id="Owin" version="1.0" targetFramework="net45" />
55
</packages>

test/System.Web.Http.Owin.Test/System.Web.Http.Owin.Test.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<Private>True</Private>
2020
</Reference>
2121
<Reference Include="Microsoft.Owin">
22-
<HintPath>..\..\packages\Microsoft.Owin.2.0.2\lib\net45\Microsoft.Owin.dll</HintPath>
22+
<HintPath>..\..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
2323
</Reference>
24-
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
24+
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
2525
<SpecificVersion>False</SpecificVersion>
26-
<HintPath>..\..\packages\Microsoft.Owin.Host.HttpListener.2.0.2\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
26+
<HintPath>..\..\packages\Microsoft.Owin.Host.HttpListener.4.2.2\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
2727
</Reference>
28-
<Reference Include="Microsoft.Owin.Hosting, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
28+
<Reference Include="Microsoft.Owin.Hosting, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
2929
<SpecificVersion>False</SpecificVersion>
30-
<HintPath>..\..\packages\Microsoft.Owin.Hosting.2.0.2\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
30+
<HintPath>..\..\packages\Microsoft.Owin.Hosting.4.2.2\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
3131
</Reference>
3232
<Reference Include="Moq, Version=4.7.142.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
3333
<HintPath>..\..\packages\Moq.4.7.142\lib\net45\Moq.dll</HintPath>

test/System.Web.Http.Owin.Test/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Castle.Core" version="4.2.1" targetFramework="net452" />
4-
<package id="Microsoft.Owin" version="4.1.1" targetFramework="net452" />
5-
<package id="Microsoft.Owin.Host.HttpListener" version="2.0.2" targetFramework="net452" />
6-
<package id="Microsoft.Owin.Hosting" version="2.0.2" targetFramework="net452" />
4+
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net452" />
5+
<package id="Microsoft.Owin.Host.HttpListener" version="4.2.2" targetFramework="net452" />
6+
<package id="Microsoft.Owin.Hosting" version="4.2.2" targetFramework="net452" />
77
<package id="Moq" version="4.7.142" targetFramework="net452" />
88
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" />
99
<package id="Owin" version="1.0" targetFramework="net452" />

0 commit comments

Comments
 (0)