Skip to content

Commit b56867c

Browse files
update Gremit dep version to the latest one
1 parent cbebd67 commit b56867c

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

GroBuf.Tests/IntegrationTest.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Threading;
33

44
using GroBuf.DataMembersExtracters;
@@ -107,8 +107,6 @@ public void TestWithGarbageCollection()
107107
[Ignore("Is used for debugging")]
108108
public void TestWithGarbageCollection2()
109109
{
110-
const int numberOfMessages = 1000000;
111-
112110
stop = false;
113111
var thread = new Thread(Collect);
114112
thread.Start();

GroBuf.sln

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroBuf", "GroBuf\GroBuf.csp
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GroBuf.Tests", "GroBuf.Tests\GroBuf.Tests.csproj", "{7AC4F6AF-43D0-497A-90A5-515BF9B1313B}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E88E852C-5259-47AD-BE15-797A515D8F1C}"
11-
ProjectSection(SolutionItems) = preProject
12-
Directory.Build.props = Directory.Build.props
13-
Directory.Build.targets = Directory.Build.targets
14-
global.json = global.json
15-
nuget.config = nuget.config
16-
EndProjectSection
17-
EndProject
1810
Global
1911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2012
Debug|Any CPU = Debug|Any CPU

GroBuf/GroBuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GrEmit" Version="2.2.3" />
9+
<PackageReference Include="GrEmit" Version="2.3.6" />
1010
<PackageReference Include="Mono.Reflection.Core" Version="1.1.1" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)