-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: made HttpClient variable a class member
- Loading branch information
Showing
24 changed files
with
137 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<!--<TargetFramework>netstandard2.0</TargetFramework>--> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Configurations>Debug;Release;Packaged</Configurations> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v6.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v6.0": { | ||
"NHLStats/1.0.0": { | ||
"dependencies": { | ||
"Newtonsoft.Json": "13.0.1" | ||
}, | ||
"runtime": { | ||
"NHLStats.dll": {} | ||
} | ||
}, | ||
"Newtonsoft.Json/13.0.1": { | ||
"runtime": { | ||
"lib/netstandard2.0/Newtonsoft.Json.dll": { | ||
"assemblyVersion": "13.0.0.0", | ||
"fileVersion": "13.0.1.25517" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"NHLStats/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"Newtonsoft.Json/13.0.1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", | ||
"path": "newtonsoft.json/13.0.1", | ||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
NHLStats/NHLStats/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] |
23 changes: 23 additions & 0 deletions
23
NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("NHLStats")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("NHLStats")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("NHLStats")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d0ac1ff13b8841a35ef1971f93be6d366daab87b |
10 changes: 10 additions & 0 deletions
10
NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
is_global = true | ||
build_property.TargetFramework = net6.0 | ||
build_property.TargetPlatformMinVersion = | ||
build_property.UsingMicrosoftNETSdkWeb = | ||
build_property.ProjectTypeGuids = | ||
build_property.InvariantGlobalization = | ||
build_property.PlatformNeutralAssembly = | ||
build_property._SupportedPlatformList = Linux,macOS,Windows | ||
build_property.RootNamespace = NHLStats | ||
build_property.ProjectDir = C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\ |
Binary file not shown.
Binary file added
BIN
+267 KB
NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.csproj.AssemblyReference.cache
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2af845a4d25e0f1c4b4bfc1a0a64642e341407e8 |
12 changes: 12 additions & 0 deletions
12
NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\bin\Debug\net6.0\NHLStats.deps.json | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\bin\Debug\net6.0\NHLStats.dll | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\bin\Debug\net6.0\NHLStats.pdb | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.csproj.AssemblyReference.cache | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.GeneratedMSBuildEditorConfig.editorconfig | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.AssemblyInfoInputs.cache | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.AssemblyInfo.cs | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.csproj.CoreCompileInputs.cache | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.dll | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\refint\NHLStats.dll | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\NHLStats.pdb | ||
C:\Users\plaberge\source\repos\plaberge\nhlstats\NHLStats\NHLStats\obj\Debug\net6.0\ref\NHLStats.dll |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj\Debug\net6.0\\_IsIncrementalBuild |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<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')" /> | ||
</ImportGroup> | ||
</Project> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
Oops, something went wrong.