Skip to content

Commit

Permalink
Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Jun 13, 2019
1 parent b184680 commit 84d2b7c
Show file tree
Hide file tree
Showing 90 changed files with 162 additions and 92 deletions.
Binary file modified .vs/Caching/v15/.suo
Binary file not shown.
Binary file modified .vs/Caching/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/Caching/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
7 changes: 4 additions & 3 deletions Caching/Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Caching.dll</PackageId>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Joel Christner</Authors>
<Description>Simple C# caching library including a FIFO and LRU cache</Description>
<Copyright>(c)2019 Joel Christner</Copyright>
Expand All @@ -13,9 +13,10 @@
<RepositoryType>Github</RepositoryType>
<PackageLicenseUrl>https://github.com/jchristn/Caching/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageReleaseNotes>Retarget to .NET Core 2.0 and .NET Framework 4.5.2, remove CSharpTest.Net.Collections (BTree support) due to licensing and compatibility with .NET Core 2.0</PackageReleaseNotes>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.0</FileVersion>
<AssemblyVersion>1.3.2.0</AssemblyVersion>
<FileVersion>1.3.2.0</FileVersion>
<PackageTags>fifo lru cache caching least recently used first in first out simple</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/jchristn/caching/master/assets/icon.ico</PackageIconUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file added Caching/bin/Debug/Caching.dll.1.3.2.nupkg
Binary file not shown.
Binary file modified Caching/bin/Debug/net452/Caching.dll
Binary file not shown.
Binary file modified Caching/bin/Debug/net452/Caching.pdb
Binary file not shown.
24 changes: 4 additions & 20 deletions Caching/bin/Debug/netstandard2.0/Caching.deps.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
{
"runtimeTarget": {
"name": ".NETStandard,Version=v2.0/",
"signature": "38467701252bed515fc7366b02a77545e9bdcdc3"
"signature": "a6329fa9c186650eb6a521a7842eed96abe87ddc"
},
"compilationOptions": {},
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Caching/1.2.1": {
"Caching/1.3.2": {
"dependencies": {
"CSharpTest.Net.Collections": "14.906.1403.1082",
"Microsoft.CSharp": "4.5.0",
"NETStandard.Library": "2.0.3"
},
"runtime": {
"Caching.dll": {}
}
},
"CSharpTest.Net.Collections/14.906.1403.1082": {
"runtime": {
"lib/net40/CSharpTest.Net.Collections.dll": {
"assemblyVersion": "14.906.1403.1082",
"fileVersion": "14.906.1403.1082"
}
}
},
"Microsoft.CSharp/4.5.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.CSharp.dll": {
Expand All @@ -42,22 +33,15 @@
}
},
"libraries": {
"Caching/1.2.1": {
"Caching/1.3.2": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CSharpTest.Net.Collections/14.906.1403.1082": {
"type": "package",
"serviceable": true,
"sha512": "sha512-31Pu0wcHG2c814AUVPSzyL/ijcfyvu4S524+uxOhx2d1dRiIJ9eMLLvRWUhhP7F0Q17cvQpnGnZk8+4DhdJPgg==",
"path": "csharptest.net.collections/14.906.1403.1082",
"hashPath": "csharptest.net.collections.14.906.1403.1082.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EGoBmf3Na2ppbhPePDE9PlX81r1HuOZH5twBrq7couJZiPTjUnD3648balerQJO6EJ8Sj+43+XuRwQ7r+3tE3w==",
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
Expand Down
Binary file modified Caching/bin/Debug/netstandard2.0/Caching.dll
Binary file not shown.
Binary file modified Caching/bin/Debug/netstandard2.0/Caching.pdb
Binary file not shown.
Binary file added Caching/bin/Release/Caching.dll.1.3.2.nupkg
Binary file not shown.
Binary file modified Caching/bin/Release/net452/Caching.dll
Binary file not shown.
Binary file modified Caching/bin/Release/net452/Caching.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions Caching/bin/Release/netstandard2.0/Caching.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Caching/1.3.1": {
"Caching/1.3.2": {
"dependencies": {
"Microsoft.CSharp": "4.5.0",
"NETStandard.Library": "2.0.3"
Expand All @@ -33,15 +33,15 @@
}
},
"libraries": {
"Caching/1.3.1": {
"Caching/1.3.2": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EGoBmf3Na2ppbhPePDE9PlX81r1HuOZH5twBrq7couJZiPTjUnD3648balerQJO6EJ8Sj+43+XuRwQ7r+3tE3w==",
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
Expand Down
Binary file modified Caching/bin/Release/netstandard2.0/Caching.dll
Binary file not shown.
Binary file modified Caching/bin/Release/netstandard2.0/Caching.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Caching/obj/Caching.csproj.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1,
"dgSpecHash": "t47nC91SI7qgPMu8dL4/ifM3lYXF63SkLX1yRIyXBhb9ZrWab7LfmuZ2HB2215s+lNbQG0vrQ4GT94U2rd0Edw==",
"dgSpecHash": "LPl2LtfQC2I5WAK1S6m0NcXmBy9pBqVY8II6peX3mztN4KIo71W+9IC8A19njzr+3vuWSLVOwF56DPILqCHnJQ==",
"success": true
}
2 changes: 1 addition & 1 deletion Caching/obj/Caching.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\code\misc\Caching\Caching\obj\project.assets.json</ProjectAssetsFile>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Code\Misc\Caching\Caching\obj\project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\joelc\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
Expand Down
30 changes: 30 additions & 0 deletions Caching/obj/Debug/Caching.dll.1.3.2.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Caching.dll</id>
<version>1.3.2</version>
<authors>Joel Christner</authors>
<owners>Joel Christner</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/jchristn/Caching/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jchristn/caching</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jchristn/caching/master/assets/icon.ico</iconUrl>
<description>Simple C# caching library including a FIFO and LRU cache</description>
<releaseNotes>Retarget to .NET Core 2.0 and .NET Framework 4.5.2, remove CSharpTest.Net.Collections (BTree support) due to licensing and compatibility with .NET Core 2.0</releaseNotes>
<copyright>(c)2019 Joel Christner</copyright>
<tags>fifo lru cache caching least recently used first in first out simple</tags>
<repository type="Github" url="https://github.com/jchristn/caching" />
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="C:\Code\Misc\Caching\Caching\bin\Debug\net452\Caching.dll" target="lib\net452\Caching.dll" />
<file src="C:\Code\Misc\Caching\Caching\bin\Debug\netstandard2.0\Caching.dll" target="lib\netstandard2.0\Caching.dll" />
</files>
</package>
6 changes: 3 additions & 3 deletions Caching/obj/Debug/net452/Caching.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# caching library including a FIFO and LRU cache")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2")]
[assembly: System.Reflection.AssemblyProductAttribute("Caching")]
[assembly: System.Reflection.AssemblyTitleAttribute("Caching")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]

// Generated by the MSBuild WriteCodeFragment class.

2 changes: 1 addition & 1 deletion Caching/obj/Debug/net452/Caching.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e85c4bc094cfeb828e706a3a819df97106920621
9fa7603a987232e2bf1212aa8efb989048d747b8
Binary file modified Caching/obj/Debug/net452/Caching.assets.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3ed96684f5e6702f1a3fbd01352cfaf9d1aef189
1e9166f19cbd295f7d9332f7445727f116687f9d
8 changes: 8 additions & 0 deletions Caching/obj/Debug/net452/Caching.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\net452\Caching.AssemblyI
C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\net452\Caching.csproj.CopyComplete
C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\net452\Caching.dll
C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\net452\Caching.pdb
C:\Code\Misc\Caching\Caching\bin\Debug\net452\Caching.dll
C:\Code\Misc\Caching\Caching\bin\Debug\net452\Caching.pdb
C:\Code\Misc\Caching\Caching\obj\Debug\net452\Caching.csprojAssemblyReference.cache
C:\Code\Misc\Caching\Caching\obj\Debug\net452\Caching.csproj.CoreCompileInputs.cache
C:\Code\Misc\Caching\Caching\obj\Debug\net452\Caching.AssemblyInfoInputs.cache
C:\Code\Misc\Caching\Caching\obj\Debug\net452\Caching.AssemblyInfo.cs
C:\Code\Misc\Caching\Caching\obj\Debug\net452\Caching.dll
C:\Code\Misc\Caching\Caching\obj\Debug\net452\Caching.pdb
Binary file modified Caching/obj/Debug/net452/Caching.dll
Binary file not shown.
Binary file modified Caching/obj/Debug/net452/Caching.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions Caching/obj/Debug/netstandard2.0/Caching.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# caching library including a FIFO and LRU cache")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2")]
[assembly: System.Reflection.AssemblyProductAttribute("Caching")]
[assembly: System.Reflection.AssemblyTitleAttribute("Caching")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
e85c4bc094cfeb828e706a3a819df97106920621
9fa7603a987232e2bf1212aa8efb989048d747b8
Binary file modified Caching/obj/Debug/netstandard2.0/Caching.assets.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b4b369f949be4603ff4f03d85d04eead8f460391
b3fe6e34777a20cf007f202c28c1b4f07e88c907
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\netstandard2.0\Caching.A
C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\netstandard2.0\Caching.AssemblyInfo.cs
C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\netstandard2.0\Caching.dll
C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\Debug\netstandard2.0\Caching.pdb
C:\Code\Misc\Caching\Caching\bin\Debug\netstandard2.0\Caching.deps.json
C:\Code\Misc\Caching\Caching\bin\Debug\netstandard2.0\Caching.dll
C:\Code\Misc\Caching\Caching\bin\Debug\netstandard2.0\Caching.pdb
C:\Code\Misc\Caching\Caching\obj\Debug\netstandard2.0\Caching.csprojAssemblyReference.cache
C:\Code\Misc\Caching\Caching\obj\Debug\netstandard2.0\Caching.csproj.CoreCompileInputs.cache
C:\Code\Misc\Caching\Caching\obj\Debug\netstandard2.0\Caching.AssemblyInfoInputs.cache
C:\Code\Misc\Caching\Caching\obj\Debug\netstandard2.0\Caching.AssemblyInfo.cs
C:\Code\Misc\Caching\Caching\obj\Debug\netstandard2.0\Caching.dll
C:\Code\Misc\Caching\Caching\obj\Debug\netstandard2.0\Caching.pdb
Binary file modified Caching/obj/Debug/netstandard2.0/Caching.dll
Binary file not shown.
Binary file modified Caching/obj/Debug/netstandard2.0/Caching.pdb
Binary file not shown.
30 changes: 30 additions & 0 deletions Caching/obj/Release/Caching.dll.1.3.2.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Caching.dll</id>
<version>1.3.2</version>
<authors>Joel Christner</authors>
<owners>Joel Christner</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/jchristn/Caching/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jchristn/caching</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jchristn/caching/master/assets/icon.ico</iconUrl>
<description>Simple C# caching library including a FIFO and LRU cache</description>
<releaseNotes>Retarget to .NET Core 2.0 and .NET Framework 4.5.2, remove CSharpTest.Net.Collections (BTree support) due to licensing and compatibility with .NET Core 2.0</releaseNotes>
<copyright>(c)2019 Joel Christner</copyright>
<tags>fifo lru cache caching least recently used first in first out simple</tags>
<repository type="Github" url="https://github.com/jchristn/caching" />
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="C:\Code\Misc\Caching\Caching\bin\Release\net452\Caching.dll" target="lib\net452\Caching.dll" />
<file src="C:\Code\Misc\Caching\Caching\bin\Release\netstandard2.0\Caching.dll" target="lib\netstandard2.0\Caching.dll" />
</files>
</package>
6 changes: 3 additions & 3 deletions Caching/obj/Release/net452/Caching.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# caching library including a FIFO and LRU cache")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2")]
[assembly: System.Reflection.AssemblyProductAttribute("Caching")]
[assembly: System.Reflection.AssemblyTitleAttribute("Caching")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
8aa0ce91a182c49793655dca024599d1e723a951
46c00f1cd12ad65dc41359862ba00a6bcceacf5c
Binary file modified Caching/obj/Release/net452/Caching.assets.cache
Binary file not shown.
Binary file modified Caching/obj/Release/net452/Caching.dll
Binary file not shown.
Binary file modified Caching/obj/Release/net452/Caching.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions Caching/obj/Release/netstandard2.0/Caching.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# caching library including a FIFO and LRU cache")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2")]
[assembly: System.Reflection.AssemblyProductAttribute("Caching")]
[assembly: System.Reflection.AssemblyTitleAttribute("Caching")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
8aa0ce91a182c49793655dca024599d1e723a951
46c00f1cd12ad65dc41359862ba00a6bcceacf5c
Binary file modified Caching/obj/Release/netstandard2.0/Caching.assets.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21cb9e2da55fad2c2531c5cba26cfb4e5ee3cf4e
b3fe6e34777a20cf007f202c28c1b4f07e88c907
Binary file not shown.
Binary file modified Caching/obj/Release/netstandard2.0/Caching.dll
Binary file not shown.
Binary file modified Caching/obj/Release/netstandard2.0/Caching.pdb
Binary file not shown.
10 changes: 5 additions & 5 deletions Caching/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"libraries": {
"Microsoft.CSharp/4.5.0": {
"sha512": "EGoBmf3Na2ppbhPePDE9PlX81r1HuOZH5twBrq7couJZiPTjUnD3648balerQJO6EJ8Sj+43+XuRwQ7r+3tE3w==",
"sha512": "kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"type": "package",
"path": "microsoft.csharp/4.5.0",
"files": [
Expand Down Expand Up @@ -278,13 +278,13 @@
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
},
"project": {
"version": "1.3.1",
"version": "1.3.2",
"restore": {
"projectUniqueName": "C:\\code\\misc\\Caching\\Caching\\Caching.csproj",
"projectUniqueName": "C:\\Code\\Misc\\Caching\\Caching\\Caching.csproj",
"projectName": "Caching.dll",
"projectPath": "C:\\code\\misc\\Caching\\Caching\\Caching.csproj",
"projectPath": "C:\\Code\\Misc\\Caching\\Caching\\Caching.csproj",
"packagesPath": "C:\\Users\\joelc\\.nuget\\packages\\",
"outputPath": "C:\\code\\misc\\Caching\\Caching\\obj\\",
"outputPath": "C:\\Code\\Misc\\Caching\\Caching\\obj\\",
"projectStyle": "PackageReference",
"crossTargeting": true,
"fallbackFolders": [
Expand Down
Binary file modified TestNetCore/bin/Debug/netcoreapp2.2/Caching.dll
Binary file not shown.
Binary file modified TestNetCore/bin/Debug/netcoreapp2.2/Caching.pdb
Binary file not shown.
26 changes: 5 additions & 21 deletions TestNetCore/bin/Debug/netcoreapp2.2/TestNetCore.deps.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,22 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.2",
"signature": "1b378ed4e3a3e4ee7d406db82557a8452e321588"
"signature": "ddfaeae436e140dd5647a8209cb2004484674069"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.2": {
"TestNetCore/1.0.0": {
"dependencies": {
"Caching.dll": "1.2.1"
"Caching.dll": "1.3.2"
},
"runtime": {
"TestNetCore.dll": {}
}
},
"CSharpTest.Net.Collections/14.906.1403.1082": {
"runtime": {
"lib/net40/CSharpTest.Net.Collections.dll": {
"assemblyVersion": "14.906.1403.1082",
"fileVersion": "14.906.1403.1082"
}
}
},
"Microsoft.CSharp/4.5.0": {},
"Caching.dll/1.2.1": {
"Caching.dll/1.3.2": {
"dependencies": {
"CSharpTest.Net.Collections": "14.906.1403.1082",
"Microsoft.CSharp": "4.5.0"
},
"runtime": {
Expand All @@ -40,21 +31,14 @@
"serviceable": false,
"sha512": ""
},
"CSharpTest.Net.Collections/14.906.1403.1082": {
"type": "package",
"serviceable": true,
"sha512": "sha512-31Pu0wcHG2c814AUVPSzyL/ijcfyvu4S524+uxOhx2d1dRiIJ9eMLLvRWUhhP7F0Q17cvQpnGnZk8+4DhdJPgg==",
"path": "csharptest.net.collections/14.906.1403.1082",
"hashPath": "csharptest.net.collections.14.906.1403.1082.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EGoBmf3Na2ppbhPePDE9PlX81r1HuOZH5twBrq7couJZiPTjUnD3648balerQJO6EJ8Sj+43+XuRwQ7r+3tE3w==",
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
"Caching.dll/1.2.1": {
"Caching.dll/1.3.2": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified TestNetCore/bin/Debug/netcoreapp2.2/TestNetCore.dll
Binary file not shown.
Binary file modified TestNetCore/bin/Debug/netcoreapp2.2/TestNetCore.pdb
Binary file not shown.
Binary file modified TestNetCore/bin/Release/netcoreapp2.2/Caching.dll
Binary file not shown.
Binary file modified TestNetCore/bin/Release/netcoreapp2.2/Caching.pdb
Binary file not shown.
Loading

0 comments on commit 84d2b7c

Please sign in to comment.