File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6363 <MicrosoftAspNetCoreAuthenticationNegotiateVersion >3.1.26</MicrosoftAspNetCoreAuthenticationNegotiateVersion >
6464 <MicrosoftIdentityModelTokensVersion >6.17.0</MicrosoftIdentityModelTokensVersion >
6565 <MicrosoftOpenApiReadersVersion >1.2.3</MicrosoftOpenApiReadersVersion >
66+ <NewtonsoftJsonVersion >13.0.1</NewtonsoftJsonVersion >
6667 <SystemCommandLineVersion >2.0.0-beta3.22173.1</SystemCommandLineVersion >
6768 <SystemIdentityModelTokensJwtVersion >6.17.0</SystemIdentityModelTokensJwtVersion >
6869 <SystemPrivateUriVersion >4.3.2</SystemPrivateUriVersion >
Original file line number Diff line number Diff line change 1111 <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >$(MicrosoftNETCoreApp31Version)</RuntimeFrameworkVersion >
1212 <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'net5.0'" >$(MicrosoftNETCoreApp50Version)</RuntimeFrameworkVersion >
1313 </PropertyGroup >
14+
15+ <ItemGroup >
16+ <!-- Used to upgrade to a higher version than what is provided from indirect dependencies. -->
17+ <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
18+ </ItemGroup >
1419</Project >
Original file line number Diff line number Diff line change 2727 <PackageReference Include =" Azure.Storage.Blobs" Version =" $(AzureStorageBlobsVersion)" />
2828 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" $(MicrosoftAspNetCoreAuthenticationJwtBearerVersion)" />
2929 <PackageReference Include =" Microsoft.AspNetCore.Authentication.Negotiate" Version =" $(MicrosoftAspNetCoreAuthenticationNegotiateVersion)" />
30+ <!-- Used to upgrade to a higher version than what is provided from indirect dependencies. -->
31+ <PackageReference Include =" Newtonsoft.Json" Version =" $(NewtonsoftJsonVersion)" />
3032 <PackageReference Include =" System.CommandLine" Version =" $(SystemCommandLineVersion)" />
3133 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" $(SystemIdentityModelTokensJwtVersion)" />
3234 </ItemGroup >
You can’t perform that action at this time.
0 commit comments