зеркало из https://github.com/dotnet/aspnetcore.git
Use Msquic nuget package for HTTP/3 (#28420)
This commit is contained in:
Родитель
5d4dac2f9f
Коммит
7065c07711
|
@ -8,6 +8,7 @@
|
|||
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
|
||||
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
|
||||
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
|
||||
<add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||
<!-- Used for the SiteExtension 3.1 bits that are included in the 5.0 build -->
|
||||
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
|
||||
|
|
|
@ -134,6 +134,7 @@ and are generated based on the last package release.
|
|||
<LatestPackageReference Include="Microsoft.Web.Xdt" />
|
||||
<LatestPackageReference Include="NETStandard.Library" />
|
||||
<LatestPackageReference Include="System.IdentityModel.Tokens.Jwt" />
|
||||
<LatestPackageReference Include="System.Net.Experimental.MsQuic" />
|
||||
<LatestPackageReference Include="System.Net.Http.WinHttpHandler" />
|
||||
<LatestPackageReference Include="System.Net.WebSockets.WebSocketProtocol" />
|
||||
<LatestPackageReference Include="System.ServiceProcess.ServiceController" />
|
||||
|
|
|
@ -238,6 +238,7 @@
|
|||
<MicrosoftWebXdtVersion>1.4.0</MicrosoftWebXdtVersion>
|
||||
<SystemIdentityModelTokensJwtVersion>6.7.1</SystemIdentityModelTokensJwtVersion>
|
||||
<NuGetVersioningVersion>5.7.0</NuGetVersioningVersion>
|
||||
<SystemNetExperimentalMsQuicVersion>5.0.0-alpha.20560.6</SystemNetExperimentalMsQuicVersion>
|
||||
<!-- Packages from 2.1, 3.1, and 5.0 branches used for site extension build. -->
|
||||
<MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version>2.1.1</MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version>
|
||||
<MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version>2.2.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<Reference Include="Microsoft.AspNetCore.Connections.Abstractions" />
|
||||
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
|
||||
<Reference Include="Microsoft.Extensions.Options" />
|
||||
<Reference Include="System.Net.Experimental.MsQuic" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -10,10 +10,4 @@
|
|||
<Reference Include="Microsoft.Extensions.Hosting" />
|
||||
<Reference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="msquic.dll" Condition="Exists('msquic.dll')">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче