Merge branch 'release/2.2'
This commit is contained in:
Коммит
e3dc0edecb
|
@ -24,20 +24,6 @@
|
|||
"DotnetTool"
|
||||
]
|
||||
},
|
||||
"dotnet-httprepl": {
|
||||
"packageTypes": [
|
||||
"DotnetTool"
|
||||
],
|
||||
"Exclusions": {
|
||||
"ASSEMBLY_DESCRIPTION": {
|
||||
"tools/netcoreapp3.0/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process"
|
||||
},
|
||||
"VERSION_INFORMATIONALVERSION": {
|
||||
"tools/netcoreapp3.0/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process",
|
||||
"tools/netcoreapp3.0/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.DeveloperCertificates.XPlat": {
|
||||
"Exclusions": {
|
||||
"DOC_MISSING": {
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
<PackageTags>dotnet;http;httprepl</PackageTags>
|
||||
<!-- This is a requirement for Microsoft tool packages only. -->
|
||||
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86</PackAsToolShimRuntimeIdentifiers>
|
||||
|
||||
<!-- Temporarily disables producing this project as a package while we work through some RTM-blocking bugs. -->
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче