Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Dapper.StrongName</id>
<version>2.1.35</version>
<version>2.1.66</version>
<title>Dapper (Strong Named)</title>
<authors>Sam Saffron,Marc Gravell,Nick Craver</authors>
<owners>Sam Saffron,Marc Gravell,Nick Craver</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/DapperLib/Dapper</projectUrl>
<description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..</description>
<description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.</description>
<releaseNotes>https://dapperlib.github.io/Dapper/</releaseNotes>
<copyright>2019 Stack Exchange, Inc.</copyright>
<tags>orm sql micro-orm</tags>
<repository type="git" url="https://github.com/DapperLib/Dapper" commit="360367ca5475425944fb390433cb0f1817ad2dcb" />
<repository type="git" url="https://github.com/DapperLib/Dapper" commit="bd4f75b512de3e00f2c2631d5309961a1ecfea23" />
<dependencies>
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETFramework5.0" />
<group targetFramework=".NETFramework7.0" />
<group targetFramework=".NETFramework4.6.1">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="9.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework8.0" />
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="9.0.1" exclude="Build,Analyzers" />
<dependency id="System.Reflection.Emit.Lightweight" version="4.7.0" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dapper.StrongName [2.1.35](https://www.nuget.org/packages/Dapper.StrongName/2.1.35)
Dapper.StrongName [2.1.66](https://www.nuget.org/packages/Dapper.StrongName/2.1.66)
--------------------

Used by: SqlDatabase internal
Expand All @@ -13,6 +13,6 @@ License: [Apache-2.0](../../../../licenses/apache-2.0)

Description
-----------
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json",
"Source": "https://api.nuget.org/v3/index.json",
"License": {
"Code": "MIT",
"Status": "AutomaticallyApproved"
},
"UsedBy": [
{
"Name": "SqlDatabase",
"InternalOnly": true,
"TargetFrameworks": [
"net472",
"net8.0",
"net9.0"
],
"Dependencies": [
{
"Name": "System.Diagnostics.DiagnosticSource",
"Version": "5.0.0"
}
]
}
],
"Licenses": [
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://licenses.nuget.org/MIT"
},
{
"Subject": "repository",
"Code": "MIT",
"HRef": "https://github.com/Microsoft/ApplicationInsights-dotnet"
},
{
"Subject": "project",
"HRef": "https://go.microsoft.com/fwlink/?LinkId=392727"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.ApplicationInsights</id>
<version>2.23.0</version>
<title>Application Insights API</title>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>icon.png</icon>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=392727</projectUrl>
<description>Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</description>
<releaseNotes>You should not use this nuget package for Win Phone, WinStore and UWP applications. It is not supported starting 2.0.0.
For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Analytics Azure ApplicationInsights Telemetry Monitoring SDK</tags>
<packageTypes>
<packageType name="Dependency" />
</packageTypes>
<repository type="Git" url="https://github.com/Microsoft/ApplicationInsights-dotnet" commit="2faa7e8b157a431daa2e71785d68abd5fa817b53" />
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework4.6">
<dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5.2, .NETFramework4.6" />
</frameworkAssemblies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Microsoft.ApplicationInsights [2.23.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights/2.23.0)
--------------------

Used by: SqlDatabase internal

Target frameworks: net472, net8.0, net9.0

License: [MIT](../../../../licenses/mit)

- package license: [MIT](https://licenses.nuget.org/MIT)
- repository license: [MIT](https://github.com/Microsoft/ApplicationInsights-dotnet)
- project license: [Unknown](https://go.microsoft.com/fwlink/?LinkId=392727)

Description
-----------
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156

Dependencies 1
-----------

|Name|Version|
|----------|:----|
|[System.Diagnostics.DiagnosticSource](../../../../packages/nuget.org/system.diagnostics.diagnosticsource/5.0.0)|5.0.0|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json",
"Source": "https://api.nuget.org/v3/index.json",
"License": {
"Code": "MIT",
"Status": "AutomaticallyApproved"
},
"UsedBy": [
{
"Name": "SqlDatabase",
"InternalOnly": true,
"TargetFrameworks": [
"net472",
"net8.0",
"net9.0"
],
"Dependencies": [
{
"Name": "System.Threading.Tasks.Extensions",
"Version": "4.5.4"
}
]
}
],
"Licenses": [
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://licenses.nuget.org/MIT"
},
{
"Subject": "repository",
"Code": "MIT",
"HRef": "https://github.com/dotnet/runtime"
},
{
"Subject": "project",
"HRef": "https://dot.net/"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Bcl.AsyncInterfaces</id>
<version>9.0.1</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<readme>PACKAGE.md</readme>
<projectUrl>https://dot.net/</projectUrl>
<description>Provides the IAsyncEnumerable&lt;T&gt; and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="c8acea22626efab11c13778c028975acdc34678f" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Microsoft.Bcl.AsyncInterfaces [9.0.1](https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/9.0.1)
--------------------

Used by: SqlDatabase internal

Target frameworks: net472, net8.0, net9.0

License: [MIT](../../../../licenses/mit)

- package license: [MIT](https://licenses.nuget.org/MIT)
- repository license: [MIT](https://github.com/dotnet/runtime)
- project license: [Unknown](https://dot.net/)

Description
-----------
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.

Dependencies 1
-----------

|Name|Version|
|----------|:----|
|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.CodeCoverage</id>
<version>17.11.1</version>
<version>18.0.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
Expand All @@ -13,10 +13,10 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing codecoverage code-coverage</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="58dbd027217ac035a4e9114c9213b11dc0e988bd" />
<repository type="git" url="https://github.com/microsoft/vstest" commit="740c6833bf93da474c364c36b55fd616c8e9f3d0" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework="net8.0" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.CodeCoverage [17.11.1](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.11.1)
Microsoft.CodeCoverage [18.0.0](https://www.nuget.org/packages/Microsoft.CodeCoverage/18.0.0)
--------------------

Used by: SqlDatabase internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.11.1"
"Version": "18.0.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.11.1"
"Version": "18.0.0"
}
]
}
Expand Down
Loading