Skip to content

Commit 3057ea3

Browse files
committed
Fixed build warnings
1 parent 87e6f04 commit 3057ea3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

src/MADE.Networking/Http/NetworkRequestManager.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ public void ProcessCurrentQueue()
7575
return;
7676
}
7777

78-
79-
8078
this.isProcessingRequests = true;
8179

8280
try

tests/Directory.Build.props

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project>
2+
3+
<PropertyGroup>
4+
<Version>1.0.0.0</Version>
5+
<Authors>MADE Apps</Authors>
6+
<Company>MADE Apps</Company>
7+
<Copyright>Copyright (C) MADE Apps. All rights reserved.</Copyright>
8+
<NeutralLanguage>en</NeutralLanguage>
9+
<LangVersion>latest</LangVersion>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
14+
</ItemGroup>
15+
16+
</Project>

0 commit comments

Comments
 (0)