File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
WebJobs.Script.Abstractions Expand file tree Collapse file tree 6 files changed +5
-6
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 8
8
<CommitHash Condition =" $(CommitHash) == ''" >N/A</CommitHash >
9
9
<InformationalVersion >$(FileVersion)$(RuntimeReleaseSuffix) Commit hash: $(CommitHash)</InformationalVersion >
10
10
<PackageId >Microsoft.Azure.WebJobs.Script.Abstractions</PackageId >
11
- <PackageIconUrl >https://raw.githubusercontent.com/Azure/azure- webjobs-sdk/dev/webjobs .png</PackageIconUrl >
11
+ <Icon > webjobs.png</Icon >
12
12
<AssemblyName >Microsoft.Azure.WebJobs.Script.Abstractions</AssemblyName >
13
13
<RootNamespace >Microsoft.Azure.WebJobs.Script.Abstractions</RootNamespace >
14
14
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile >
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 9
9
<IsPackable Condition =" '$(IsPackable)' != ''" >true</IsPackable >
10
10
<AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
11
11
<TieredCompilation >false</TieredCompilation >
12
+ <NoWarn >NU5104</NoWarn >
12
13
</PropertyGroup >
13
14
<PropertyGroup Condition =" '$(RuntimeIdentifier)' != ''" >
14
15
<PublishReadyToRun >true</PublishReadyToRun >
60
61
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.1.0" />
61
62
<PackageReference Include =" Microsoft.Azure.AppService.Middleware.Functions" Version =" 1.0.0-preview6" />
62
63
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.11020001-fabe022e" />
63
- <PackageReference Include =" DotNetTI.BreakingChangeAnalysis" Version =" 1.0.5-preview" />
64
64
<PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.0.3" />
65
65
<PackageReference Include =" Microsoft.Azure.Storage.File" Version =" 11.1.7" />
66
66
<PackageReference Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 4.0.1" />
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