Commit b8d07acb authored by Marc Gravell's avatar Marc Gravell

update "unofficial" to 1.0.7 (drops System.Buffers ref)

parent 3fef93d2
......@@ -4,6 +4,7 @@
<clear/>
<!--<add key="localNuget" value="c:\code\LocalNuget" />-->
<add key="xUnit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<!--<add key="MyGet" value="https://www.myget.org/F/stackoverflow/api/v3/index.json" />-->
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
......@@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="1.0.6" />
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="1.0.7" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.5.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.1" />
<PackageReference Include="System.Threading.Channels" Version="4.5.0" />
......
......@@ -21,7 +21,7 @@ internal class CustomConfig : ManualConfig
{
protected virtual Job Configure(Job j)
=> j.With(new GcMode { Force = true })
.With(InProcessToolchain.Instance)
//.With(InProcessToolchain.Instance)
;
public CustomConfig()
......
......@@ -11,13 +11,8 @@
<PropertyGroup Condition="'$(Computername)'=='OCHO' or '$(Computername)'=='SKINK'">
<LocalReference>true</LocalReference>
</PropertyGroup>
<ItemGroup>
<!--<ProjectReference Include="..\..\tests\BasicTest\BasicTest.csproj" />
<ProjectReference Include="..\StackExchange.Redis.Server\StackExchange.Redis.Server.csproj" />
<ProjectReference Include="..\..\tests\StackExchange.Redis.Tests\StackExchange.Redis.Tests.csproj" />-->
<!--<ProjectReference Include="..\..\src\StackExchange.Redis\StackExchange.Redis.csproj" />-->
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="1.0.6" />
<PackageReference Include="StackExchange.Redis" Version="2.0.510" />
<ProjectReference Include="..\..\src\StackExchange.Redis\StackExchange.Redis.csproj" />
</ItemGroup>
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment