Skip to content

Commit 8201276

Browse files
added read timeout to net lib
1 parent ad63106 commit 8201276

File tree

12 files changed

+22
-12
lines changed

12 files changed

+22
-12
lines changed

ReCT.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Global
1616
Release|x64 = Release|x64
1717
Release|x86 = Release|x86
1818
EndGlobalSection
19-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2020
{6FE6F7CC-1626-4731-9B68-7236B5A4C94C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2121
{6FE6F7CC-1626-4731-9B68-7236B5A4C94C}.Debug|Any CPU.Build.0 = Debug|Any CPU
2222
{6FE6F7CC-1626-4731-9B68-7236B5A4C94C}.Debug|x64.ActiveCfg = Debug|Any CPU
512 Bytes
Binary file not shown.
296 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
296 Bytes
Binary file not shown.

ReCT/obj/ReCT.csproj.nuget.dgspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
],
6464
"assetTargetFallback": true,
6565
"warn": true,
66-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.400/RuntimeIdentifierGraph.json"
66+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.100/RuntimeIdentifierGraph.json"
6767
}
6868
}
6969
}

ReCT/obj/ReCT.csproj.nuget.g.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/redcube/.nuget/packages/</NuGetPackageRoot>
88
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/redcube/.nuget/packages/</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
1111
</PropertyGroup>
1212
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
1313
<SourceRoot Include="/home/redcube/.nuget/packages/" />
1414
</ItemGroup>
15-
<PropertyGroup>
16-
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
17-
</PropertyGroup>
1815
</Project>

ReCT/obj/ReCT.csproj.nuget.g.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5-
</PropertyGroup>
63
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
74
<Import Project="$(NuGetPackageRoot)netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets')" />
85
</ImportGroup>

ReCT/obj/project.assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
],
318318
"assetTargetFallback": true,
319319
"warn": true,
320-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.400/RuntimeIdentifierGraph.json"
320+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.100/RuntimeIdentifierGraph.json"
321321
}
322322
}
323323
}

ReCT/obj/project.packagespec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"version":"1.0.0","restore":{"projectUniqueName":"/external/GitRepos/ReCT/ReCT/ReCT.csproj","projectName":"ReCT","projectPath":"/external/GitRepos/ReCT/ReCT/ReCT.csproj","outputPath":"/external/GitRepos/ReCT/ReCT/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["netstandard2.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"netstandard2.0":{"targetAlias":"netstandard2.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netstandard2.0":{"targetAlias":"netstandard2.0","dependencies":{"Mono.Cecil":{"target":"Package","version":"[0.11.2, )"},"NETStandard.Library":{"suppressParent":"All","target":"Package","version":"[2.0.3, )","autoReferenced":true},"System.Collections.Immutable":{"target":"Package","version":"[1.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/5.0.203/RuntimeIdentifierGraph.json"}}
1+
"restore":{"projectUniqueName":"/mnt/data/Code/C#/ReCT/ReCT/ReCT.csproj","projectName":"ReCT","projectPath":"/mnt/data/Code/C#/ReCT/ReCT/ReCT.csproj","outputPath":"/mnt/data/Code/C#/ReCT/ReCT/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["netstandard2.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"netstandard2.0":{"targetAlias":"netstandard2.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netstandard2.0":{"targetAlias":"netstandard2.0","dependencies":{"Mono.Cecil":{"target":"Package","version":"[0.11.3, )"},"NETStandard.Library":{"suppressParent":"All","target":"Package","version":"[2.0.3, )","autoReferenced":true},"System.Collections.Immutable":{"target":"Package","version":"[1.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/6.0.100/RuntimeIdentifierGraph.json"}}

0 commit comments

Comments
 (0)