|
3 | 3 | <Import Project="..\..\src\Microsoft.NET.Sdk.Functions.MSBuild\Targets\ExtensionsMetadataGeneratorVersion.props" /> |
4 | 4 | <Import Project="..\..\common.props"/> |
5 | 5 |
|
6 | | - <PropertyGroup> |
| 6 | + <PropertyGroup> |
7 | 7 | <TargetFrameworks>net6.0</TargetFrameworks> |
8 | 8 | <PackageName>Microsoft.NET.Sdk.Functions</PackageName> |
9 | 9 | <Authors>Microsoft</Authors> |
|
27 | 27 | <Content Include="..\..\src\Microsoft.NET.Sdk.Functions.MSBuild\Targets\**\*"> |
28 | 28 | <Pack>true</Pack> |
29 | 29 | <PackagePath>build\</PackagePath> |
30 | | - <Visible>false</Visible> |
| 30 | + <Visible>false</Visible> |
31 | 31 | </Content> |
32 | 32 |
|
33 | | - <!-- MSBuild task assemblies --> |
| 33 | + <!-- MSBuild task assemblies --> |
34 | 34 | <None Include="$(FunctionsBuildTaskOutputPath)\netstandard2.0\Microsoft.NET.Sdk.Functions.MSBuild.dll"> |
35 | 35 | <Pack>true</Pack> |
36 | 36 | <PackagePath>tools\net6.0\</PackagePath> |
37 | | - <Visible>false</Visible> |
| 37 | + <Visible>false</Visible> |
38 | 38 | </None> |
39 | 39 |
|
40 | 40 | <!-- Generator and dependent assemblies--> |
41 | 41 | <None Include="$(FunctionsGeneratorOutputPath)\net6.0\Newtonsoft.Json.dll"> |
42 | 42 | <Pack>true</Pack> |
43 | 43 | <PackagePath>tools\net6.0\</PackagePath> |
44 | | - <Visible>false</Visible> |
| 44 | + <Visible>false</Visible> |
45 | 45 | </None> |
46 | 46 | <None Include="$(FunctionsGeneratorOutputPath)\net6.0\Mono.Cecil.dll"> |
47 | 47 | <Pack>true</Pack> |
48 | 48 | <PackagePath>tools\net6.0\</PackagePath> |
49 | | - <Visible>false</Visible> |
| 49 | + <Visible>false</Visible> |
50 | 50 | </None> |
51 | 51 | <None Include="$(FunctionsGeneratorOutputPath)\net6.0\Microsoft.NET.Sdk.Functions.Generator.dll"> |
52 | 52 | <Pack>true</Pack> |
|
57 | 57 | <Pack>true</Pack> |
58 | 58 | <PackagePath>tools\net6.0\</PackagePath> |
59 | 59 | <Visible>false</Visible> |
60 | | - </None> |
| 60 | + </None> |
61 | 61 | </ItemGroup> |
62 | 62 |
|
63 | 63 | <ItemGroup> |
64 | 64 | <PackageReference Include="Microsoft.Azure.Functions.Analyzers" Version="[1.0.0,2.0.0)" /> |
65 | | - <PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> |
66 | | - <PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.23,3.1.0)" /> |
| 65 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
| 66 | + <PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.32,3.1.0)" /> |
67 | 67 | <PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.6" /> |
68 | | - <PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.0.2,3.1.0)" /> |
| 68 | + <PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.2.0,3.3.0)" /> |
69 | 69 | <PackageReference Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="$(ExtensionsMetadataGeneratorVersion)" /> |
70 | 70 | </ItemGroup> |
71 | 71 |
|
|
76 | 76 | <ProjectReference Include="..\Microsoft.NET.Sdk.Functions.Generator\Microsoft.NET.Sdk.Functions.Generator.csproj"> |
77 | 77 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
78 | 78 | </ProjectReference> |
79 | | - </ItemGroup> |
| 79 | + </ItemGroup> |
80 | 80 |
|
81 | 81 | </Project> |
0 commit comments