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 8
8
<RepositoryType >git</RepositoryType >
9
9
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
10
10
<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 >
13
13
</PropertyGroup >
14
14
</Project >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<PackageId >Microsoft.Azure.WebJobs.Script.Grpc</PackageId >
5
- <PackageIconUrl >https://raw.githubusercontent.com/Azure/azure-webjobs-sdk/dev/webjobs.png</PackageIconUrl >
6
5
<AssemblyName >Microsoft.Azure.WebJobs.Script.Grpc</AssemblyName >
7
6
<RootNamespace >Microsoft.Azure.WebJobs.Script.Grpc</RootNamespace >
8
7
<Ext Condition =" '$(OS)' == 'Windows_NT'" >bat</Ext >
Original file line number Diff line number Diff line change 8
8
<PackageId >Microsoft.Azure.WebJobs.Script.WebHost</PackageId >
9
9
<IsPackable Condition =" '$(IsPackable)' != ''" >true</IsPackable >
10
10
<AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
11
+ <NoWarn >NU5104</NoWarn >
11
12
</PropertyGroup >
12
13
<PropertyGroup >
13
14
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<PackageId >Microsoft.Azure.WebJobs.Script</PackageId >
5
- <PackageIconUrl >https://raw.githubusercontent.com/Azure/azure-webjobs-sdk/dev/webjobs.png</PackageIconUrl >
6
5
<AssemblyName >Microsoft.Azure.WebJobs.Script</AssemblyName >
7
6
<RootNamespace >Microsoft.Azure.WebJobs.Script</RootNamespace >
7
+ <NoWarn >NU5104</NoWarn >
8
8
</PropertyGroup >
9
9
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
10
10
<StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
You can’t perform that action at this time.
0 commit comments