Updated info, dropped .NET 7 support

This commit is contained in:
2024-10-22 14:27:26 +02:00
parent 4c7c6e4efd
commit 2d0f1343e4
39 changed files with 5474 additions and 508 deletions

View File

@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net472;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net472;net6.0;net8.0</TargetFrameworks>
<Description>Dynamic Object-Relational Mapping library.</Description>
<Copyright>Copyright © RUSSEK Software 2012-2023</Copyright>
<Copyright>Copyright © RUSSEK Software 2012-2024</Copyright>
<Company>RUSSEK Software</Company>
<Authors>Grzegorz Russek</Authors>
<VersionPrefix>1.7</VersionPrefix>

View File

@@ -13,13 +13,13 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.7.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.7+4c7c6e4efdfe168cc99634245764a558c5662f54")]
[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")]
[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.7.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://git.dr4cul4.pl/RUSSEK-Software/DynamORM")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +1 @@
fc853c749cf501759ad6a0d5531aafc846ac0fde
dd15cc8230d4d8ba9b44c2e245532cb00bdeeec9493f4b8fed9ca174bd4e2dec

View File

@@ -1,3 +1,5 @@
is_global = true
build_property.RootNamespace = DynamORM
build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -13,13 +13,13 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.7.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.7+4c7c6e4efdfe168cc99634245764a558c5662f54")]
[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")]
[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.7.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://git.dr4cul4.pl/RUSSEK-Software/DynamORM")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +1 @@
fc853c749cf501759ad6a0d5531aafc846ac0fde
dd15cc8230d4d8ba9b44c2e245532cb00bdeeec9493f4b8fed9ca174bd4e2dec

View File

@@ -5,6 +5,9 @@ build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DynamORM
build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -13,13 +13,13 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.7.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.7+4c7c6e4efdfe168cc99634245764a558c5662f54")]
[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")]
[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.7.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://git.dr4cul4.pl/RUSSEK-Software/DynamORM")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +1 @@
fc853c749cf501759ad6a0d5531aafc846ac0fde
dd15cc8230d4d8ba9b44c2e245532cb00bdeeec9493f4b8fed9ca174bd4e2dec

View File

@@ -1,3 +1,5 @@
is_global = true
build_property.RootNamespace = DynamORM
build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -5,7 +5,7 @@
},
"projects": {
"D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": {
"version": "1.3.0",
"version": "1.7.0",
"restore": {
"projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj",
"projectName": "DynamORM",
@@ -25,17 +25,25 @@
"originalTargetFrameworks": [
"net472",
"net6.0",
"net8.0",
"netstandard2.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {},
"https://nuget.local.think.pl/v3/index.json": {},
"https://nuget.think.pl/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
},
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
},
"net472": {
"targetAlias": "net472",
"projectReferences": {}
@@ -49,6 +57,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@@ -70,7 +83,8 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
@@ -79,7 +93,37 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json"
},
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Microsoft.CSharp": {
"target": "Package",
"version": "[4.7.0, )"
},
"System.Data.Common": {
"target": "Package",
"version": "[4.3.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5/PortableRuntimeIdentifierGraph.json"
},
"net472": {
"targetAlias": "net472",
@@ -93,7 +137,7 @@
"version": "[4.3.0, )"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json"
},
"netstandard2.0": {
"targetAlias": "netstandard2.0",
@@ -119,11 +163,12 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json"
}
}
}

View File

@@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.1.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\gruss\.nuget\packages\" />

View File

@@ -32,10 +32,14 @@
"Microsoft.CSharp/4.7.0": {
"type": "package",
"compile": {
"ref/netstandard2.0/Microsoft.CSharp.dll": {}
"ref/netstandard2.0/Microsoft.CSharp.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.CSharp.dll": {}
"lib/netstandard2.0/Microsoft.CSharp.dll": {
"related": ".xml"
}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {
@@ -79,7 +83,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {}
"ref/netstandard1.3/_._": {
"related": ".xml"
}
}
},
"System.Data.Common/4.3.0": {
@@ -95,7 +101,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.2/System.Data.Common.dll": {}
"ref/netstandard1.2/System.Data.Common.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard1.2/System.Data.Common.dll": {}
@@ -109,7 +117,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {}
"ref/netstandard1.3/_._": {
"related": ".xml"
}
}
},
"System.IO/4.3.0": {
@@ -122,7 +132,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.5/System.IO.dll": {}
"ref/netstandard1.5/System.IO.dll": {
"related": ".xml"
}
}
},
"System.Reflection/4.3.0": {
@@ -135,7 +147,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.5/_._": {}
"ref/netstandard1.5/_._": {
"related": ".xml"
}
}
},
"System.Reflection.Primitives/4.3.0": {
@@ -146,7 +160,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.0/_._": {}
"ref/netstandard1.0/_._": {
"related": ".xml"
}
}
},
"System.Resources.ResourceManager/4.3.0": {
@@ -159,7 +175,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.0/_._": {}
"ref/netstandard1.0/_._": {
"related": ".xml"
}
}
},
"System.Runtime/4.3.0": {
@@ -169,7 +187,9 @@
"Microsoft.NETCore.Targets": "1.1.0"
},
"compile": {
"ref/netstandard1.5/System.Runtime.dll": {}
"ref/netstandard1.5/System.Runtime.dll": {
"related": ".xml"
}
}
},
"System.Runtime.Extensions/4.3.0": {
@@ -180,7 +200,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.5/_._": {}
"ref/netstandard1.5/_._": {
"related": ".xml"
}
}
},
"System.Text.Encoding/4.3.0": {
@@ -191,7 +213,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/System.Text.Encoding.dll": {}
"ref/netstandard1.3/System.Text.Encoding.dll": {
"related": ".xml"
}
}
},
"System.Text.RegularExpressions/4.3.0": {
@@ -205,7 +229,9 @@
"System.Threading": "4.3.0"
},
"compile": {
"ref/netstandard1.6/_._": {}
"ref/netstandard1.6/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
@@ -218,7 +244,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {}
"ref/netstandard1.3/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard1.3/System.Threading.dll": {}
@@ -232,7 +260,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/System.Threading.Tasks.dll": {}
"ref/netstandard1.3/System.Threading.Tasks.dll": {
"related": ".xml"
}
}
}
},
@@ -272,7 +302,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {}
"ref/netstandard1.3/_._": {
"related": ".xml"
}
}
},
"System.Data.Common/4.3.0": {
@@ -288,7 +320,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.2/System.Data.Common.dll": {}
"ref/netstandard1.2/System.Data.Common.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard1.2/System.Data.Common.dll": {}
@@ -302,7 +336,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {}
"ref/netstandard1.3/_._": {
"related": ".xml"
}
}
},
"System.IO/4.3.0": {
@@ -315,7 +351,9 @@
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.5/System.IO.dll": {}
"ref/netstandard1.5/System.IO.dll": {
"related": ".xml"
}
}
},
"System.Reflection/4.3.0": {
@@ -328,7 +366,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.5/_._": {}
"ref/netstandard1.5/_._": {
"related": ".xml"
}
}
},
"System.Reflection.Primitives/4.3.0": {
@@ -339,7 +379,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.0/_._": {}
"ref/netstandard1.0/_._": {
"related": ".xml"
}
}
},
"System.Resources.ResourceManager/4.3.0": {
@@ -352,7 +394,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.0/_._": {}
"ref/netstandard1.0/_._": {
"related": ".xml"
}
}
},
"System.Runtime/4.3.0": {
@@ -362,7 +406,9 @@
"Microsoft.NETCore.Targets": "1.1.0"
},
"compile": {
"ref/netstandard1.5/System.Runtime.dll": {}
"ref/netstandard1.5/System.Runtime.dll": {
"related": ".xml"
}
}
},
"System.Runtime.Extensions/4.3.0": {
@@ -373,7 +419,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.5/_._": {}
"ref/netstandard1.5/_._": {
"related": ".xml"
}
}
},
"System.Text.Encoding/4.3.0": {
@@ -384,7 +432,9 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/System.Text.Encoding.dll": {}
"ref/netstandard1.3/System.Text.Encoding.dll": {
"related": ".xml"
}
}
},
"System.Text.RegularExpressions/4.3.0": {
@@ -407,7 +457,206 @@
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/System.Threading.Tasks.dll": {}
"ref/netstandard1.3/System.Threading.Tasks.dll": {
"related": ".xml"
}
}
}
},
"net8.0": {
"Microsoft.CSharp/4.7.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
}
},
"Microsoft.NETCore.Targets/1.1.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
}
},
"System.Collections/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {
"related": ".xml"
}
}
},
"System.Data.Common/4.3.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.2/System.Data.Common.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard1.2/System.Data.Common.dll": {}
}
},
"System.Globalization/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/_._": {
"related": ".xml"
}
}
},
"System.IO/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.5/System.IO.dll": {
"related": ".xml"
}
}
},
"System.Reflection/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.5/_._": {
"related": ".xml"
}
}
},
"System.Reflection.Primitives/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.0/_._": {
"related": ".xml"
}
}
},
"System.Resources.ResourceManager/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.0/_._": {
"related": ".xml"
}
}
},
"System.Runtime/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
},
"compile": {
"ref/netstandard1.5/System.Runtime.dll": {
"related": ".xml"
}
}
},
"System.Runtime.Extensions/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.5/_._": {
"related": ".xml"
}
}
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/System.Text.Encoding.dll": {
"related": ".xml"
}
}
},
"System.Text.RegularExpressions/4.3.0": {
"type": "package",
"dependencies": {
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netcoreapp1.1/_._": {}
},
"runtime": {
"lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
}
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
},
"compile": {
"ref/netstandard1.3/System.Threading.Tasks.dll": {
"related": ".xml"
}
}
}
}
@@ -1582,6 +1831,10 @@
"net6.0": [
"Microsoft.CSharp >= 4.7.0",
"System.Data.Common >= 4.3.0"
],
"net8.0": [
"Microsoft.CSharp >= 4.7.0",
"System.Data.Common >= 4.3.0"
]
},
"packageFolders": {
@@ -1589,7 +1842,7 @@
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.3.0",
"version": "1.7.0",
"restore": {
"projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj",
"projectName": "DynamORM",
@@ -1609,17 +1862,25 @@
"originalTargetFrameworks": [
"net472",
"net6.0",
"net8.0",
"netstandard2.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {},
"https://nuget.local.think.pl/v3/index.json": {},
"https://nuget.think.pl/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
},
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
},
"net472": {
"targetAlias": "net472",
"projectReferences": {}
@@ -1633,6 +1894,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@@ -1654,7 +1920,8 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
@@ -1663,7 +1930,37 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json"
},
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Microsoft.CSharp": {
"target": "Package",
"version": "[4.7.0, )"
},
"System.Data.Common": {
"target": "Package",
"version": "[4.3.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5/PortableRuntimeIdentifierGraph.json"
},
"net472": {
"targetAlias": "net472",
@@ -1677,7 +1974,7 @@
"version": "[4.3.0, )"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json"
},
"netstandard2.0": {
"targetAlias": "netstandard2.0",
@@ -1703,11 +2000,12 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "IuYP4tdqCfN1hgy879V5KHbsnBQClfQ9vldxowC+IrPfJ7aGphHYKMfCNAuH/rZVylrlcnncc6biySxBiZHxXA==",
"dgSpecHash": "SUBJBmhbPOU=",
"success": true,
"projectFilePath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj",
"expectedPackageFiles": [