Skip to content

Commit

Permalink
Update Microsoft.Owin package to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Aug 29, 2022
1 parent 7e88446 commit b834003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Samples/Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
<HintPath>..\packages\Hangfire.SqlServer.1.5.0-beta3\lib\net45\Hangfire.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
<Private>True</Private>
<Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.5.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Samples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Hangfire.Core" version="1.5.0-beta3" targetFramework="net452" />
<package id="Hangfire.Dashboard.Authorization" version="2.1.0" targetFramework="net452" />
<package id="Hangfire.SqlServer" version="1.5.0-beta3" targetFramework="net452" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net452" />
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net452" />
<package id="Newtonsoft.Json" version="5.0.1" targetFramework="net452" />
<package id="Owin" version="1.0" targetFramework="net452" />
</packages>

0 comments on commit b834003

Please sign in to comment.