This commit is contained in:
Nate McMaster 2018-10-24 13:07:05 -07:00
Родитель b260e7752a 01f9af21c5
Коммит e3dc0edecb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A778D9601BD78810
2 изменённых файлов: 3 добавлений и 14 удалений

Просмотреть файл

@ -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>