Skip to content

Commit

Permalink
updated to UPnP 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Jun 23, 2020
1 parent 26913c0 commit 64fc118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MIG.Protocols/MIG.Protocols.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<Private>True</Private>
</Reference>
<Reference Include="UPnP, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\UPnP.1.0.0\lib\netstandard2.0\UPnP.dll</HintPath>
<HintPath>..\packages\UPnP.1.0.1\lib\netstandard2.0\UPnP.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="websocket-sharp, Version=1.0.1.0, Culture=neutral, PublicKeyToken=5660b08a1845a91e">
Expand Down
2 changes: 1 addition & 1 deletion MIG.Protocols/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net452" />
<package id="NLog" version="4.5.10" targetFramework="net452" />
<package id="UDE.CSharp" version="1.1.0" targetFramework="net452" />
<package id="UPnP" version="1.0.0" targetFramework="net461" />
<package id="UPnP" version="1.0.1" targetFramework="net461" />
<package id="WebSocketSharp-netstandard" version="1.0.1" targetFramework="net452" />
</packages>

0 comments on commit 64fc118

Please sign in to comment.