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
4 changes: 2 additions & 2 deletions Benchmarks/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageVersion Include="BenchmarkDotNet" Version="0.15.6" />
<PackageVersion Include="MagicOnion" Version="7.0.6" />
<PackageVersion Include="MagicOnion.Server" Version="7.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.10" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.0" />
<PackageVersion Include="protobuf-net.Grpc" Version="1.2.2" />
<PackageVersion Include="protobuf-net.Grpc.AspNetCore" Version="1.2.2" />
<PackageVersion Include="System.ServiceModel.Primitives" Version="8.1.2" />
<PackageVersion Include="System.ServiceModel.Primitives" Version="10.0.652802" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.300",
"version": "10.0.100",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
Expand Down
6 changes: 3 additions & 3 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Because of the dependency on net462, the build runs on Windows.

- install dependencies

[net9.0 sdk](https://dotnet.microsoft.com/download/dotnet/9.0),
[InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.14.19),
[net10.0 sdk](https://dotnet.microsoft.com/download/dotnet/10.0),
[InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild),
[ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries),
[ZipAsFolder](https://www.powershellgallery.com/packages/ZipAsFolder/1.0.0)
[ZipAsFolder](https://www.powershellgallery.com/packages/ZipAsFolder)

``` powershell
PS> ./Build/install-dependencies.ps1
Expand Down
2 changes: 1 addition & 1 deletion Build/invoke-benchmarks.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.14.19" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.14.22" }

[CmdletBinding()]
param (
Expand Down
4 changes: 2 additions & 2 deletions Build/invoke-ci-build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.14.19" }
#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.9.0" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.14.22" }
#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.10.0" }
#Requires -Modules @{ ModuleName="ZipAsFolder"; ModuleVersion="1.0.0" }

[CmdletBinding()]
Expand Down
2 changes: 1 addition & 1 deletion Build/invoke-sdk-test.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.14.19" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.14.22" }

[CmdletBinding()]
param (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Google.Protobuf</id>
<version>3.33.0</version>
<version>3.33.1</version>
<authors>Google Inc.</authors>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<releaseNotes>C# proto3 support</releaseNotes>
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
<repository type="git" url="https://github.com/protocolbuffers/protobuf.git" commit="a79f2d2e9fadd75e94f3fe40a0399bf0a5d90551" />
<repository type="git" url="https://github.com/protocolbuffers/protobuf.git" commit="a8d85ffbc7158660b4247f732371d1b07780510e" />
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="System.Memory" version="4.5.3" exclude="Build,Analyzers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google.Protobuf [3.33.0](https://www.nuget.org/packages/Google.Protobuf/3.33.0)
Google.Protobuf [3.33.1](https://www.nuget.org/packages/Google.Protobuf/3.33.1)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
Expand Down
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.AspNetCore.Authentication.JwtBearer</id>
<version>8.0.21</version>
<version>8.0.22</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
Expand All @@ -11,11 +11,11 @@
<projectUrl>https://asp.net/</projectUrl>
<description>ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6254f5ca64f85b90327592dff67ea6b2ec0262c6</description>
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ee417479933278bb5aadc5944706a96b5ef74a5d</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>aspnetcore authentication security</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="6254f5ca64f85b90327592dff67ea6b2ec0262c6" />
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="ee417479933278bb5aadc5944706a96b5ef74a5d" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.1.2" exclude="Build,Analyzers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.AspNetCore.Authentication.JwtBearer [8.0.21](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/8.0.21)
Microsoft.AspNetCore.Authentication.JwtBearer [8.0.22](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/8.0.22)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
Expand All @@ -15,7 +15,7 @@ Description
-----------
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6254f5ca64f85b90327592dff67ea6b2ec0262c6
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ee417479933278bb5aadc5944706a96b5ef74a5d

Dependencies 1
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Dependencies": [
{
"Name": "System.Threading.Tasks.Extensions",
"Version": "4.5.4"
"Version": "4.6.3"
}
]
}
Expand All @@ -32,7 +32,7 @@
{
"Subject": "repository",
"Code": "MIT",
"HRef": "https://github.com/dotnet/runtime"
"HRef": "https://github.com/dotnet/dotnet"
},
{
"Subject": "project",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Bcl.AsyncInterfaces</id>
<version>9.0.10</version>
<version>10.0.0</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
Expand All @@ -13,13 +13,13 @@
<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="e1f19886fe3354963a4a790c896b3f99689fd7a5" />
<repository type="git" url="https://github.com/dotnet/dotnet" commit="b0f34d51fccc69fd334253924abd8d6853fad7aa" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks.Extensions" version="4.6.3" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks.Extensions" version="4.6.3" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.Bcl.AsyncInterfaces [9.0.10](https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/9.0.10)
Microsoft.Bcl.AsyncInterfaces [10.0.0](https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/10.0.0)
--------------------

Used by: Core internal
Expand All @@ -8,7 +8,7 @@ Target frameworks: net10.0, net481, net8.0, net9.0
License: [MIT](../../../../licenses/mit)

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

Description
Expand All @@ -20,6 +20,6 @@ Dependencies 1

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

*This page was generated by a tool.*

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
"Status": "AutomaticallyApproved"
},
"UsedBy": [
{
"Name": "ClientDI",
"InternalOnly": true,
"TargetFrameworks": [
"net10.0",
"net481",
"net8.0",
"net9.0"
]
},
{
"Name": "NerdbankMessagePack",
"InternalOnly": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Microsoft.Bcl.HashCode [6.0.0](https://www.nuget.org/packages/Microsoft.Bcl.HashCode/6.0.0)
--------------------

Used by: NerdbankMessagePack
Used by: ClientDI internal, NerdbankMessagePack

Target frameworks: net10.0, net8.0, net9.0, netstandard2.0
Target frameworks: net10.0, net481, net8.0, net9.0, netstandard2.0

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"Name": "System.Runtime.CompilerServices.Unsafe",
"Version": "6.0.0"
"Version": "6.1.2"
},
{
"Name": "System.Text.Encoding.CodePages",
Expand All @@ -48,6 +48,10 @@
{
"Name": "System.Threading.Tasks.Extensions",
"Version": "4.5.4"
},
{
"Name": "System.Threading.Tasks.Extensions",
"Version": "4.6.3"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A shared package used by the Microsoft .NET Compiler Platform ("Roslyn").
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/b3e69109341a1017423af7981b8b84b646f5bcce.

Dependencies 8
Dependencies 9
-----------

|Name|Version|
Expand All @@ -29,8 +29,9 @@ Dependencies 8
|[System.Memory](../../../../packages/nuget.org/system.memory/4.5.5)|4.5.5|
|[System.Reflection.Metadata](../../../../packages/nuget.org/system.reflection.metadata/5.0.0)|5.0.0|
|[System.Runtime.CompilerServices.Unsafe](../../../../packages/nuget.org/system.runtime.compilerservices.unsafe/5.0.0)|5.0.0|
|[System.Runtime.CompilerServices.Unsafe](../../../../packages/nuget.org/system.runtime.compilerservices.unsafe/6.0.0)|6.0.0|
|[System.Runtime.CompilerServices.Unsafe](../../../../packages/nuget.org/system.runtime.compilerservices.unsafe/6.1.2)|6.1.2|
|[System.Text.Encoding.CodePages](../../../../packages/nuget.org/system.text.encoding.codepages/4.5.1)|4.5.1|
|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4|
|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.6.3)|4.6.3|

*This page was generated by a tool.*
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>18.0.0</version>
<version>18.0.1</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
Expand All @@ -13,7 +13,7 @@
<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="740c6833bf93da474c364c36b55fd616c8e9f3d0" />
<repository type="git" url="https://github.com/microsoft/vstest" commit="ef89ad17b5252e082698557246e61c98bef7a5d5" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net8.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.CodeCoverage [18.0.0](https://www.nuget.org/packages/Microsoft.CodeCoverage/18.0.0)
Microsoft.CodeCoverage [18.0.1](https://www.nuget.org/packages/Microsoft.CodeCoverage/18.0.1)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal, ClientDI internal, Core internal, DesignTime internal, Emit internal, MemoryPack internal, MessagePack internal, NerdbankMessagePack internal, SelfHost internal
Expand Down
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.NET.ILLink.Tasks</id>
<version>10.0.0-rc.2.25502.107</version>
<version>10.0.0</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<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/dotnet" commit="89c8f6a112d37d2ea8b77821e56d170a1bccdc5a" />
<repository type="git" url="https://github.com/dotnet/dotnet" commit="b0f34d51fccc69fd334253924abd8d6853fad7aa" />
<dependencies>
<group targetFramework=".NETFramework4.7.2" />
<group targetFramework="net10.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.NET.ILLink.Tasks [10.0.0-rc.2.25502.107](https://www.nuget.org/packages/Microsoft.NET.ILLink.Tasks/10.0.0-rc.2.25502.107)
Microsoft.NET.ILLink.Tasks [10.0.0](https://www.nuget.org/packages/Microsoft.NET.ILLink.Tasks/10.0.0)
--------------------

Used by: AspNetCore, ClientDI, Core, Emit, MemoryPack, MessagePack, NerdbankMessagePack
Expand Down
Loading