File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 <RepositoryType >git</RepositoryType >
99 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
1010 <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
11- <PackageLicenseUrl >https://go.microsoft.com/fwlink/?linkid=2028464</ PackageLicenseUrl >
12- <PackageIconUrl >https://raw.githubusercontent.com/Azure/azure- webjobs-sdk/dev/webjobs .png</PackageIconUrl >
11+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
12+ <Icon > webjobs.png</Icon >
1313 </PropertyGroup >
1414</Project >
Original file line number Diff line number Diff line change 22 <Import Project =" ..\..\build\common.props" />
33 <PropertyGroup >
44 <PackageId >Microsoft.Azure.WebJobs.Script.Grpc</PackageId >
5- <PackageIconUrl >https://raw.githubusercontent.com/Azure/azure-webjobs-sdk/dev/webjobs.png</PackageIconUrl >
65 <AssemblyName >Microsoft.Azure.WebJobs.Script.Grpc</AssemblyName >
76 <RootNamespace >Microsoft.Azure.WebJobs.Script.Grpc</RootNamespace >
87 <Ext Condition =" '$(OS)' == 'Windows_NT'" >bat</Ext >
Original file line number Diff line number Diff line change 88 <PackageId >Microsoft.Azure.WebJobs.Script.WebHost</PackageId >
99 <IsPackable Condition =" '$(IsPackable)' != ''" >true</IsPackable >
1010 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
11+ <NoWarn >NU5104</NoWarn >
1112 </PropertyGroup >
1213 <PropertyGroup >
1314 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 22 <Import Project =" ..\..\build\common.props" />
33 <PropertyGroup >
44 <PackageId >Microsoft.Azure.WebJobs.Script</PackageId >
5- <PackageIconUrl >https://raw.githubusercontent.com/Azure/azure-webjobs-sdk/dev/webjobs.png</PackageIconUrl >
65 <AssemblyName >Microsoft.Azure.WebJobs.Script</AssemblyName >
76 <RootNamespace >Microsoft.Azure.WebJobs.Script</RootNamespace >
7+ <NoWarn >NU5104</NoWarn >
88 </PropertyGroup >
99 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1010 <StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
You can’t perform that action at this time.
0 commit comments