Skip to content

Commit

Permalink
Updated Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonbrett committed Oct 9, 2024
1 parent ee121d6 commit ea440c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pickuphockey.Tests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NodaTime" publicKeyToken="4226afe0d9b296d1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.11.0" newVersion="3.1.11.0" />
<bindingRedirect oldVersion="0.0.0.0-3.1.12.0" newVersion="3.1.12.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion pickuphockey/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NodaTime" publicKeyToken="4226afe0d9b296d1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.11.0" newVersion="3.1.11.0" />
<bindingRedirect oldVersion="0.0.0.0-3.1.12.0" newVersion="3.1.12.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
Expand Down
2 changes: 1 addition & 1 deletion pickuphockey/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<package id="NETStandard.Library" version="2.0.3" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net48" />
<package id="NodaTime" version="3.1.11" targetFramework="net48" />
<package id="NodaTime" version="3.1.12" targetFramework="net48" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="popper.js" version="1.16.1" targetFramework="net472" />
<package id="Respond" version="1.4.2" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions pickuphockey/pickuphockey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
<Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
</Reference>
<Reference Include="NodaTime, Version=3.1.11.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL">
<HintPath>..\packages\NodaTime.3.1.11\lib\netstandard2.0\NodaTime.dll</HintPath>
<Reference Include="NodaTime, Version=3.1.12.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL">
<HintPath>..\packages\NodaTime.3.1.12\lib\netstandard2.0\NodaTime.dll</HintPath>
</Reference>
<Reference Include="SendGrid, Version=9.29.3.0, Culture=neutral, PublicKeyToken=4f047e93159395ca, processorArchitecture=MSIL">
<HintPath>..\packages\SendGrid.9.29.3\lib\net452\SendGrid.dll</HintPath>
Expand Down

0 comments on commit ea440c7

Please sign in to comment.