1
0
Fork 0

[server] Switch to using NuGet-based GlidingSquirrel

This commit is contained in:
Starbeamrainbowlabs 2017-12-22 14:40:50 +00:00
parent f6cb6144af
commit 27540972b1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 10 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Nibriboard</RootNamespace>
<AssemblyName>Nibriboard</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@ -46,15 +46,14 @@
<Reference Include="SharpCompress">
<HintPath>..\packages\SharpCompress.0.19.2\lib\net45\SharpCompress.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System.ValueTuple">
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="GlidingSquirrel">
<HintPath>..\packages\GlidingSquirrel.0.6.0-alpha\lib\net462\GlidingSquirrel.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="lib\GlidingSquirrel\GlidingSquirrel\GlidingSquirrel.csproj">
<Project>{476D3588-4FEE-4C75-874F-214E26B8AC1A}</Project>
<Name>GlidingSquirrel</Name>
<IncludeInPackage>false</IncludeInPackage>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GlidingSquirrel" version="0.6.0-alpha" targetFramework="net462" />
<package id="MimeSharp" version="1.0.0" targetFramework="net45" />
<package id="NCuid" version="1.0.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="SharpCompress" version="0.19.2" targetFramework="net461" />
<package id="System.ValueTuple" version="4.4.0" targetFramework="net462" />
</packages>