File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >netcoreapp3.1</TargetFramework >
44 <AzureFunctionsVersion >v3</AzureFunctionsVersion >
5- <InvariantGlobalization >true</InvariantGlobalization >
5+ <!-- < InvariantGlobalization>true</InvariantGlobalization> -- >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.1.22" />
8+ <!-- < PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" /> -- >
99 <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 3.0.11" />
10- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
10+ <!-- < PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> -- >
1111 </ItemGroup >
1212 <ItemGroup >
1313 <None Update =" host.json" >
You can’t perform that action at this time.
0 commit comments