Skip to content

Commit

Permalink
Moved Lidgren into its own updated Nuget package
Browse files Browse the repository at this point in the history
Former-commit-id: 76984aa8420de673dd27ee5b1d258b6b7e5db9dc
  • Loading branch information
lodicolo committed Dec 6, 2019
1 parent b36930e commit f8e57b5
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 2,535 deletions.
5 changes: 2 additions & 3 deletions Intersect.Client/Intersect.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="Lidgren.Network, Version=3.6.0.1271, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Lidgren.Network.dll</HintPath>
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=x86">
<HintPath>..\packages\AscensionGameDev.Lidgren.Network.1.1.0\lib\net46\Lidgren.Network.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL">
Expand Down
1 change: 1 addition & 0 deletions Intersect.Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AscensionGameDev.Lidgren.Network" version="1.1.0" targetFramework="net461" />
<package id="Costura.Fody" version="3.1.2" targetFramework="net461" developmentDependency="true" />
<package id="Fody" version="3.2.4" targetFramework="net461" developmentDependency="true" />
<package id="JetBrains.Annotations" version="2018.3.0" targetFramework="net461" />
Expand Down
5 changes: 2 additions & 3 deletions Intersect.Editor/Intersect.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,8 @@
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="Lidgren.Network, Version=3.6.0.1271, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Lidgren.Network.dll</HintPath>
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=x86">
<HintPath>..\packages\AscensionGameDev.Lidgren.Network.1.1.0\lib\net46\Lidgren.Network.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AscensionGameDev.Lidgren.Network" version="1.1.0" targetFramework="net461" />
<package id="Costura.Fody" version="3.1.2" targetFramework="net461" developmentDependency="true" />
<package id="DockPanelSuite" version="3.0.4" targetFramework="net461" />
<package id="DockPanelSuite.ThemeVS2015" version="3.0.4" targetFramework="net461" />
Expand Down
5 changes: 2 additions & 3 deletions Intersect.Network/Intersect.Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="Lidgren.Network, Version=3.7.0.768, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Lidgren.Network.dll</HintPath>
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=x86">
<HintPath>..\packages\AscensionGameDev.Lidgren.Network.1.1.0\lib\net46\Lidgren.Network.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
1 change: 1 addition & 0 deletions Intersect.Network/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AscensionGameDev.Lidgren.Network" version="1.1.0" targetFramework="net461" />
<package id="JetBrains.Annotations" version="2018.3.0" targetFramework="net461" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
</packages>
5 changes: 2 additions & 3 deletions Intersect.Server/Intersect.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@
<Reference Include="jose-jwt, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\jose-jwt.2.4.0\lib\net40\jose-jwt.dll</HintPath>
</Reference>
<Reference Include="Lidgren.Network, Version=3.6.0.1271, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Lidgren.Network.dll</HintPath>
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=x86">
<HintPath>..\packages\AscensionGameDev.Lidgren.Network.1.1.0\lib\net46\Lidgren.Network.dll</HintPath>
</Reference>
<Reference Include="Markdown, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1b320cc08ad5aa89, processorArchitecture=MSIL">
<HintPath>..\packages\Markdown.2.2.1\lib\net451\Markdown.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Intersect.Server/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AscensionGameDev.Lidgren.Network" version="1.1.0" targetFramework="net461" />
<package id="AscensionGameDev.Open.NAT" version="2.1.1" targetFramework="net461" />
<package id="AscensionGameDev.WebApiThrottle" version="1.5.4.2" targetFramework="net461" />
<package id="CommandLineParser" version="2.4.3" targetFramework="net461" />
Expand Down
Loading

0 comments on commit f8e57b5

Please sign in to comment.